[GH-ISSUE #275] NoVNC full in VNC mode does not connect #175

Open
opened 2026-02-27 15:57:38 +03:00 by kerem · 3 comments
Owner

Originally created by @tmshlvck on GitHub (Jan 1, 2020).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/275

NoVNC ran from the WebVirtCloud seems to be malfunctioning with VNC in "Full" mode - it displays the "Connect" button and after clicking it it says "Connecting...", but nothing happens and in less then a second the "Connect" button is back.

The "Lite" mode with VNC works for me and both modes with Spice works as well.

Originally created by @tmshlvck on GitHub (Jan 1, 2020). Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/275 NoVNC ran from the WebVirtCloud seems to be malfunctioning with VNC in "Full" mode - it displays the "Connect" button and after clicking it it says "Connecting...", but nothing happens and in less then a second the "Connect" button is back. The "Lite" mode with VNC works for me and both modes with Spice works as well.
Author
Owner

@catborise commented on GitHub (Jan 2, 2020):

please click settings on the left bar on full vnc page.
Click advanced.
Click websocket.
control port: if it is 80 make 6080 or you whatever your port it is, then try...

thanks

<!-- gh-comment-id:570209802 --> @catborise commented on GitHub (Jan 2, 2020): please click settings on the left bar on full vnc page. Click advanced. Click websocket. control port: if it is 80 make 6080 or you whatever your port it is, then try... thanks
Author
Owner

@tmshlvck commented on GitHub (Jan 2, 2020):

Thanks, that was the trick!

I am still a bit confused with the fact that there is the following element

<input id="noVNC_setting_port" value="6080" type="number" />

in the page that was open as the VNC window, but it seems to be ignored by NoVNC. Perhaps a change on NoVNC side?

<!-- gh-comment-id:570213956 --> @tmshlvck commented on GitHub (Jan 2, 2020): Thanks, that was the trick! I am still a bit confused with the fact that there is the following element `<input id="noVNC_setting_port" value="6080" type="number" />` in the page that was open as the VNC window, but it seems to be ignored by NoVNC. Perhaps a change on NoVNC side?
Author
Owner

@catborise commented on GitHub (Jan 2, 2020):

i also confused, then check it.
there are two value for port: 1.value(novnc settings), 2.defaultValue(ws_port), it gets the value with javascript. but our portValue is in defaultValue.
the value comes from novnc settings.
(complex english, :) i am not a native speaker, but i hope you understand me)

<!-- gh-comment-id:570222287 --> @catborise commented on GitHub (Jan 2, 2020): i also confused, then check it. there are two value for port: 1.value(novnc settings), 2.defaultValue(ws_port), it gets the value with javascript. but our portValue is in defaultValue. the value comes from novnc settings. (complex english, :) i am not a native speaker, but i hope you understand me)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#175
No description provided.