Open jameshfisher opened 2 years ago
The notebook runs pip install ngrok
- is that https://pypi.org/project/ngrok/?
Is it supposed to be https://pypi.org/project/pyngrok/ ?
Okay, I got it running by:
pip install ngrok
to pip install pyngrok
!ngrok authtoken <myauthtokenhere>
immediately afterhave you confirmed wether this is still necessary inside of colab? or is this an issue for non-colab notebooks?
@nousr I'm fairly sure this is an issue in Colab. Ngrok requires an authtoken, and fails if you don't set it, so when the user is setting up a new Colab instance, they somehow need to set their ngrok authtoken.
@guumaster it sounds like you also experienced this? Could you confirm?
Exactly, just followed this instructions. Maybe it should be added to README/notebook guide.
I ran all of the notebook in colab, but requests fail with responses like:
I've signed up for an ngrok account and got an authtoken, but how do I set it in this environment?