frankvHoof93 / TikTokLiveSharp

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

Too Many Requests [429] again :( #73

Closed qrq closed 2 months ago

qrq commented 2 months ago

This problem back again

Too Many Requests [429]

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.