I have developed a model for image segmentation , which is working fine, now when i am calling this api in an app it is not able to call the api and perform the task, please help
similarly I am receiving {“message”:“Error while loading image from url: https://i.imgur.com/kmYoJ5y.jpeg. Details: 429 Client Error: Unknown Error for url: https://i.imgur.com/kmYoJ5y.jpeg”}
On a workflow that was previously working - nothing has changed on my end and curiously the endpoint is working from another app but also fails on postman on my local machine - I am using Make.com and wonder if Roboflow has blacklisted any of their US IPs:
54.209.79.175
54.80.47.193
54.161.178.114
44.196.246.20
3.94.51.90
52.4.48.212
Hey there @HelicoptersofDC
The error message you are receiving suggests that Roboflow, and the platform you’re using, is working fine but the image URL provided is not accessible. A HTTP 429 error means “Too Many Requests” which can happen when you exceed a ratelimit.
If you aren’t having issues accessing the image locally, I recommend you query the image data locally, then POST the image data to the Roboflow Hosted API.