Issue with 199.232.82.214

Hi!
My program is often contacting Twitch api. However, I’ve frequently a TIMEOUT issue with the IP 199.232.82.214.
Here is a part of the message:
FetchError: request to https://api.twitch.tv/helix/streams?user_id=473813064 failed, reason: connect ETIMEDOUT 199.232.82.214:443

I wonder if someone has the same issue or if you would know how to help me. I don’t have this issue each time, and I already flushed the DNS of my server.

Thanks for your time!

As per the same question in Discord here is the same answer (and slighly expanded if others find this post)

It’s most likely a snafu with fastly the CDN in front of the API
It’s been worse of late but I’ve counted less than 10 total for my own calls across multiple servers (but I’m not like logging each fail anyway)

So if you get a timeout, just retry the request, this sort of thing is common with API’s in general, you get a bad hit on a server rebalancing, so just retry

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.