-
Notifications
You must be signed in to change notification settings - Fork 2
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
What issues are we running into in Backfillr? #389
Comments
Unable to find Flickr photographerExample: https://commons.wikimedia.org/wiki/File:%22Air_Cav!%22.jpg This file links to https://www.flickr.com/photos/35703177@N00/28006848539/, but the photo page is a 404 and the user page is a 410. In this case the bot adds the P12120 (Flickr photo ID) and P7482 (source of file statements), but it can't add any of the other Flickr metadata. It might be useful to add the Flickr user ID in P170 (creator), but it's not essential. |
"Date taken" comes from the EXIF, not the Flickr metadataThe date on WMC is The Flickr photo has the actual date: I don't know how widespread this is, but this is the sort of thing we should fix. |
Videos are weirdExample: https://commons.wikimedia.org/wiki/File:Strawberries_time-lapse.ogv This throws an exception when we try to retrieve the image info:
This is a bug, because we don't even use the |
"Date taken" has an incorrect level of precisionExample: https://commons.wikimedia.org/wiki/File:%22A_Welcome_Visitor_to_Camels%27_Paradise%22.jpg The date on Flickr is |
This seems like a fairly obvious thing to do which I've only added now; I'm now tracking which properties have an unknown action and the associated files. |
This is a tracking ticket to highlight files (with examples!) where the bot is getting "confused" and doesn't know how to update the SDC.
The text was updated successfully, but these errors were encountered: