You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as discussed in issue #50, upload scripts reference and create a directory "failed" which is supposed to hold failed uploads, but do not seem to actually move files in there (the files just stay in the original directory).
with more retries added, it is sort of expected that uploads are retried and never fail, so the sequence is complete - although i'm slightly confused about the default of 10 retries and do not know what happens when all 10 fail :)
also, looking at upload.py, line 122, it might move files to "failed" if it got some http response code (not exception) besides 204.
somebody with more understanding of both python and what can go wrong when uploading should carefully check this :)
The text was updated successfully, but these errors were encountered:
If all 10 fail (which could very well happen if your ISP or electricity has an outage) then the files are ignored just as they were before. I would not advise using less than 50 with a home internet connection and would generally like this to be solved better than that: being able to retry failed files without creating a new sequence would be brilliant. But I don't have time and motivation to do that myself. :-(
We have replaced the EXIF editing library and released a new version of the tools, more information on usage in README.
Logging has been improved and enables more overview of the process and upload outcome and supports retrying failed uploads without creating a new sequence.
Please use the new tools and get back to us in case of any trouble.
as discussed in issue #50, upload scripts reference and create a directory "failed" which is supposed to hold failed uploads, but do not seem to actually move files in there (the files just stay in the original directory).
with more retries added, it is sort of expected that uploads are retried and never fail, so the sequence is complete - although i'm slightly confused about the default of 10 retries and do not know what happens when all 10 fail :)
also, looking at upload.py, line 122, it might move files to "failed" if it got some http response code (not exception) besides 204.
somebody with more understanding of both python and what can go wrong when uploading should carefully check this :)
The text was updated successfully, but these errors were encountered: