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
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋
Bug description
I'm using this extension with The Littlest JupyterHub https://tljh.jupyter.org/en/latest/
I have installed the extension in it using something similar to what is described here https://tljh.jupyter.org/en/latest/howto/admin/enable-extensions.html.
I'm using Arbitrary Port access as described here: https://jupyter-server-proxy.readthedocs.io/en/latest/arbitrary-ports-hosts.html
The extension works fine when there is something serving in the target port.
But if the application is stopped, or if a random port is used as a target, I get an Error 500.
Is that error coming from this extension?
Is there any way to set up a default 404 page to have a nicer error?
How to reproduce
Expected behaviour
I should get a 404 page or similar saying that nothing is running on that port
Actual behaviour
I get a 500 error page
Your personal set up
jupyter-admin@ubuntu:~$ jupyter --version
Selected Jupyter core packages...
IPython : 8.17.2
ipykernel : 6.26.0
ipywidgets : 8.1.1
jupyter_client : 8.6.0
jupyter_core : 5.5.0
jupyter_server : 2.10.1
jupyterlab : 4.0.8
nbclient : 0.9.0
nbconvert : 7.11.0
nbformat : 5.9.2
notebook : 7.0.6
qtconsole : not installed
traitlets : 5.13.0
With the latest available TLJH as the Jupyter Hub version
jupyter-admin@ubuntu:~$ jupyterhub --version
4.0.2
I guess the log says that this is coming from the extension :)
Full environment
Configuration
# jupyterhub_config.py
Logs
The text was updated successfully, but these errors were encountered: