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
no internet connection inside docker and no way to use host net, because of spawn error [E 2023-05-16 16:21:16.093 JupyterHub gen:630] Exception in Future <Task finished name='Task-21' coro=<BaseHandler.spawn_single_user.<locals>.finish_user_spawn() done, defined at /usr/local/lib/python3.10/dist-packages/jupyterhub/handlers/base.py:963> exception=TimeoutError("Server at http://127.0.0.1:32770/user/admin/ didn't respond in 30 seconds")> after timeout Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/tornado/gen.py", line 625, in error_callback future.result() File "/usr/local/lib/python3.10/dist-packages/jupyterhub/handlers/base.py", line 970, in finish_user_spawn await spawn_future File "/usr/local/lib/python3.10/dist-packages/jupyterhub/user.py", line 863, in spawn await self._wait_up(spawner) File "/usr/local/lib/python3.10/dist-packages/jupyterhub/user.py", line 907, in _wait_up raise e File "/usr/local/lib/python3.10/dist-packages/jupyterhub/user.py", line 877, in _wait_up resp = await server.wait_up( File "/usr/local/lib/python3.10/dist-packages/jupyterhub/utils.py", line 288, in wait_for_http_server re = await exponential_backoff( File "/usr/local/lib/python3.10/dist-packages/jupyterhub/utils.py", line 236, in exponential_backoff raise asyncio.TimeoutError(fail_message) asyncio.exceptions.TimeoutError: Server at http://127.0.0.1:32770/user/admin/ didn't respond in 30 seconds
The text was updated successfully, but these errors were encountered:
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! 👋
no internet connection inside docker and no way to use host net, because of spawn error
[E 2023-05-16 16:21:16.093 JupyterHub gen:630] Exception in Future <Task finished name='Task-21' coro=<BaseHandler.spawn_single_user.<locals>.finish_user_spawn() done, defined at /usr/local/lib/python3.10/dist-packages/jupyterhub/handlers/base.py:963> exception=TimeoutError("Server at http://127.0.0.1:32770/user/admin/ didn't respond in 30 seconds")> after timeout Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/tornado/gen.py", line 625, in error_callback future.result() File "/usr/local/lib/python3.10/dist-packages/jupyterhub/handlers/base.py", line 970, in finish_user_spawn await spawn_future File "/usr/local/lib/python3.10/dist-packages/jupyterhub/user.py", line 863, in spawn await self._wait_up(spawner) File "/usr/local/lib/python3.10/dist-packages/jupyterhub/user.py", line 907, in _wait_up raise e File "/usr/local/lib/python3.10/dist-packages/jupyterhub/user.py", line 877, in _wait_up resp = await server.wait_up( File "/usr/local/lib/python3.10/dist-packages/jupyterhub/utils.py", line 288, in wait_for_http_server re = await exponential_backoff( File "/usr/local/lib/python3.10/dist-packages/jupyterhub/utils.py", line 236, in exponential_backoff raise asyncio.TimeoutError(fail_message) asyncio.exceptions.TimeoutError: Server at http://127.0.0.1:32770/user/admin/ didn't respond in 30 seconds
The text was updated successfully, but these errors were encountered: