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

Getting Too many connections error on running #23

Closed
aryamansriram opened this issue Sep 16, 2020 · 3 comments
Closed

Getting Too many connections error on running #23

aryamansriram opened this issue Sep 16, 2020 · 3 comments

Comments

@aryamansriram
Copy link

Hi,
I am encountering the following error when I try to run colabcode

`
Too many connections! The tunnel session 'ts_1haqep9AXrK0M55zyQFF0HgWbVH' has violated the rate-limit policy of 20 connections per minute by initiating 36 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
`
Kindly suggest how to resolve it.

@Skander-hadjromdhan
Copy link
Contributor

Skander-hadjromdhan commented Sep 16, 2020

This error is due to NGROK and as this was made using the free version. You may have this issue if you reload Code-Server (The VSCode Web IDE). You can wait (a little) and refresh. This resolves the error. Here is a StackOverflow post about the same error: https://stackoverflow.com/questions/40939587/ngrok-err-ngrok-702-too-many-connections.

I found a solution to your problem. So, I loaded Code-Server locally and found out that the first load uses a lot of requests (34 and in the free version of ngrock you can only do 20 connections per minute). So you may wait for 1 minute or two after you open your VSCode and then use it as you want.

@aryamansriram
Copy link
Author

Thanks for that, closing the issue as it worked for me

@TanayKarve
Copy link

Fixed in #29
Please merge

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

3 participants