Unknown Error, Could not get file HEAD: HTTP Error 403: Forbidden
-
- Posts: 2
- Joined: Tue Dec 17, 2024 5:49 am America/New_York
Unknown Error, Could not get file HEAD: HTTP Error 403: Forbidden
When i try to download sentinel-1 data using python script for bulk download it shows:
Unknown Error, Could not get file HEAD: HTTP Error 403: Forbidden
And previously if we restart the downloads it skips the files that have been already downloaded and restarts wherever the files are partially downloaded but now if we rerun the script it just starts from initial asset and move towards the next after completing the first. It then takes a lot of time. Can someone point a solution for this issue.
Unknown Error, Could not get file HEAD: HTTP Error 403: Forbidden
And previously if we restart the downloads it skips the files that have been already downloaded and restarts wherever the files are partially downloaded but now if we rerun the script it just starts from initial asset and move towards the next after completing the first. It then takes a lot of time. Can someone point a solution for this issue.
- Attachments
-
- ASF.png (207.25 KiB) Not viewed yet
Filters:
-
- User Services
- Posts: 16
- Joined: Thu Dec 12, 2024 5:54 pm America/New_York
Re: Unknown Error, Could not get file HEAD: HTTP Error 403: Forbidden
This is a bug in the bulk download script that we recently became aware of and hope to have fixed soon. I'll let you know when this has happened.
Thank you for your patience.
Thank you for your patience.
Re: Unknown Error, Could not get file HEAD: HTTP Error 403: Forbidden
Hey there
I have been bothered by the same issue lately, so I rewrite the script to solve it, you can find it at:
https://github.com/chenyw-insar/bulk_downloader_asf
Remember to paste the urls inside your original script into the "urls = []" position before execute it.
Hope it helps :)
YW Chen
I have been bothered by the same issue lately, so I rewrite the script to solve it, you can find it at:
https://github.com/chenyw-insar/bulk_downloader_asf
Remember to paste the urls inside your original script into the "urls = []" position before execute it.
Hope it helps :)
YW Chen
-
- Posts: 2
- Joined: Tue Dec 17, 2024 5:49 am America/New_York
Re: Unknown Error, Could not get file HEAD: HTTP Error 403: Forbidden
Hi @mike_chan, Thank you for the script it works fine. Is there any update from the team regarding the issue?
-
- User Services
- Posts: 16
- Joined: Thu Dec 12, 2024 5:54 pm America/New_York
Re: Unknown Error, Could not get file HEAD: HTTP Error 403: Forbidden
The bug is still being worked on, and I'll let you know just as soon as we've got a fix. Thanks for your patience!
Re: Unknown Error, Could not get file HEAD: HTTP Error 403: Forbidden
This issue persists to this day. I was using python files downloaded from the ASF (search.asf.alaska.edu) website.
-
- User Services
- Posts: 16
- Joined: Thu Dec 12, 2024 5:54 pm America/New_York
Re: Unknown Error, Could not get file HEAD: HTTP Error 403: Forbidden
We hope to have a fix delivered next week. Thanks again for your patience!