Error while trying to suggest an update to AnkiHub

Trying to submit an edit to a card from editor while studying cards. Tried from the note browser too and that didnā€™t work. AnkiHub is up to date along with all other plug ins.

Error message (don't change this)
Anki 23.12.1 (1a1d4d54)  (ao)
Python 3.9.15 Qt 6.5.3 PyQt 6.5.3
Platform: macOS-14.3-arm64-arm-64bit

Traceback (most recent call last):

  File "/Users/jaromsumsion_1/Library/Application Support/Anki2/addons21/1322529746/gui/suggestion_dialog.py", line 455, in accept
    self._callback(self.suggestion_meta())

  File "/Users/jaromsumsion_1/Library/Application Support/Anki2/addons21/1322529746/gui/suggestion_dialog.py", line 101, in <lambda>
    callback=lambda suggestion_meta: _on_suggestion_dialog_for_single_suggestion_closed(

  File "/Users/jaromsumsion_1/Library/Application Support/Anki2/addons21/1322529746/gui/suggestion_dialog.py", line 123, in _on_suggestion_dialog_for_single_suggestion_closed
    suggestion_result = suggest_note_update(

  File "/Users/jaromsumsion_1/Library/Application Support/Anki2/addons21/1322529746/main/suggestions.py", line 102, in suggest_note_update
    raise e

  File "/Users/jaromsumsion_1/Library/Application Support/Anki2/addons21/1322529746/main/suggestions.py", line 95, in suggest_note_update
    client.create_change_note_suggestion(

  File "/Users/jaromsumsion_1/Library/Application Support/Anki2/addons21/1322529746/ankihub_client/ankihub_client.py", line 802, in create_change_note_suggestion
    raise AnkiHubHTTPError(response)

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

Sentry link (for developers)

Youā€™re trying to suggest a change to the First Aid field, which is protected by default. You can unprotect it from the deckā€™s page but I donā€™t think any changes to it are accepted @Ahmed7?

We do accept changes such as adding another First Aid image HTML that is already in the deck

1 Like