Open FSund opened 1 month ago
There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues. Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thanks!
Still doesn't work via Cloudflared. But it works via Wireguard VPN and local IP.
Problem/Motivation
I'm using the Cloudflared Addon to access HA remotely. All other Ingress-enabled Addons seem to work fine remotely, but JupyterLab just returns a blank screen.
The only indication of an issue I've seen is a "cancelled" status for a fetch request
Here are the logs from the Addon:
Logs
``` s6-rc: info: service s6rc-oneshot-runner: starting s6-rc: info: service s6rc-oneshot-runner successfully started s6-rc: info: service base-addon-banner: starting ----------------------------------------------------------- Add-on: JupyterLab Create documents containing live code, equations, visualizations, and explanatory text ----------------------------------------------------------- Add-on version: 0.15.4 You are running the latest version of this add-on. System: Home Assistant OS 13.1 (amd64 / qemux86-64) Home Assistant Core: 2024.10.0 Home Assistant Supervisor: 2024.10.0 ----------------------------------------------------------- Please, share the above information when looking for help or support in, e.g., GitHub, forums or the Discord chat. ----------------------------------------------------------- s6-rc: info: service base-addon-banner successfully started s6-rc: info: service fix-attrs: starting s6-rc: info: service base-addon-timezone: starting s6-rc: info: service base-addon-log-level: starting s6-rc: info: service fix-attrs successfully started [09:19:13] INFO: Configuring timezone (Europe/Oslo)... s6-rc: info: service base-addon-log-level successfully started s6-rc: info: service base-addon-timezone successfully started s6-rc: info: service legacy-cont-init: starting s6-rc: info: service legacy-cont-init successfully started s6-rc: info: service init-system-packages: starting s6-rc: info: service init-nginx: starting s6-rc: info: service init-jupyter: starting s6-rc: info: service init-system-packages successfully started s6-rc: info: service init-nginx successfully started s6-rc: info: service init-jupyter successfully started s6-rc: info: service init-notebooks: starting s6-rc: info: service jupyter: starting s6-rc: info: service jupyter successfully started s6-rc: info: service nginx: starting s6-rc: info: service nginx successfully started [09:19:15] INFO: Starting the Jupyter server... Already up to date. Already up to date. s6-rc: info: service init-notebooks successfully started s6-rc: info: service legacy-services: starting s6-rc: info: service legacy-services successfully started [W 2024-10-08 09:19:19.671 ServerApp] ServerApp.allow_password_change config is deprecated in 2.0. Use PasswordIdentityProvider.allow_password_change. [W 2024-10-08 09:19:19.672 ServerApp] ServerApp.token config is deprecated in 2.0. Use IdentityProvider.token. [I 2024-10-08 09:19:19.751 ServerApp] jupyter_lsp | extension was successfully linked. [I 2024-10-08 09:19:19.756 ServerApp] jupyter_server_terminals | extension was successfully linked. [I 2024-10-08 09:19:19.761 ServerApp] jupyterlab | extension was successfully linked. [I 2024-10-08 09:19:21.065 ServerApp] notebook_shim | extension was successfully linked. [W 2024-10-08 09:19:21.110 ServerApp] All authentication is disabled. Anyone who can connect to this server will be able to run code. [I 2024-10-08 09:19:21.110 ServerApp] notebook_shim | extension was successfully loaded. [I 2024-10-08 09:19:21.113 ServerApp] jupyter_lsp | extension was successfully loaded. [I 2024-10-08 09:19:21.114 ServerApp] jupyter_server_terminals | extension was successfully loaded. [I 2024-10-08 09:19:21.120 LabApp] JupyterLab extension loaded from /usr/local/lib/python3.11/dist-packages/jupyterlab [I 2024-10-08 09:19:21.120 LabApp] JupyterLab application directory is /usr/local/share/jupyter/lab [I 2024-10-08 09:19:21.120 LabApp] Extension Manager is 'pypi'. [I 2024-10-08 09:19:21.176 ServerApp] jupyterlab | extension was successfully loaded. [I 2024-10-08 09:19:21.178 ServerApp] Serving notebooks from local directory: /config/notebooks [I 2024-10-08 09:19:21.178 ServerApp] Jupyter Server 2.14.2 is running at: [I 2024-10-08 09:19:21.178 ServerApp] http://127.0.0.1:28459/api/hassio_ingress/XyQm_ARu8iCPQzxe2UfbJuWAG06w8oqC3TWnpe5kPpQ/lab [I 2024-10-08 09:19:21.178 ServerApp] http://127.0.0.1:28459/api/hassio_ingress/XyQm_ARu8iCPQzxe2UfbJuWAG06w8oqC3TWnpe5kPpQ/lab [I 2024-10-08 09:19:21.178 ServerApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation). [09:19:21] INFO: Starting NGinx... [I 2024-10-08 09:19:22.000 ServerApp] Skipped non-installed server(s): bash-language-server, dockerfile-language-server-nodejs, javascript-typescript-langserver, jedi-language-server, julia-language-server, pyright, python-language-server, python-lsp-server, r-languageserver, sql-language-server, texlab, typescript-language-server, unified-language-server, vscode-css-languageserver-bin, vscode-html-languageserver-bin, vscode-json-languageserver-bin, yaml-language-server [I 2024-10-08 09:19:42.486 ServerApp] 302 GET /api/hassio_ingress/XyQm_ARu8iCPQzxe2UfbJuWAG06w8oqC3TWnpe5kPpQ/ (@172.30.32.2) 2.37ms ```Please let me know if you need any more information from me.