fast-stable-diffusion
fast-stable-diffusion copied to clipboard
PyngrokNgrokError: The ngrok process errored on start: Your ngrok-agent version "2.3.41" is too old. The minimum supported agent version for your account is "3.0.0"
I'm using colab pro
Please update to a newer version with ngrok update
, by downloading from https://ngrok.com/download, or by updating your SDK version
I don't want to download anything. is there any other way?
same issue in collab for me as well, i just think the issue is with ngrok version there should be a lil changes in the version and rewrite it to a new version code
same issue i think ngrok has limited the access and the idea of accessing api hosted on collab will be quite impossible from now on
started getting the same error.
Is there any way to work on upgrading the version with a new code to the latest version? With that I think the problem would be solved. Please help
I keep getting the same issue even though I used ngrok update
Updating ngrok/Dockerfile
as follows helped me:
&& curl -Lo /ngrok.tgz https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-amd64.tgz \
&& tar xvzf /ngrok.tgz -C /bin \
&& rm -f /ngrok.tgz \
Where is
ngrok/Dockerfile
?
i appreciate the effort and dedication of doing open source, but i have to say it's disappointing to know, that issues like this aren't addressed.