[Bug] Outdated library for identifying Twitch chatmessages
commuval opened this issue · 0 comments
commuval commented
Basic information
- Program version: 0.2.7
- Python version: 3.11.2
- Operating system: Win 11 64
Since a few weeks chatdownloader is only returning "text_message" as message_type, so the library for identifying chatmessages on Twitch is probably outdated. Quick fix would be appreciated.
- A minimal reproducible example:
Dont want to put my whole code here, sorry. It should be very clear what the problem is though. - Output, traceback or other information relating to the bug:
testoo.py
Event: {'vod': 'https://www.twitch.tv/videos/1763326292', 'streamer': 'https://www.twitch.tv/ungespielt'}
VOD: https://www.twitch.tv/videos/1763326292
Expected behavior
Expected it to classify messages on twitch correctly.
Screenshots
I think the issue should be clear.