Skip to content
New issue

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

Fix failure to specify port for TurboVNC server #99

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

consideRatio
Copy link
Member

@consideRatio consideRatio commented Mar 8, 2024

Without specifying a port for TurboVNC, we will fail to wrap it I think. jupyter-server-proxy will proxy to the port websockify listens to, and websockify is configure to listen to {port} correctly, but I think this port must be the same what is to be wrapped - otherwise it won't wrap that specific bind I think. Note that all examples include specifying websockify port for the wrapped command as well (or know it and match it without specifying it to match).

With this, things work - without it it doesn't for TurboVNC.

Debugged in #98 (comment). I've tested this to resolve #54 manually.

Copy link

github-actions bot commented Mar 8, 2024

Binder 👈 Launch a binder notebook on this branch for commit 024414e

I will automatically update this comment whenever this PR is modified

@consideRatio consideRatio added the bug Something isn't working label Mar 8, 2024
@consideRatio consideRatio changed the title Fix failure to specify port for TurboVNC Fix failure to specify port for TurboVNC server Mar 8, 2024
@consideRatio consideRatio merged commit 68f1388 into jupyterhub:main Mar 13, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TurboVNC broken since commit 447bf86, still in 1.2.1
1 participant