-
Notifications
You must be signed in to change notification settings - Fork 19
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
rasterio.errors.RasterioIOError: HTTP response code: 404 #25
Comments
I observe the same error every now and then. I have no idea what the |
Hi, I also have this kind of error while trying to download some images. I first tried this command :
to download the images of the location in lieu.json over the past 11 months. tsd downloaded every image from 2019-01-01 to 2019-02-27 included before throwing this http 404 error. I then wanted if see if it could manage to download the rest of the images starting from 2019-02-27 with :
And it downloaded the images between 2019-02-27 and 2019-09-25 before throwing this error again. |
@anttad and @chlsl do you have recent versions of If you have The error described in this issue is different from the one that you observe, but I have a suspicion your issue could be linked to multithreading somehow. |
@glostis I have |
@carlodef, I tried again the command:
and it succeeded! However the I use Ubuntu 18.04 LTS, and However, I tried the following command a few times:
and unfortunately it succeeded only once. Worst, the errors are not always the same. I'll recap the results below. The two first messages
The TIFFReadDirectory full error is:
So except for the sixth attempt, the only constant thing is Testing this same command without your patch 02ad42f (i.e. at commit d30a376), I got (omitting the
At commit 87d7ab6, the same command works well. There are two rasterio issues that seem related:
I'll try again using |
@carlodef I tried again after upgrading to I tried five times. It succeeded three times. |
@carlodef, I also re-tested 5 times the command that gave me the error :
With 5 runs it succeed to download all the images except 2, but not having those files didn't interrupt the process as it used to.
First run didn't have the I work with Ubuntu 18.04 LTS and rasterio 1.1.1 . |
After I upgraded tsd to the last commit 78b0cca, I got the following error:
This was introduced at commit 5c3c7ad.
Before the commit the same command downloads the images all right:
This error is not systematic, so I suppose it has something to do with these images that are not available.
The text was updated successfully, but these errors were encountered: