-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
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
urllib2.HTTPError: HTTP Error 404: Not Found #16
Comments
I could be totally wrong though. My logs don't show anything. While writing this, I realized this:
Which means that a failed download wouldn't get logged anyways, because the URL is logged after the download is successful. I just made the following change:
Now my logs should have the URL stated before the download attempt fails (and all the evidence is lost) So that hopefully I can follow up with better information |
That seems like a reasonable change, I've added it to the script now. Did you get any further tracking down your 404 issue? |
I haven't modified the code in any way, and I get this too.
I got it from running:
|
Fair Warning: my version of the script is modified, and these modifications were my first attempt ever at Python, but I this stack trace is similar enough to #10 that it probably affects the original code, too.
I keep getting this error:
I think this is caused when running the code without the
--update
tag and the script reaches the absolute last entry in the sub's list of posts. I think it is specifically 404'ing on the URL of the "next page".Other than that, all the images that I would reasonably expect to have successfully downloaded, seem to be successfully downloading.
The text was updated successfully, but these errors were encountered: