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

Possible issue with ipykernel or tornado event loop #361

Closed
willfurnass opened this issue Sep 30, 2019 · 2 comments
Closed

Possible issue with ipykernel or tornado event loop #361

willfurnass opened this issue Sep 30, 2019 · 2 comments
Labels

Comments

@willfurnass
Copy link
Collaborator

Seen in stdout (NotebookApp log) with commit 0063174 but think I've seen this since #350 was merged. Not sure what the implications are yet but thought I'd log this anyway.

[W 15:48:52.300 NotebookApp] Notebook docs/MuMoTuserManual.ipynb is not trusted
[I 15:48:54.242 NotebookApp] Kernel started: 6b285d9f-7384-4e59-a3b1-81d10ee3b175
ERROR:tornado.application:Exception in callback functools.partial(<function Kernel.enter_eventloop.<locals>.advance_eventloop at 0x7fbc0855c8c0>)
Traceback (most recent call last):
  File "/home/will/rse/code/mumot/mumot.git/.tox/py37/lib/python3.7/site-packages/tornado/ioloop.py", line 743, in _run_callback
    ret = callback()
  File "/home/will/rse/code/mumot/mumot.git/.tox/py37/lib/python3.7/site-packages/ipykernel/kernelbase.py", line 314, in advance_eventloop
    eventloop(self)
TypeError: 'NoneType' object is not callable
@jarmarshall
Copy link
Contributor

OK - we unpinned tornado and ipykernel in #350 so that's a likely cause - never seen this error before...

@jarmarshall jarmarshall added the bug label Oct 1, 2019
@jarmarshall jarmarshall added this to the Second release milestone Oct 1, 2019
@willfurnass
Copy link
Collaborator Author

Updated dependencies in #398; will close now and can reopen if necessary.

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

No branches or pull requests

2 participants