frankvHoof93 / TikTokLiveSharp

Port of TikTok live library for C#
https://vanhoof.dev
Other
139 stars 27 forks source link

Too Many Requests [429] #66

Closed qrq closed 2 months ago

qrq commented 4 months ago

this problem happend from 2 days until now ! status: 429, statusText: Too Many Requests [429] in both Node and Unity version any help :\

HugoB07 commented 4 months ago

its rate limit, you can do nothing (just wait)

frankvHoof93 commented 2 months ago

429 indicates you're overloading the Signing-server. You're either establishing too many concurrent connections, or establishing & closing connections one after another in a short time period. Don't do either of these, and you won't hit the rate-limit.