We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I couldn't test the application. I'm getting the error as WebSocket connection to 'ws://xxx.xxx.x.x:5901/' failed: Error in connection establishment:
I am trying to connect with tightvnc server installed in windows machine from ubuntu.
The text was updated successfully, but these errors were encountered:
have you websockified the vnc port? react-vnc-display uses novnc under the covers which requires the vnc protocol to go over a websocket connection.
react-vnc-display
novnc
From https://github.com/novnc/websockify :
Here is an example of using websockify to wrap the vncserver command (which backgrounds itself) for use with noVNC: ./run 5901 --wrap-mode=ignore -- vncserver -geometry 1024x768 :1
Here is an example of using websockify to wrap the vncserver command (which backgrounds itself) for use with noVNC:
./run 5901 --wrap-mode=ignore -- vncserver -geometry 1024x768 :1
Sorry, something went wrong.
I also get this error: "Received a broken close frame containing a reserved status code" Even I have websockified the vnc port. Can you please help?
No branches or pull requests
I couldn't test the application. I'm getting the error as WebSocket connection to 'ws://xxx.xxx.x.x:5901/' failed: Error in connection establishment:
I am trying to connect with tightvnc server installed in windows machine from ubuntu.
The text was updated successfully, but these errors were encountered: