Skip to content
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

Closed
hiteshhedwig opened this issue Sep 20, 2020 · 4 comments

Comments

@hiteshhedwig
Copy link

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.

@Skander-hadjromdhan
Copy link
Contributor

Skander-hadjromdhan commented Sep 21, 2020

Same as an old issue #23 .

@ahtyamovdanil
Copy link
Contributor

fixed it in #36
Get authorization token from "Setup & Installation" tab in your ngrok account and pass it to authtoken argument

@carlosh93
Copy link

fixed it in #36
Get authorization token from "Setup & Installation" tab in your ngrok account and pass it to authtoken argument

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?

@darkshadow013
Copy link

darkshadow013 commented Feb 17, 2021

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 :

1. sudo snap install ngrok
2. jupyter notebook
3. ngrok http 8888

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants