Anking Step 1/2 overhaul does not download

This happens when I try to download the deck:

Error message (don't change this)
Anki 2.1.65 (aa9a734f) Python 3.9.15 Qt 6.4.3 PyQt 6.4.0
Platform: Windows-10-10.0.22621
Flags: frz=True ao=True sv=2
Add-ons, last update check: 2023-08-02 10:19:21

Traceback (most recent call last):

  File "requests.models", line 971, in json

  File "json", line 346, in loads

  File "json.decoder", line 337, in decode

  File "json.decoder", line 353, in raw_decode

json.decoder.JSONDecodeError: Unterminated string starting at: line 1 column 130525 (char 130524)


During handling of the above exception, another exception occurred:


Traceback (most recent call last):

  File "aqt.taskman", line 122, in _on_closures_pending

  File "aqt.taskman", line 71, in <lambda>

  File "aqt.taskman", line 90, in wrapped_done

  File "C:\Users\Hector Ibanez\AppData\Roaming\Anki2\addons21\1322529746\gui\operations\ankihub_sync.py", line 28, in on_sync_done
    on_done(future_with_exception(future.exception()))

  File "C:\Users\Hector Ibanez\AppData\Roaming\Anki2\addons21\1322529746\auto_sync.py", line 74, in sync_with_ankiweb
    future.result()

  File "concurrent.futures._base", line 439, in result

  File "concurrent.futures._base", line 391, in __get_result

  File "concurrent.futures.thread", line 58, in run

  File "C:\Users\Hector Ibanez\AppData\Roaming\Anki2\addons21\1322529746\sync.py", line 44, in sync_all_decks_and_media
    self._sync_all_decks()

  File "C:\Users\Hector Ibanez\AppData\Roaming\Anki2\addons21\1322529746\sync.py", line 73, in _sync_all_decks
    should_continue = self._sync_deck(ah_did)

  File "C:\Users\Hector Ibanez\AppData\Roaming\Anki2\addons21\1322529746\sync.py", line 85, in _sync_deck
    result = self._download_updates_for_deck(ankihub_did)

  File "C:\Users\Hector Ibanez\AppData\Roaming\Anki2\addons21\1322529746\sync.py", line 100, in _download_updates_for_deck
    for chunk in client.get_deck_updates(

  File "C:\Users\Hector Ibanez\AppData\Roaming\Anki2\addons21\1322529746\ankihub_client\ankihub_client.py", line 645, in get_deck_updates
    data = response.json()

  File "requests.models", line 975, in json

requests.exceptions.JSONDecodeError: Unterminated string starting at: line 1 column 130525 (char 130524)

Sentry link (for developers)

Any help?

Can you delete the addon and reinstall it, then repeat the steps to subscribe to the deck and see if this still occurs?

Works now. Thanks!

1 Like

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