Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to send request to webcast/sign_url/ #7

Open
achyutkneupane opened this issue Oct 2, 2022 · 2 comments
Open

Failed to send request to webcast/sign_url/ #7

achyutkneupane opened this issue Oct 2, 2022 · 2 comments

Comments

@achyutkneupane
Copy link

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
@Davincible
Copy link
Owner

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

@Thecreator1
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants