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

unexplained issue, requesting a more significative message #329

Closed
stonebig opened this issue Jan 6, 2018 · 1 comment
Closed

unexplained issue, requesting a more significative message #329

stonebig opened this issue Jan 6, 2018 · 1 comment
Milestone

Comments

@stonebig
Copy link

stonebig commented Jan 6, 2018

Hi all,

I have error reports I can't explain, like winpython/winpython#582.

  File "B:\P\python-3.6.3.amd64\lib\site-packages\jupyter_client\manager.py", line 234, in start_kernel
    "Currently valid addresses are: %s" % local_ips()
RuntimeError: Can only launch a kernel on a local interface. Make sure that the '*_address' attributes are configured properly. Currently valid addresses are: ['130.216.54.47', '0.0.0.0', '']
```

Would it be possible top make the error message more complete in manager_py  ?  
        raise RuntimeError("Can only launch a kernel on a local interface. "
                           "This one is not: %s."
                           "Make sure that the '*_address' attributes are "
                           "configured properly. "
                           "Currently valid addresses are: %s" % (self.ip, local_ips())
                           )
stonebig added a commit to stonebig/jupyter_client that referenced this issue Jan 6, 2018
to help inqiure on this jupyter#329
@minrk
Copy link
Member

minrk commented Jan 23, 2018

fixed by #330

@minrk minrk closed this as completed Jan 23, 2018
@minrk minrk added this to the 5.2.2 milestone Jan 23, 2018
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

2 participants