-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Too many connections! The tunnel session 'ts_1hlqlpmaWrbJN1bOTucLT1dsx2M' #25
Comments
Same as an old issue #23 . |
fixed it in #36 |
Hello! When I add my token into the authtoken argument, I get the message "Tunnel xxxxxxxxx.ngrok.io not found". Do you have any advice? |
This is because ngrok tunnel is created using free account which gives limit to make 20 api requests per minute. You can try this on your local machine for more detail with :
You will see number of requests made and when it exceeds limit of 20 the error you are facing will occur. I hope it will help you understand clear picture of this problem. |
Too Many Connections
Too many connections! The tunnel session 'ts_1hlqlpmaWrbJN1bOTucLT1dsx2M' has violated the rate-limit policy of 20 connections per minute by initiating 26 connections in the last 60 seconds. Please decrease your inbound connection volume or upgrade to a paid plan for additional capacity.
The error encountered was: ERR_NGROK_702
What does this even mean?
I tried using code server as always. Throws unprecedented error.
The text was updated successfully, but these errors were encountered: