frankvHoof93 / TikTokLiveSharp

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

[BUG]Lib won't detect comments #32

Closed yogev2255 closed 9 months ago

yogev2255 commented 10 months ago

Describe the bug Hey, For some reason, the library will ignore the comments of users and it won't send it as an event to Unity its just ignores them

To Reproduce I am not sure but I just subscribed to the comment event and checked if the event is invoked but it's not and again it's not doing it for everyone some are working fine and some it won't detect it

Nolifs commented 9 months ago

seems to mainly happen if the message is a duplicate from the previous I figured out. At least for me

frankvHoof93 commented 9 months ago

All comments that are sent by the server will invoke an event in the lib. If the lib isn't invoking an event, that's because the server isn't sending a message for it. This is likely because TikTok is considering your comment to be 'spam', and therefore not sending it to any (other) viewers.