-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
I'm trying to run this in colab.
!pip install pyngrok
from pyngrok import ngrok
ngrok.set_auth_token("auth_token")
public_url = ngrok.connect(5000).public_url
print(public_url)
Then Start the python app-stream.py
Got this error:
ERR_NGROK_3004
ngrok gateway error
The server returned an invalid or incomplete HTTP response.
Get help with this error
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels