-
-
Notifications
You must be signed in to change notification settings - Fork 338
Failed to retrieve the initial room data. #263
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
Comments
I encountered the same issue. I went to the website https://tiktok-chat-reader.zerody.one/# and the page also displayed "Error: Failed to retrieve the initial room data." |
Yes, TikTok has made several changes, so the developer of this library needs time to update the code and adapt to these changes. One small example is that before displaying a user's video feed on the TikTok web version, you now have to complete a captcha. This affects tools that rely on browser scraping, requiring them to adjust their code. So, Zerody, the creator of tiktok-live-connector, needs some time to make the necessary updates. |
Yep it seems it's broken. I wondered how long it would be until TT blocked this. |
Just found that my IP was blocked by tik, using VPN solve the issue |
same issue and added a console log of the jsonerror to the library , it looks like error 500
|
Does anyone know a solution? Thanks |
❌ Failed to connect InitialFetchError: Failed to retrieve the initial room data.
at WebcastPushConnection.connect (C:\Users\User\Desktop\Tiktok\node_modules\tiktok-live-connector\dist\index.js:318:15)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5) {
retryAfter: null
}
How to fix that?
The text was updated successfully, but these errors were encountered: