You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 status429and error coderate_limit_exceeded.
I am getting this error message when fetching live-room information.
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
The text was updated successfully, but these errors were encountered: