-
-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bot throws error after running it for a period of time #180
Comments
You should try catch the websocket function |
I feel like there's something to do with how We could try/catch, but that's gonna produce a more buggy code. Prob best to try and figure out why it's causing it first so that in the future, when writing a similar code, we know how to avoid it. |
Yean but that's strange because in JS when the websocket have an error he just try to reconnect to it not throwing error |
This is def a strange bug. We can confirm three things here:
|
Yup confirmed it. I'll push out a fix. |
Problem
After running a bot for a period of time, the bot throws the following errors:
It seems like the telemetry issue happens after the websocket errors.
Solution
[Unknown] - In Progress
The text was updated successfully, but these errors were encountered: