-
-
Notifications
You must be signed in to change notification settings - Fork 326
InitialFetchError: Failed to retrieve the initial room data. just facing this issue today. #261
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
Same here. |
Okay, everything seems fine now. I'm not sure what was broken—whether it was on my side or the library's side. All I did was keep reconnecting whenever there was an error saying 'Can't get initial room data,' and suddenly, it just connected successfully |
Hello, I keep getting this error as well |
yeaa the error just come back |
same |
Same :(( no one can fix it |
Seems to be a problem at the TikTok protocol... Maybe they updated something there. |
this is due to the way TikTok handles thier HTML for live, they changed the initial structure format so you must create a custom parser by dumping the source html of a live stream then searching for SIGI_STATE as that contains the room info, the data structure and format in Application/JSON |
@Vixenlicious thank you for your input. I've managed to manually extract the |
you can do it through the connect() method; but even so it still doesn't work apparently; |
I think TikTok has changed its protocol. Now, when you visit TikTok.com and try to view a user's video feed from their profile, you're required to complete a captcha. Since retrieving the room ID relies on extracting data from the HTML, I believe this method is now blocked. Developers |
Sunt curios să văd ce poți face, mas bucura să reușești |
It's interesting because TikFinity continues to work. So, there has to be a way around it. Unless somehow TikFinity has a sanctioned API, and if that's the case how do the rest of us get that? |
everytime i want to connect with different username/tiktok id, the program return InitialFetchError: Failed to retrieve the initial room data.
The text was updated successfully, but these errors were encountered: