HTTPService constant timeouts

I started to experience the problem with HTTPService, all of my requests delaying for several minutes, and then return the HttpError: Timedout. All of URLs i use are work and returns normal responses.
A maximum of 200 people play on one server, but this is unlikely to exceed the limit on the number of requests, because there are not many of them.

2 Likes

Are you sure the endpoint youre making request to is capable of handling large amount of requests under small interval? could you also show the example code

2 Likes

I found out that this could be due to the large number of requests, but this is weird, because I did not receive any errors about exceeding the request limit. I think so because all of my endpoints finely works on studio without any timeouts, but server with people has that problem, so it’s not the endpoint fail.

Do you manage these endpoints? Maybe live servers are being rate limited. They use different User Agents which separates their network traffic from Studio’s.

Thanks for the report! We’ll follow up when we have an update for you.

This happens for me as well with particularly sounds, out of nowhere, sounds will just return HttpError: Timeout, then future reads to this return Temp read failed.

I initially assumed it was just my bad internet, though other assets load fine. From here it looks like its happening to other people as well

Can you share your place ID and URLs that experienced the issue? DM me if you prefer. thanks.