comiker91 / kickBot

Python Client for Kick Api and Chat
0 stars 0 forks source link

Kick update broke it #1

Open johne5s opened 1 year ago

johne5s commented 1 year ago

This weeks kicks update broke the chat bot. I'd love to help you fix it. so i'm going to mess around with the code. I just don't know anything about websocket calls.

If I get something working I'll let you know.

comiker91 commented 1 year ago

You can try to add https://github.com/comiker91/kickBot/blob/master/src/client/baseclient.py here in line 29 after the Chatroom ID .v2 Example: chatrooms.415385.v2

Is this fix the bug?

johne5s commented 1 year ago

the file looked the same as my file. all but the updated chatrooms.####### to match my chat room. I replaced it with your file. I do the default !discord. the console does not print DISCORD like it use too. The console still prints "Pong was send" I assume that something needs to be updated on pusher.com to get the new API changes.

thanks again for the app.