I've been using vTuber kit since v0.1.95b and loving it! I've had no issues with it until about 4 or 5 months ago (while using v0.1.96a) where every once in a while my twitch chat commands would just stop being recognized. The problem seemed to be fixed with a quick reset of the application.
Now with the most recent version (v0.1.98a) I'm running into this problem about every 5 minutes. I decided to check some of the logs and do some digging of my own to help make this as informative as possible for you as a dev to also work through.
Within the `Player.log` file there's some interesting errors that are as follows:
STARTUP: Starting vTuber Kit Successfully listening to chat messages PUBSUB: Connected to Twitch Failed to listen! community-points-channel-v1.422871317 Error: ERR_BADAUTH Failed to listen! channel-bits-events-v1.422871317 Error: ERR_BADAUTH PUBSUB: Disconnected from Twitch with error TwitchLib.PubSub.Events.OnPubSubServiceErrorArgs PUBSUB: Disconnected from Twitch with error TwitchLib.PubSub.Events.OnPubSubServiceErrorArgs
Short of deleting all the vTuber kit data, which I'm hesitant to do because I've put a lot of work into my model with some custom images, and emotions, I'm not sure what to do to test/fix the error. I know that my twitch information is correct as I have my own code connected to my chat using my 0Auth token and IRC, plus I can use just about 2 commands before everything stops being processed and I get the `TwitchLib` errors. I'm not sure if it's important but as I'm not a Twitch Affiliate yet, my account does not have access to things like bits/subs/channel points. Though I don't think this could be it because it hasn't been this bad of an issue until now.
If I have to delete all the data, is there a way that I can make setting up my saved presets easier?
Sorry for the long and fairly techy post 馃槄 I'm a dev myself and know how frustrating debugging can be.