NeuroWhAI

Results 54 comments of NeuroWhAI

@ggordonhall Yes, the same issue occurred even after turning it off and on again. Deleting only the SQLite files in the folder you mentioned did not fix it either. Once...

Here is a trace log. @didinele ``` error: Uncaught TypeError: Cannot use 'in' operator to search for 'code' in undefined at WebSocketShard.onError (file:///C:/Users/neurobox/AppData/Local/deno/npm/registry.npmjs.org/@discordjs/ws/1.1.1/dist/index.js:1065:16) at WebSocket.connection.onerror (file:///C:/Users/neurobox/AppData/Local/deno/npm/registry.npmjs.org/@discordjs/ws/1.1.1/dist/index.js:683:12) at WebSocket.wrappedHandler (ext:deno_web/02_event.js:1401:12) at...

@Jiralite It was `{}`... 🤔 ```js connection.onerror = (event) => { console.log("======================================="); console.log(JSON.stringify(event)); console.log("======================================="); this.onError(event.error); }; ``` ``` ======================================= {} ======================================= ```