gotiktoklive
gotiktoklive copied to clipboard
Failed to send request to webcast/sign_url/
I am getting this error message when fetching live-room information.
Started polling
panic: Failed to send request to im/fetch/: Failed to sign request: Failed to send request to webcast/sign_url/: you have exceeded the rate limit, please wait a few min
@achyutkneupane Yes, we are aware of it. TikTok has pushed out an update that broke the API. We are working on a fix but nothing has been found yet.
Rate Limits on API Requests
TikTok API limits the number of requests you can send in a given timeframe. Limits for each API are set and enforced separately. Default limits are provided below.
API | Limit |
---|---|
/v2/user/info/ | 600 |
/v2/video/query/ | 600 |
/v2/video/list/ | 600 |
Request rate calculation is based on a one minute sliding window. If the number of requests exceeds the threshold, new requests will be throttled and a response will be returned with HTTP status 429
and error code rate_limit_exceeded
.