Michele0303 / tiktok-live-recorder

🎥✨ A TikTok live streaming recorder tool written in Python. Capture and relive your favorite TikTok moments effortlessly. 🎥✨
MIT License
352 stars 94 forks source link

why i cant record in android #121

Closed FaerieKnight closed 1 week ago

FaerieKnight commented 4 weeks ago

It said that room id not found and try again in 2 min (it is loop btw)

DraganVictor14 commented 3 weeks ago

I used last week a VPN app to fix but I with VPN actived doesn't works anymore

Kaimeera commented 1 week ago

Update to the new version and try. I think it's an issue with TT too bc even when I try to manually enter room_ID, it doesn't show on the page source.

sotero1113 commented 1 week ago

Update to the new version and try. I think it's an issue with TT too bc even when I try to manually enter room_ID, it doesn't show on the page source.

TT data changed, try: its roomId now: re.findall(r"\"roomId\":\"(.*?)\"", content)

and for user: re.findall(r"\"uniqueId\":\"(.*?)\"", content)

Michele0303 commented 1 week ago

Try new version