Run workflow with error

I am trying download the sentinel images using eo-learn, but in the “Run Workflow” there are an error:
DownloadFailedException: During execution of task SentinelHubInputTask: Failed to download from:
https://services.sentinel-hub.com/api/v1/process
with HTTPError:
400 Client Error: Bad Request for url: https://services.sentinel-hub.com/api/v1/process
Server response: “{“error”:{“status”:400,“reason”:“Bad Request”,“message”:“Invalid request”,“code”:“COMMON_BAD_PAYLOAD”,“errors”:[{“parameter”:“output->width”,“invalidValue”:3237,“violation”:“must be less than or equal to 2500”,“description”:“The request image width. Must be an integer between 1 and 2500.
Only one pair of parameters “width”/“height” or “resx”/“resy” must be set at the same time.”},{“parameter”:“output->height”,“invalidValue”:5531,“violation”:“must be less than or equal to 2500”,“description”:“The request image height. Must be an integer between 1 and 2500.
Only one pair of parameters “width”/“height” or “resx”/“resy” must be set at the same time.”}]}}”

1 Like

Hi @alexandroschafer,

There is not much I can add to the very descriptive error message you get back from the service.

The requested image size is too large.

Best,
Matej

In my case, processing API, I give resolution = 10.3 m for SENTINEL2_L1C. (Exact 10 m gives error) After this error I increased the value to resolution= 13.0 Resolved the issue

So you may need increase the resolution by your bbox value…

Exactly from which part can this value be changed?