Riley Nielsen
Riley Nielsen
I've been having this issue too, it starts over from the first image even though over 100000 images have already been downloaded, my command is `python dumpgenerator2.py --api=https://wiggles.fandom.com/api.php --xml --images...
A potential fix for this could be looking at the last modified/added image file in the images folder, and starting from there (replace `if filename2 not in listdir` with `if...
Can confirm, I get `AttributeError: 'dict' object has no attribute 'iteritems'` without the change, but with the change, everything runs smoothly. Thanks for pointing this out!
I want to add `--retry-connrefused`, as I don't want to miss any pages that I get a `connection closed` on, and I don't want to start over, cause I've been...
Sadly, this bug is still an issue with the latest version (0.15.3)
Happens with any large file, usually restarting the upload once or twice lets it upload successfully, but not this time
Version 1.9.3, adding --debug gives me ``` jonasmekas.com-2020-04-28-952295c8: uploading jonasmekas.com-2020-04-28-952295c8.zip: 0%| | 0/55428.0 [00:00
I don't know if this is related or not, but when uploading using Windows Command Prompt, I get this error: `requests.exceptions.ConnectionError: (ProtocolError('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed...
[Maybe this has something to do with it?](https://docs.python.org/3.6/whatsnew/changelog.html?highlight=so_reuseport) ``` Comment out socket (SO_REUSEPORT) and posix (O_SHLOCK, O_EXLOCK) constants exposed on the API which are not implemented on GNU/Hurd. They would...
Also broken on Python 3.10.6 (just updated versions)