-
Notifications
You must be signed in to change notification settings - Fork 96
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
'failed: Invalid frame header' error #112
Comments
I'm not able to reproduce this error. To run the example server, you should run |
@noontage is this an ongoing problem, or can I close this issue as I was not able to reproduce your report? |
I got an 'invalid frame header' error because I was running rackup in dev mode. Perhaps that was OP's problem? Might be worth adding it to the readme in the relevant places. |
@sdubinsky The |
I don't think it needs to be any more obvious than it is, but the error message is so hideously useless that I think it would be good to have it noted in the readme like "if you don't, you'll get an invalid frame header error' or something, just to connect the problem and the solution. |
Hi
As the title says, occurred error 'failed: Invalid frame header'
I tried as follows
const ws = new WebSocket('ws://localhost:9292')
(console tab)
VM131:1 WebSocket connection to 'ws://localhost:9292/' failed: Invalid frame header
tried environment:
The text was updated successfully, but these errors were encountered: