react-vnc-display
react-vnc-display copied to clipboard
Client instantly disconnects from VNC server
Hi,
I have websockify pointing to a VNC server. I have checked everything is working using the noVNC internal webserver and I can get to my remote desktop.
When I'm connecting through react-vnc-display I don't end up at a desktop, just a white page.
On the VNC server logs I see this:
20/12/19 10:54:15 Got connection from client 127.0.0.1 20/12/19 10:54:15 Using protocol version 3.8 20/12/19 10:54:15 Enabling TightVNC protocol extensions 20/12/19 10:54:15 rfbProcessClientAuthType: client gone 20/12/19 10:54:15 Client 127.0.0.1 gone 20/12/19 10:54:15 Statistics: 20/12/19 10:54:15 framebuffer updates 0, rectangles 0, bytes 0
Any idea what might be causing that?
Thank you for your help,
Can anyone respond to this?
I'm sorry that you're seeing this. I'm not sure what's happening. Happy to accept a PR if you end up figuring out the issue. The source code is tiny https://github.com/mozilla-frontend-infra/react-vnc-display/blob/master/src/components/VncDisplay/index.jsx
Hello @helfi92 I am not sure about the solution as I have also opened an issue #38 , do you know if this component is working first of all, for me when I configured the URL in vncdisplay component and then try to run the application, it doesn't do anything and return me the white page on the browser.
By the way, do you also face the similar problem? Let me know.