mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 23:45:56 +03:00
[GH-ISSUE #275] NoVNC full in VNC mode does not connect #175
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#175
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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
@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?
@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)