-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
Twitter: aborts if media download yields "403 Forbidden", e.g. removed by copyright claim #52
Comments
Ah, oops. Not something I anticipated or encountered. How do you think we should handle this? |
I dunno, this is a pickle. The obvious error is not being able to continue after 403. My data retrieval process just aborts. But, what should we do about it? Sure, continue after the error. But, personally, I am not fan of losing any information. In this case the information is:
I'd prefer this to be stored in the data model. I haven't researched Timeliner's data model, something like Things to think about:
|
I concur with your conclusion that rechecking is inexpensive, and so worth trying. |
403 is usually permanent, or something has to be changed on the server to remove that error. Perhaps Timeliner should simply continue to the next item after seeing a 403. Log the 403, but continue on, since there's nothing we can do about it. This should probably be the behavior no matter what mode it's running in. But I also agree that simply trying once or twice more before continuing on wouldn't be a bad idea, in case it was a fluke. |
Here's the Tweet: https://twitter.com/janl/status/1113015555064201216
Error message:
That image URL redirects (when used with browser - different when API use?) to this DMCA warning.
Timeliner cannot cope with this, and trying to re-run Timeliner always gets me this and cannot continue.
The text was updated successfully, but these errors were encountered: