I am getting websocket connection errors #513
Unanswered
martijnhiemstra
asked this question in
Q&A
Replies: 2 comments
-
I see these errors in the logs of the docker container. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi! Could you make sure you're using the latest version? You can check it by opening http://localhost:3000/api/version |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hopefully someone can help me. When I start a session I get the following error:
[15:57:41.326] INFO (NOWEBEngine/30): session:11 - connection errored {"reqId":4,"session":"11","trace":"Error: Connection Failure\n at WebSocketClient. (/app/node_modules/@adiwajshing/baileys/lib/Socket/socket.js:529:13)\n at WebSocketClient.emit (node:events:518:28)\n at WebSocketClient.emit (node:domain:488:12)\n at /app/node_modules/@adiwajshing/baileys/lib/Socket/socket.js:241:35\n at Object.decodeFrame (/app/node_modules/@adiwajshing/baileys/lib/Utils/noise-handler.js:149:17)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)"}
[15:57:41.328] INFO (WhatsappSession/30): session:11 - Connection closed due to 'Error: Connection Failure', reconnecting... {"reqId":4,"session":"11"}
[15:57:41.328] INFO (WhatsappSession/30): session:11 - Job scheduled with timeout 2000 ms {"reqId":4,"session":"11","job":"start-engine","class":"SingleDelayedJobRunner"}
The error keeps on appearing in the logs and if I dont stop the docker container then it will just keep on coming. What is going on?
Beta Was this translation helpful? Give feedback.
All reactions