Error suggesting change

Before the error happened, I was trying to suggest a change to a note.

Error message (don't change this)
Anki 23.12.1 (1a1d4d54)  (ao)
Python 3.9.15 Qt 6.6.1 PyQt 6.6.1
Platform: Windows-10-10.0.22631

Traceback (most recent call last):

  File "C:\Users\JonKuo\AppData\Roaming\Anki2\addons21\1322529746\gui\suggestion_dialog.py", line 455, in accept
    self._callback(self.suggestion_meta())

  File "C:\Users\JonKuo\AppData\Roaming\Anki2\addons21\1322529746\gui\suggestion_dialog.py", line 101, in <lambda>
    callback=lambda suggestion_meta: _on_suggestion_dialog_for_single_suggestion_closed(

  File "C:\Users\JonKuo\AppData\Roaming\Anki2\addons21\1322529746\gui\suggestion_dialog.py", line 123, in _on_suggestion_dialog_for_single_suggestion_closed
    suggestion_result = suggest_note_update(

  File "C:\Users\JonKuo\AppData\Roaming\Anki2\addons21\1322529746\main\suggestions.py", line 102, in suggest_note_update
    raise e

  File "C:\Users\JonKuo\AppData\Roaming\Anki2\addons21\1322529746\main\suggestions.py", line 95, in suggest_note_update
    client.create_change_note_suggestion(

  File "C:\Users\JonKuo\AppData\Roaming\Anki2\addons21\1322529746\ankihub_client\ankihub_client.py", line 794, in create_change_note_suggestion
    raise AnkiHubHTTPError(response)

1322529746.ankihub_client.ankihub_client.AnkiHubHTTPError: AnkiHub request error: 400 Bad Request

Sentry link (for developers)

The note was: {{c1::Apocrine}} glands release membrane bound vesicles containing the secretory product , which should specifically say apocrine sweat glands to describe their merocrine secretion (or should say Apocrine glands secretions are made by pinching off lumenal cytoplasm).

The logs say you only changed the Additional Resources field, which is protected by default, so no changes to it can be suggested. There might be a bug here if you’re sure you edited the Text field before clicking the suggestion button.

Ah, thought you put the suggestion in the report box and not the field. Thanks!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.