gotiktoklive icon indicating copy to clipboard operation
gotiktoklive copied to clipboard

Failed to send request to webcast/sign_url/

Open achyutkneupane opened this issue 2 years ago • 2 comments

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 avatar Oct 02 '22 14:10 achyutkneupane

@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.

Davincible avatar Oct 02 '22 14:10 Davincible

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.

Thecreator1 avatar Oct 03 '22 19:10 Thecreator1