We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: HTTPSConnectionPool(host='archive.org', port=443): Max retries exceeded with url: /wayback/available?url=https%3A%2F%2Fwww.avonworldwide.com (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)'))) Traceback (most recent call last): File "/home/noob/hackbox/tools/waybackshot/waybackshotcli.py", line 18, in wayback_shot.screenshot(url=args.url, date=args.dateFrom, dir=args.outputDIR, width=args.width, overwrite=args.replace, include_date=args.includeDate) File "/home/noob/.local/lib/python3.10/site-packages/waybackshot/waybackshot.py", line 58, in screenshot snapshot_url, snapshot_date = self.__getSnapshotInfo( TypeError: cannot unpack non-iterable NoneType object
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Error: HTTPSConnectionPool(host='archive.org', port=443): Max retries exceeded with url: /wayback/available?url=https%3A%2F%2Fwww.avonworldwide.com (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
Traceback (most recent call last):
File "/home/noob/hackbox/tools/waybackshot/waybackshotcli.py", line 18, in
wayback_shot.screenshot(url=args.url, date=args.dateFrom, dir=args.outputDIR, width=args.width, overwrite=args.replace, include_date=args.includeDate)
File "/home/noob/.local/lib/python3.10/site-packages/waybackshot/waybackshot.py", line 58, in screenshot
snapshot_url, snapshot_date = self.__getSnapshotInfo(
TypeError: cannot unpack non-iterable NoneType object
The text was updated successfully, but these errors were encountered: