You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AnkiHubRequestError: AnkiHub request error: 401 Unauthorized
(9 additional frame(s) were not displayed)
...
File "1322529746/gui/editor.py", line 60, in _on_suggestion_button_press
_on_suggestion_button_press_inner(editor)
File "1322529746/gui/editor.py", line 108, in _on_suggestion_button_press_inner
open_suggestion_dialog_for_note(editor.note, parent=editor.widget)
File "1322529746/gui/suggestion_dialog.py", line 93, in open_suggestion_dialog_for_note
if suggest_note_update(
File "1322529746/suggestions.py", line 60, in suggest_note_update
client.create_change_note_suggestion(
File "1322529746/ankihub_client/ankihub_client.py", line 580, in create_change_note_suggestion
raise AnkiHubRequestError(response)
The text was updated successfully, but these errors were encountered:
This error should be caught by the central exception handler which should then open the login window and ignore the error. Then the user could login to AnkiHub and the API would not return HTTP 401 anymore.
The Sentry breadcrumbs contain this statement: The exception handler threw an exception.
It seems that exception handler tried to handle the exception, but an error happened during this process.
Sentry Issue: ANKIHUB_ADDON-29B
The text was updated successfully, but these errors were encountered: