Occured after update

Before the error happened, I was…
[Replace this text.]

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-09-03 18:33:34

Traceback (most recent call last):

  File "C:\Users\Home\AppData\Roaming\Anki2\addons21\1322529746\ankihub_client\ankihub_client.py", line 225, in _send_request_with_retry
    response = self._send_request_with_retry_inner(request, stream=stream)

  File "C:\Users\Home\AppData\Roaming\Anki2\addons21\1322529746\lib\tenacity\__init__.py", line 289, in wrapped_f
    return self(f, *args, **kw)

  File "C:\Users\Home\AppData\Roaming\Anki2\addons21\1322529746\lib\tenacity\__init__.py", line 379, in __call__
    do = self.iter(retry_state=retry_state)

  File "C:\Users\Home\AppData\Roaming\Anki2\addons21\1322529746\lib\tenacity\__init__.py", line 326, in iter
    raise retry_exc from fut.exception()

tenacity.RetryError: RetryError[<Future at 0x2694c430f10 state=finished raised ConnectionError>]


During handling of the above exception, another exception occurred:


Traceback (most recent call last):

  File "C:\Users\Home\AppData\Roaming\Anki2\addons21\1322529746\ankihub_client\ankihub_client.py", line 231, in _send_request_with_retry
    response = last_attempt.result()

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

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

  File "C:\Users\Home\AppData\Roaming\Anki2\addons21\1322529746\lib\tenacity\__init__.py", line 382, in __call__
    result = fn(*args, **kwargs)

  File "C:\Users\Home\AppData\Roaming\Anki2\addons21\1322529746\ankihub_client\ankihub_client.py", line 246, in _send_request_with_retry_inner
    response = session.send(request, stream=stream)

  File "requests.sessions", line 703, in send

  File "requests.adapters", line 519, in send

requests.exceptions.ConnectionError: HTTPSConnectionPool(host='app.ankihub.net', port=443): Max retries exceeded with url: /api/decks/e77aedfe-a636-40e2-8169-2fce2673187e/updates?since=2023-09-03T13%3A42%3A39.371268%2B0000&size=2000 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x000002694C4352B0>: Failed to establish a new connection: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond'))


The above exception was the direct cause of the following exception:


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\Home\AppData\Roaming\Anki2\addons21\1322529746\gui\operations\ankihub_sync.py", line 39, in on_sync_done
    on_done(future_with_exception(future.exception()))

  File "C:\Users\Home\AppData\Roaming\Anki2\addons21\1322529746\gui\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\Home\AppData\Roaming\Anki2\addons21\1322529746\gui\operations\ankihub_sync.py", line 32, in <lambda>
    task=lambda: ah_deck_updater.update_decks_and_media(to_sync_ah_dids),

  File "C:\Users\Home\AppData\Roaming\Anki2\addons21\1322529746\gui\deck_updater.py", line 45, in update_decks_and_media
    self._update_decks(ah_dids)

  File "C:\Users\Home\AppData\Roaming\Anki2\addons21\1322529746\gui\deck_updater.py", line 68, in _update_decks
    should_continue = self._update_single_deck(ah_did)

  File "C:\Users\Home\AppData\Roaming\Anki2\addons21\1322529746\gui\deck_updater.py", line 80, in _update_single_deck
    result = self._download_updates_for_deck(ankihub_did)

  File "C:\Users\Home\AppData\Roaming\Anki2\addons21\1322529746\gui\deck_updater.py", line 95, in _download_updates_for_deck
    for chunk in client.get_deck_updates(

  File "C:\Users\Home\AppData\Roaming\Anki2\addons21\1322529746\ankihub_client\ankihub_client.py", line 650, in get_deck_updates
    response = self._send_request(

  File "C:\Users\Home\AppData\Roaming\Anki2\addons21\1322529746\ankihub_client\ankihub_client.py", line 211, in _send_request
    response = self._send_request_with_retry(prepped, stream=stream)

  File "C:\Users\Home\AppData\Roaming\Anki2\addons21\1322529746\ankihub_client\ankihub_client.py", line 233, in _send_request_with_retry
    raise AnkiHubRequestException(e) from e

1322529746.ankihub_client.ankihub_client.AnkiHubRequestException: AnkiHub request exception: HTTPSConnectionPool(host='app.ankihub.net', port=443): Max retries exceeded with url: /api/decks/e77aedfe-a636-40e2-8169-2fce2673187e/updates?since=2023-09-03T13%3A42%3A39.371268%2B0000&size=2000 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x000002694C4352B0>: Failed to establish a new connection: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond'))

Sentry link (for developers)

Can you restart your device and try again?

If that does not work, can you delete the ankihub addon and reinstall it and see if it persists?