Receiving this erorr message each time I open anki or try to sync. PLEASE HELP

Anki 25.02.6 (6381f184) (ao)

Python 3.9.18 Qt 6.6.2 PyQt 6.6.1

Platform: macOS-26.2-arm64-arm-64bit

Traceback (most recent call last):

File “concurrent.futures.thread”, line 58, in run

File “aqt.operations”, line 243, in wrapped_op

File “/Users/Meral/Library/Application Support/Anki2/addons21/1322529746/gui/errors.py”, line 104, in

op=lambda \_: \_upload_logs(key),

File “/Users/Meral/Library/Application Support/Anki2/addons21/1322529746/gui/errors.py”, line 587, in _upload_logs

raise e

File “/Users/Meral/Library/Application Support/Anki2/addons21/1322529746/gui/errors.py”, line 579, in _upload_logs

client.upload_logs(

File “/Users/Meral/Library/Application Support/Anki2/addons21/1322529746/addon_ankihub_client.py”, line 81, in upload_logs

s3_url_suffix = self.\_presigned_url_suffix_from_key(key=key, action="upload")

File “/Users/Meral/Library/Application Support/Anki2/addons21/1322529746/ankihub_client/ankihub_client.py”, line 1018, in _presigned_url_suffix_from_key

raise AnkiHubHTTPError(response)

1322529746.ankihub_client.ankihub_client.AnkiHubHTTPError: AnkiHub request error: 500 Internal Server Error

<meta charset="utf-8">

<meta http-equiv="x-ua-compatible" content="ie=edge">

<title>Server Error</title>

<meta name="viewport" content="width=device-width, initia... \[truncated\]
Thinking

Read topic
Reading: Receiving this erorr message each time I open anki or try to sync. PLEASE HELP

This error is on AnkiHub’s side, not your Anki installation.

What’s happening:

  • The AnkiHub add-on is trying to upload logs to AnkiHub.
  • AnkiHub’s server is responding with 500 Internal Server Error, which triggers the traceback you see.
  • That HTML (<!DOCTYPE html>...Server Error) is the error page from AnkiHub, not from your computer.

What you can do right now

  1. Confirm you’re logged in correctly

    • In Anki, go to Tools → Add-ons → AnkiHub → Config / Settings (or AnkiHub menu if you see it).
    • Log out of AnkiHub, then log back in with your AnkiHub account.
    • Restart Anki and see if the error still appears.
  2. Temporarily disable automatic log upload

    • In the AnkiHub add-on settings, look for anything like:
      • “Send error reports automatically”
      • “Upload logs automatically”
    • Turn that off if it’s enabled.
    • Restart Anki and check if the pop-up still appears when opening/syncing.
  3. Update the AnkiHub add-on

    • Go to Tools → Add-ons → Check for Updates.
    • Make sure the AnkiHub add-on is on the latest version.
    • Restart Anki and test again.
  4. If it keeps happening

    • This is most likely a temporary server issue on AnkiHub’s side (since it’s a 500 error).
    • Please reply in your topic with:
      • Whether the error happens:
        • every time you open Anki,
        • every time you sync,
        • or only when you click “Send logs” / “Report error”.
    • Also let us know if:
      • You can still sync your AnkiWeb account normally (Anki menu → Sync).
      • You can log into https://app.ankihub.net in your browser.

If you share that extra info, we can confirm whether it’s just the log-upload feature failing or if something broader is affected, and we can escalate it to the AnkiHub team if needed.

A post was merged into an existing topic: Server issue 03/04/2026