You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes the vnc-directive produces only empty space (of correct size) for me. This occurs often in IE10 and sometimes in Firefox 33, but never in Chromium 38. Sometimes reloading the page fixes it.
If I move the mouse into this space while having a regular vncviewer on this vnc session, I see the mouse moving in the vncviewer. So the connection should be working fine.
This is all I was able to observe so far, please tell me if and how I can provide more information if required.
PS: I now somehow managed to get an empy vnc-directive which does does not occupy any space in Firefox. This is the debug log of the session: http://pastebin.com/eDH6hrA6
The text was updated successfully, but these errors were encountered:
I'm having the same issue. This is the console output
angular-noVNC.js:7337 New state "loaded", was "disconnected". Msg: noVNC ready: native WebSockets, canvas rendering
angular-noVNC.js:7337 New state "connect", was "loaded".
angular-noVNC.js:7930 WebSocket connection to 'ws://./' failed: Error in connection establishment: net::ERR_NAME_NOT_RESOLVED
angular-noVNC.js:7337 New state "ProtocolVersion", was "connect". Msg: Starting VNC handshake
angular-noVNC.js:7337 New state "Security", was "ProtocolVersion". Msg: Sent ProtocolVersion: 003.008
angular-noVNC.js:7337 New state "Authentication", was "Security". Msg: Authenticating using scheme: 1
angular-noVNC.js:7337 New state "SecurityResult", was "Authentication".
angular-noVNC.js:7337 New state "ClientInitialisation", was "SecurityResult". Msg: Authentication OK
angular-noVNC.js:7337 New state "ServerInitialisation", was "ClientInitialisation". Msg: Authentication OK
angular-noVNC.js:7337 Resize display to 0x0
angular-noVNC.js:7337 Skipping tight, only support with true color
angular-noVNC.js:7337 New state "normal", was "ServerInitialisation". Msg: Connected (unencrypted) to: xxx.xxx.xxxx.xxxx:0
Could it be related to angular-noVNC.js:7337 Resize display to 0x0?
Hi,
Sometimes the vnc-directive produces only empty space (of correct size) for me. This occurs often in IE10 and sometimes in Firefox 33, but never in Chromium 38. Sometimes reloading the page fixes it.
If I move the mouse into this space while having a regular vncviewer on this vnc session, I see the mouse moving in the vncviewer. So the connection should be working fine.
This is all I was able to observe so far, please tell me if and how I can provide more information if required.
PS: I now somehow managed to get an empy vnc-directive which does does not occupy any space in Firefox. This is the debug log of the session: http://pastebin.com/eDH6hrA6
The text was updated successfully, but these errors were encountered: