tomaarsen / TwitchMarkovChain

Twitch Bot for generating messages based on what it learned from chat
MIT License
118 stars 25 forks source link

More frequent errors occuring #37

Open BluesBroBo opened 1 year ago

BluesBroBo commented 1 year ago

Since some time now (tried to recreate at which point it started, but can't) I am getting more frequent crashes of the bot and have to restart it manually. Right now it is almost daily. This is the error message that I got:

image

JL-NZ commented 1 year ago

Have found similar issues with my implementation of this repo. I resolved the crashes to some degree by switching from tomaarsen's bespoke twitch websocket library to using twitch.io instead.

tomaarsen commented 1 year ago

That sounds wise. I have not been updating this repository nor my Websocket library to stay up to date with recent changes in Twitch.

BluesBroBo commented 1 year ago

Is there a way for me to accomplish this? I am not very experienced in this but would like to be able to continue to use the bot.