c.Authenticator.enable_auth_state = True
prevents JupyterHub from starting
#987
Labels
bug
Something isn't working
Bug description
Originally reported in https://discourse.jupyter.org/t/error-while-enabling-auth-state-persistance-for-genericoauthenticator/27746
How to reproduce
/opt/tljh/config/jupyterhub_config.d
:echo 'c.Authenticator.enable_auth_state = True' > /opt/tljh/config/jupyterhub_config.d/authstate.py
tljh-config reload
, hub will fail to startsudo journalctl -u jupyterhub
This can also be reproduced by running the TLJH systemd start command
the-littlest-jupyterhub/tljh/systemd-units/jupyterhub.service
Line 21 in c49fada
directly in a terminal:
/opt/tljh/hub/bin/python3 -m jupyterhub.app -f /opt/tljh/hub/lib/python3.8/site-packages/tljh/jupyterhub_config.py
Replacing
/opt/tljh/hub/bin/python3 -m jupyterhub.app
with/opt/tljh/hub/bin/python3 -m jupyterhub
or/opt/tljh/hub/bin/jupyterhub
both workNote you'll also need to set
JUPYTERHUB_CRYPT_KEY
, but this is not the cause of this bugExpected behaviour
Actual behaviour
Your personal set up
Killercoda Ubuntu 20.04.5 LTS VM https://killercoda.com/manics/scenario/the-littlest-jupyterhub
The text was updated successfully, but these errors were encountered: