ncar-xdev / jupyter-forward

Launch Jupyter Lab over SSH with a single command!
https://jupyter-forward.readthedocs.io/
Apache License 2.0
31 stars 12 forks source link

jupyter-forward hangs and doesn't ask for token #108

Closed jessecusack closed 3 years ago

jessecusack commented 3 years ago

Previously this would work:

jupyter-forward --port=8892 --launch-command="qsub -l select=1:ncpus=1:mpiprocs=1 -l walltime=04:00:00 -q regular -A URTG0022" [username]@cheyenne.ucar.edu

But now I am not even prompted for a token response. I am not sure why this would change from one day to the next.

andersy005 commented 3 years ago

🤔 That's strange... I was able to use the exact command and things seem to be working on my end. Which version of jupyter-forward are you running?

$ jupyter-forward --version
Jupyter Forward CLI Version: 2021.8.17
jessecusack commented 3 years ago

I also have version 2021.8.17.

The good news is that as mysteriously as it stopped working, it now works again. I'll close this issue for now, but let you if it happens again.

andersy005 commented 3 years ago

Glad to hear that the issue was mysteriously resolved :). Yeah, feel free to reopen this issue when you encounter this in the future.