progrium / localtunnel

Expose localhost servers to the Internet
MIT License
3.2k stars 241 forks source link

ERROR: Unable to connect to service. #98

Closed sodaridgelabs closed 9 years ago

sodaridgelabs commented 11 years ago

I just installed localtunnel v2 on OS X, and I'm getting this error. Not sure why this is happening...as far as I know, there's nothing wrong with my internet connection. The older localtunnel was working fine just a few minutes ago.

progrium commented 11 years ago

There is a bug in v2 that I've been trying to get around to investigating and fixing. Let me know if you know anybody that can help.

On Wed, Apr 10, 2013 at 3:14 PM, sodaridgelabs notifications@github.comwrote:

I just installed localtunnel v2 on OS X, and I'm getting this error. Not sure why this is happening...as far as I know, there's nothing wrong with my internet connection. The older localtunnel was working fine just a few minutes ago.

— Reply to this email directly or view it on GitHubhttps://github.com/progrium/localtunnel/issues/98 .

Jeff Lindsay http://progrium.com

epicserve commented 11 years ago

I'm getting this error as well.

progrium commented 11 years ago

Trying to debug a new common error case. Service might go up and down for the next couple days.

On Thu, Apr 11, 2013 at 10:16 AM, epicserve notifications@github.comwrote:

I'm getting this error as well.

— Reply to this email directly or view it on GitHubhttps://github.com/progrium/localtunnel/issues/98#issuecomment-16248501 .

Jeff Lindsay http://progrium.com

zackangelo commented 11 years ago

Also getting this error.

paramburu commented 11 years ago

Also getting the error...

jperl commented 11 years ago

Working again for me! Multiple beers sent your way @progrium

sodaridgelabs commented 11 years ago

Works for me now too!

paramburu commented 11 years ago

Me too. It must have been a server issue.

ghost commented 11 years ago

sadly, i am still getting this error, has this recently been working for everyone?

progrium commented 11 years ago

No, v2 is down because there is a bug that prevents it from serving requests after a certain amount of load. There is a new version where this is resolved, but it won't be deployed for about a week.

On Sun, Jul 7, 2013 at 6:20 PM, angelfold notifications@github.com wrote:

sadly, i am still getting this error, has this recently been working for everyone?

— Reply to this email directly or view it on GitHubhttps://github.com/progrium/localtunnel/issues/98#issuecomment-20581541 .

Jeff Lindsay http://progrium.com

ghost commented 11 years ago

thank you for keeping us posted, appreciate it. weirdly, i am having issues with v1 as well... is that also a known thing? it seems to start up ok, but twilio will not connect to it today.

jwoodlee commented 11 years ago

epic sadness .. error still exists and I love this service.. really helpful in testing callbacks for dev mode

tim-peterson commented 11 years ago

Great idea. Unfortunately, I'm also still getting ERROR: Unable to connect to service.

Mac OS X 10.7.5:

$ pip install localtunnel
$ localtunnel-beta 80
Airswoop1 commented 11 years ago

Getting the same error... Any update on when this will be resolved?

tim-peterson commented 11 years ago

@Airswoop1 I tried http://ngrok.com/ as suggested by localtunnel's author @progrium in issue #105. Looks to accomplish same goal.

lsmolic commented 11 years ago

ngrok.com is now also down....

progrium commented 9 years ago

That version has reached EOL. Ngrok is much more stable now. However there is also a minimal Go implementation in master for those that find that interesting.