hallis
hallis
DIAdiscord.js - Imagine an app
Created by DarkstarDraconis on 5/7/2024 in #djs-questions
Deno / Websocket error
Hi, I suddenly encountered the same issue on an application that has worked for several months. I believe the issue has to do with the wrapper deno uses for nodejs ws calls. What worked for me was downgrading deno to version 1.32.2 (something newer might work, but this works so i dont question it). You can set this as your deno version by running deno upgrade --version 1.32.2
39 replies