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
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