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
Sometimes image-files get created without any content.
For now I had to weed out any corrupted files (<1KB) and re-run the entire process to fill in the failed downloads.
Would be sweet to have a post download check if filesize is anything reasonable (e.g. >1KB)
If not retry the download.
The text was updated successfully, but these errors were encountered:
That happens if soup.io is broken while the image gets downloaded.
Maybe we should add the retry code we use to fetch the page to the download code as well.
What happens if we exceed max retries? The same as in this version? Mark it in the JSON instead of showing just the 502?
Sometimes image-files get created without any content.
For now I had to weed out any corrupted files (<1KB) and re-run the entire process to fill in the failed downloads.
Would be sweet to have a post download check if filesize is anything reasonable (e.g. >1KB)
If not retry the download.
The text was updated successfully, but these errors were encountered: