Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

What does the error HTTP/1.1 429 Unknown mean and how do I prevent it?

Asked by 7 years ago
Edited 7 years ago

http://imgur.com/a/7FULy

Occasionally I get this error while using HTTP Service. What does it mean and how can I prevent it?

The error is coming down to this line (btw I moved the getAsync so it is on the server tball=HS:GetAsync(url,true) -- error area

0
https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#4xx_Client_Error I assume it means you've exceeded the limit of requests/minute. Pyrondon 2089 — 7y
0
I think it is only running once tkddude2 75 — 7y
0
And if it is, how do I slow it down so it doesn't error and break the script? tkddude2 75 — 7y

1 answer

Log in to vote
0
Answered by 7 years ago

While true do loops will break if you do not have wait() somewhere in the script.

0
um tkddude2 75 — 7y
Ad

Answer this question