We constantly got an error showing as follows
[2020-09-11 02:08:05,395] {taskinstance.py:1051} ERROR - Failed to download from:
https://services.sentinel-hub.com/ogc/wcs/d026c463-xxxx-xxxx-xxxx-xxxxxxxxxxxx?SERVICE=wcs&MAXCC=100.0&BBOX=xx.xxxxxxxxxxxxx%2Cxxx.xxxxxxxxxxx%2Cxx.xxxxxxxxxxxxx%2Cxxx.xxxxxxxxxxx&FORMAT=image%2Ftiff%3Bdepth%3D32f&CRS=EPSG%3A4326&TIME=2020-09-02T03%3A29%3A29%2F2020-09-02T03%3A29%3A29&RESX=10m&RESY=10m&COVERAGE=NDWI&REQUEST=GetCoverage&VERSION=1.1.2
with HTTPError:
500 Server Error: Internal Server Error for url: https://services.sentinel-hub.com/ogc/wcs/d026c463-xxx-xxxx-xxxx-xxxxxxxaceef?SERVICE=wcs&MAXCC=100.0&BBOX=xx.xxxxxxxxxxxxx%2Cxxx.xxxxxxxxxxx%2Cxx.xxxxxxxxxxxxx%2Cxxx.xxxxxxxxxxx&FORMAT=image%2Ftiff%3Bdepth%3D32f&CRS=EPSG%3A4326&TIME=2020-09-02T03%3A29%3A29%2F2020-09-02T03%3A29%3A29&RESX=10m&RESY=10m&COVERAGE=NDWI&REQUEST=GetCoverage&VERSION=1.1.2
Server response: "java.util.concurrent.ExecutionException: com.sinergise.sentinel.java.io.manager.MissingFileException: Illegal request to https://sentinel-s2-l1c-index.s3.amazonaws.com/tiles/49/R/DQ/2020/9/2/0/B08.index. HTTP Status: 403"
Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/sentinelhub/download.py", line 236, in execute_download_request
response.raise_for_status()
File "/usr/local/lib/python3.6/dist-packages/requests/models.py", line 940, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: https://services.sentinel-hub.com/ogc/wcs/d026c463-xxxx-xxxx-xxxx-xxxxxxxxxxxx?SERVICE=wcs&MAXCC=100.0&BBOX=xx.xxxxxxxxxxxxx%2Cxxx.xxxxxxxxxxx%2Cxx.xxxxxxxxxxxx%2Cxxx.xxxxxxxxxxx&FORMAT=image%2Ftiff%3Bdepth%3D32f&CRS=EPSG%3A4326&TIME=2020-09-02T03%3A29%3A29%2F2020-09-02T03%3A29%3A29&RESX=10m&RESY=10m&COVERAGE=NDWI&REQUEST=GetCoverage&VERSION=1.1.2
Does anybody have ideas about this? Thanks.