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

Payload missing should be handled #9

Closed
Carreau opened this issue Jun 30, 2015 · 6 comments · Fixed by #10
Closed

Payload missing should be handled #9

Carreau opened this issue Jun 30, 2015 · 6 comments · Fixed by #10
Milestone

Comments

@Carreau
Copy link
Member

Carreau commented Jun 30, 2015

See JuliaLang/IJulia.jl#325 (comment) where ipython console --kernel julia crashes

cf jupyter/qtconsole#21 also

@stevengj
Copy link

Note that I was using IPython 3.0.0, so it would be good to check whether this has already been fixed.

@Carreau
Copy link
Member Author

Carreau commented Jun 30, 2015

Well you should at least update to 3.2 that fix some XSS vulnerability on notebook...

@stevengj
Copy link

Okay, looks like Anaconda has 3.2, so I will try updating...

@stevengj
Copy link

Got the same error in IPython 3.2.0:

  File "/Users/stevenj/anaconda/lib/python2.7/site-packages/IPython/terminal/console/interactiveshell.py", line 208, in handle_execute_reply
    for item in content["payload"]:
KeyError: 'payload'

@stevengj
Copy link

Looks like the unqualified check for a payload is still in git master.

@minrk
Copy link
Member

minrk commented Jun 30, 2015

Fixed by #10

@minrk minrk added this to the 4.0 milestone Feb 24, 2016
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

Successfully merging a pull request may close this issue.

3 participants