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
INFO:waybackpack.session: HTTP status code: 504
INFO:waybackpack.session: Waiting 1 second before retrying.
INFO:waybackpack.session: Waiting 1 second before retrying.
INFO:waybackpack.session: HTTP status code: 503
INFO:waybackpack.session: Waiting 1 second before retrying.
INFO:waybackpack.session: Waiting 1 second before retrying.
INFO:waybackpack.session: HTTP status code: 503
INFO:waybackpack.session: Waiting 1 second before retrying.
INFO:waybackpack.session: Waiting 1 second before retrying.
INFO:waybackpack.session: HTTP status code: 503
INFO:waybackpack.session: Waiting 1 second before retrying.
INFO:waybackpack.session: Maximum retries reached, skipping.
Traceback (most recent call last):
File "/opt/homebrew/bin/waybackpack", line 8, in <module>
sys.exit(main())
^^^^^^
File "/opt/homebrew/lib/python3.11/site-packages/waybackpack/cli.py", line 130, in main
snapshots = search(
^^^^^^^
File "/opt/homebrew/lib/python3.11/site-packages/waybackpack/cdx.py", line 27, in search
if res.status_code == 200:
^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'status_code'
The text was updated successfully, but these errors were encountered:
Based on the line numbers in the stack trace, my hunch is that you're on version 0.6.1 or earlier. Version 0.6.2should handle that conditional more gracefully. Let me know if not.
Given:
I get:
The text was updated successfully, but these errors were encountered: