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

Error: Request failed with status code 429 #176

Open
BrainXIP opened this issue Mar 22, 2024 · 4 comments
Open

Error: Request failed with status code 429 #176

BrainXIP opened this issue Mar 22, 2024 · 4 comments

Comments

@BrainXIP
Copy link

Hi

when testing the demo the error "Request failed with status code 429" is produce.

Thank you

@BrainXIP
Copy link
Author

Hi
we have another error

Error: TikTok does not offer a websocket upgrade. Please provide a valid sessionId to use request polling instead.

Thank you

@Yohn
Copy link

Yohn commented Mar 27, 2024

Make sure you're using the newest version

npm update tiktok-live-connector --save

@TSTsankov
Copy link

TSTsankov commented Mar 27, 2024

Same problem here, the https://tiktok.eulerstream.com/ gives a 429, the https://tiktok-sign.zerody.one/ results in some error with the cursor:
if (!webcastResponse.cursor) { if (isInitial) { throw new Error('Missing cursor in initial fetch response.'); } else { this.#handleError(null, 'Missing cursor in fetch response.'); } }

@bakteribaik
Copy link

if u read the error response header when u get status code 429, the rate limit is set to 12 request for 1 hour, which is 1 request for 5 minutes.

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

4 participants