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

RuntimeError: Cannot enter into task <Task pending coro=<HTTP1ServerConnection._server_request_loop() #136

Open
siddjain opened this issue Aug 10, 2022 · 0 comments

Comments

@siddjain
Copy link

we get this error in the logs while running IJava with JupyerLab

Exception in callback <TaskStepMethWrapper object at 0x7fa83f108290>()
handle: <Handle <TaskStepMethWrapper object at 0x7fa83f108290>()>
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/asyncio/events.py", line 88, in _run
    self._context.run(self._callback, *self._args)
RuntimeError: Cannot enter into task <Task pending coro=<HTTP1ServerConnection._server_request_loop() running at /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/tornado/http1connection.py:842> cb=[IOLoop.add_future.<locals>.<lambda>() at /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/tornado/ioloop.py:687]> while another task <Task pending coro=<PeriodicCallback._run() running at /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/tornado/ioloop.py:921> cb=[IOLoop.add_future.<locals>.<lambda>() at /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/tornado/ioloop.py:694]> is being executed.

This is on a Mac Big Sur

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant