Suggesting a note update causes an error

Right click in browser → ankihub: bulk suggest note → content error → Ok

Error message (don't change this)
Anki 24.04.1 (ccd9ca1a)  (ao)
Python 3.9.18 Qt 6.6.2 PyQt 6.6.1
Platform: Windows-10-10.0.22631

Traceback (most recent call last):

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

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

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

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

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

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

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

Sentry link (for developers)

Successfully submitted a suggestion in the “grammar/spelling” category, so maybe something special about the “content error” code path.

The logs show this:

Suggestion fields and tags don’t have any changes to the original note

The suggestion you tried to submit actually has no changes to any field, so this is normal.

I’d be surprised if this is actually the case. The categories are only for organizational purposes.

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