Skip to content
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

Invalid WebSocket frame: RSV2 and RSV3 must be clear #104

Open
bughp opened this issue May 6, 2019 · 3 comments
Open

Invalid WebSocket frame: RSV2 and RSV3 must be clear #104

bughp opened this issue May 6, 2019 · 3 comments

Comments

@bughp
Copy link

bughp commented May 6, 2019

hmy_server | /home/node/app/node_modules/parse-server/lib/ParseServer.js:218
hmy_server | throw err;
hmy_server | ^
hmy_server |
hmy_server | RangeError: Invalid WebSocket frame: RSV2 and RSV3 must be clear
hmy_server | at Receiver.getInfo (/home/node/app/node_modules/parse-server/node_modules/ws/lib/receiver.js:160:14)
hmy_server | at Receiver.startLoop (/home/node/app/node_modules/parse-server/node_modules/ws/lib/receiver.js:121:22)
hmy_server | at Receiver._write (/home/node/app/node_modules/parse-server/node_modules/ws/lib/receiver.js:69:10)
hmy_server | at doWrite (_stream_writable.js:415:12)
hmy_server | at writeOrBuffer (_stream_writable.js:399:5)
hmy_server | at Receiver.Writable.write (_stream_writable.js:299:11)
hmy_server | at Socket.socketOnData (/home/node/app/node_modules/parse-server/node_modules/ws/lib/websocket.js:788:35)
hmy_server | at Socket.emit (events.js:193:13)
hmy_server | at Socket.EventEmitter.emit (domain.js:481:20)
hmy_server | at addChunk (_stream_readable.js:295:12)
hmy_server | npm ERR! code ELIFECYCLE
hmy_server | npm ERR! errno 7
hmy_server | npm ERR! parse-server-dashboard@1.0.0 start: node index.js
hmy_server | npm ERR! Exit status 7
hmy_server | npm ERR!
hmy_server | npm ERR! Failed at the parse-server-dashboard@1.0.0 start script.
hmy_server | npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
hmy_server |
hmy_server | npm ERR! A complete log of this run can be found in:
hmy_server | npm ERR! /root/.npm/_logs/2019-05-06T03_22_00_491Z-debug.log

@bughp
Copy link
Author

bughp commented May 6, 2019

compile 'com.parse:parse-android:1.17.3'
compile 'com.parse:parse-livequery-android:1.0.5'

@ozbillwang
Copy link

@bughp

Did you fix this issue? I got the same error.

@mmimeault
Copy link
Contributor

Hello,

this seem to be an error on the backend side? Maybe you should ask at https://github.com/parse-community/parse-server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants