frankvHoof93 / TikTokLiveSharp

Port of TikTok live library for C#
https://vanhoof.dev
Other
139 stars 27 forks source link

One or more errors occurred. (LiveStream for HostID could not be found. Is the Host online?) #57

Closed huudatk53 closed 2 months ago

huudatk53 commented 7 months ago

I also check user live stream on tiktok right then, but I run, throw error One or more errors occurred. (LiveStream for HostID could not be found. Is the Host online?)

Daviko291 commented 7 months ago

I have the same error

minhiclick commented 4 months ago

me too

Yoshisan0 commented 3 months ago

me too

frankvHoof93 commented 2 months ago

18+-rooms and 'protected'/'privated' rooms will often not be able to connect by ID. This is because the library attempts to scrape the HTML for the page for the RoomID. For these specific rooms, the page requires logging in in order to get this info.

If you can, try to grab the RoomID from the HTML yourself (search for 'room_id='). You can use that to connect with instead.