-
Notifications
You must be signed in to change notification settings - Fork 334
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
token not working in jupyter kernelgateway #2132
Comments
I second this (to some extent). Connecting to my remote kernel also prompts me to input the token manually, even if it is already given in the kernelgateway configurations in Hydrogen's properties. This was not requested in previous versions. ( |
Same here and unable to connect to remote kernels (python, R, bash, julia) with a valid configuration in Kernel Gateways and otherwise working jupyter kernels in the remote jupyter lab environment. This used to work without any issues several weeks before. Also, I removed token parameter and hydrogen failed to prompt me for a token. Hydrogen and Remote jupyter configurations seem ok per #2109. I also tried using atom and hydrogen env in linuxbox (RHEL 7) as well as reverting Hydrogen to previous versions of Hyrdrogen, 2.16.2 and 2.15.3 but no luck. Please help debugging this. Thanks!
SysInfoMac OS 10.15.7 (Intel) Remote jupyter server
logs from remote jupyter server:
logs from Atom dev console:
|
Pinging @aminya - Please look into this issue if possible. Without this, I am unable to use remote running kernel using Atom editor and making routine work quite difficult. Thanks! |
I will look into this over the next week. You can downgrade Hydrogen temporarily if you want |
Hi @aminya , I tried also using 2.16.2 and 2.15.3 and also on my linux machine but no luck. I am now trying to reset my conda env on remote machine and see if issue is related to remote and not host env. Much appreciated if you can check on your end if issue is something to do with hydrogen. |
Looks like I can not make this work by nearly all possible workarounds, including resetting my remote linux environment from scratch and doing the same on macbook. Seems like issue is more to do with hydrogen package and I can't find a way to solve this issue. Hope someone can find a stable fix. |
Update: I did some more debugging - If I disable SSL when starting jupyter notebook, hydrogen (current or older versions) can now connect to remote jupyter session but fails if I keep SSL active. Default config |
Any update that we should expect on this issue? I ended up resetting twice in vain to make hydrogen remote kernel work. @aminya |
Is this issue fixed??? |
@myvitriol I faced this issue in the past, but for ~2 months now it seems to be gone, at least for me. Are you still facing a problem here? |
Issue has become stale and issue persists: kernel gateway works only using |
Description
I have put my remote kernelgateway configurations in the setting like the following:
but whenever I try to connect to a server which does not have any running kernels, it prompts me with a token authentication.
When I try to connect to a server with a running python kernel, it won't prompt me for a token authentiation.
I was doing fine with Hydrogen when this started to happen around few months ago, so I think it's a bug somewhere around either Hydrogen or Jupyter Kernelgateway.
Steps to Reproduce
Versions
OS version:
Windows 10.0.19042.1165
Hydrogen version:
[Your Hydrogen's version]
[Jupyter kernelgateway version]
Plugins
Have you installed and activated any of the Hydrogen plugins below ?
None.
Logs
no logs in console
Expected behavior
Connect to remote kernelgateways without prompting for token.
Screenshots
Setting:
When there's no running sessions in server:
When there's running sessions in server:
Additional context
This started happening few months ago. Until then, the "token" from hydrogen setting was working fine.
The text was updated successfully, but these errors were encountered: