I cant suggest new cards to my own deck and i cant suggest deletions

**Before the error happened, I was trying to suggest a deletion to myself in order to delete the card from the deck but it wont let me. Furthermore, when i make a new card in the deck, and click make a new card suggestion, when i logon to my ankihub, nothing shows up, even after i already synced my anki, and it says โ€œuploadingโ€, new cards never appear on AnkiHub

Error message (don't change this)
Anki 2.1.56 (07fd88dd) Python 3.9.15 Qt 6.3.2 PyQt 6.3.1
Platform: macOS-13.6.3-x86_64-i386-64bit
Flags: frz=True ao=True sv=3
Add-ons, last update check: 2024-02-29 12:51:58

Traceback (most recent call last):

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

  File "/Users/jacoblively/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/jacoblively/Library/Application Support/Anki2/addons21/1322529746/gui/suggestion_dialog.py", line 145, in _on_suggestion_dialog_for_single_suggestion_closed
    suggest_new_note(

  File "/Users/jacoblively/Library/Application Support/Anki2/addons21/1322529746/main/suggestions.py", line 129, in suggest_new_note
    client.create_new_note_suggestion(

  File "/Users/jacoblively/Library/Application Support/Anki2/addons21/1322529746/ankihub_client/ankihub_client.py", line 808, in create_new_note_suggestion
    raise AnkiHubHTTPError(response)

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

Sentry link (for developers)

The logs show this error:

A new note suggestion with this anki id already exists in this deck.

Improving error reporting as discussed previously