Question about the websocket closed error #1424
Unanswered
thyagomuris
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
I've seen websocket closed for op 4000 gateway redirect and 1006 underlying connection closed, but not for 1000. There isn't even an op code 1000 in the docs, only under the RPC error section, which our lib isn't used for. Do you have any other logs that might be helpful? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been receiving the warning below constantly. I couldn't understand when and why the warning occurs. Can anyone explain it to me? Below is the error log.
{ "dt": "2025-10-17T18:26:43.205070+00:00", // Oct 17, 2025 at 3:26:43pm GMT-03 "message": "websocket closed", "level": "Warning", "monolog": { "channel": "bot", "context": { "op": 1000, "reason": "" }, "extra": [ ] } }Beta Was this translation helpful? Give feedback.
All reactions