Bot crashed with the following error, how to prevent?

connection may have been finicky but my bot just crashed with the following error:
1062 | break;
1063 | }
1064 | }
1065 | }
1066 | onError(error) {
1067 | if ("code" in error && KnownNetworkErrorCodes.has(error.code)) {
^
TypeError: error is not an Object. (evaluating '"code" in error')
at onError (...\node_modules\@discordjs\ws\dist\index.js:1067:19)
at <anonymous> (...\node_modules\@discordjs\ws\dist\index.js:685:12)
1062 | break;
1063 | }
1064 | }
1065 | }
1066 | onError(error) {
1067 | if ("code" in error && KnownNetworkErrorCodes.has(error.code)) {
^
TypeError: error is not an Object. (evaluating '"code" in error')
at onError (...\node_modules\@discordjs\ws\dist\index.js:1067:19)
at <anonymous> (...\node_modules\@discordjs\ws\dist\index.js:685:12)
is this a lib issue or is there a way for me to prevent it? thx!
2 Replies
d.js toolkit
d.js toolkit4d ago
- What's your exact discord.js npm list discord.js and node node -v version? - Not a discord.js issue? Check out #other-js-ts. - Consider reading #how-to-get-help to improve your question! - Explain what exactly your issue is. - Post the full error stack trace, not just the top part! - Show your code! - Issue solved? Press the button!
syth
sythOP4d ago
got it, i'll bring it up with them yh, i thought i'd ask here before pointing fingers, i figured it maybe due to bun

Did you find this page helpful?