PythonistaGuild / TwitchIO

An Async Bot/API wrapper for Twitch made in Python.
https://twitchio.dev
MIT License
791 stars 163 forks source link

Issue with RECONNECT in PubSub #385

Closed klyasht closed 1 year ago

klyasht commented 1 year ago

Got in my project log: 2023-02-24 18:59:03 [T:MainThread] DEBUG:twitchio.ext.pubsub.websocket: Pubsub event referencing unknown event 'RECONNECT'. Discarding

It's expected (according to the current Twitch docs) that RECONNECT has own type in received message. The straightforward solution would be move this to method handle_reconnect.

github-actions[bot] commented 1 year ago

Hello! Thanks for the issue. If this is a general help question, for a faster response consider joining the official Discord Server

Else if you have an issue with the library please wait for someone to help you here.

chillymosh commented 1 year ago

Thanks, we are aware of this already and is currently in testing. I have just pushed it out now though for others to test https://github.com/TwitchIO/TwitchIO/commit/476ffa4bdda658648f4c154c2349754a4eb67dc8

Please feel free to test by installing from master.