-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: RSV2 and RSV3 must be clear #1762
Comments
weeee we aren't sure how to fix this either. we believe it to be an upstream bug with |
@devsnek That seemed to fix the issue, thanks! |
@PassTheMayo can you be specific on what fixed the issue, we aren't sure here how to fix it |
@devsnek I just did |
Hmm thanks! I was having this issue too but was just ignoring it. |
@jaipradeesh That explains nothing. Plus we already got this resolved anyways, thanks. |
This error means that the client is sending a compressed frame but the permessage-deflate extension is disabled. |
@jaipradeesh - Your saying this, but I'm unsure what you mean.
I've got a self made bot, which connects to a remote API, and I just got an error saying Have you got any tips on debugging this? |
I'm still getting this error, and when its a fatal one so my script crashes |
Don't you think I did that |
I'm getting this when I stream data from an arduino IoT nano, it streams for about a few seconds, data is good, then it hits this error. Since it sends good data prior to this error, I don't believe the error message is accurate, otherwise the error message would show up in the first message(s). It's a bit of a showstopper, cannot seem to stream websocket data using ws and uws is not a realistic option due to it's various issues. |
Please describe the problem you are having in as much detail as possible:
I don't exactly know how to explain it, but I also have no example code, because I don't know what is going on. It just started happening as soon as I tried to use
disabledEvents
on the client constructor, but it threw this error. I removed it and it's still giving me the same error. I moved the bot to my VPS and same error. It doesn't seem to be a port issue, because this is the only bot running. Anyone else having this error?Include a reproducible code sample here, if possible:
Further details:
The text was updated successfully, but these errors were encountered: