Skip to content

Instantly share code, notes, and snippets.

@jdunck
Created November 30, 2012 06:39
Show Gist options
  • Save jdunck/5babc39fb82a209ef6fb to your computer and use it in GitHub Desktop.
Save jdunck/5babc39fb82a209ef6fb to your computer and use it in GitHub Desktop.
Port 8000 is now accessible from http://42f2b9095a4c.v2.localtunnel.com ...
Traceback (most recent call last):
File "/Users/jdunck/.virtualenvs/ltpy/lib/python2.7/site-packages/gevent/greenlet.py", line 390, in run
result = self._run(*self.args, **self.kwargs)
File "/Users/jdunck/.virtualenvs/ltpy/lib/python2.7/site-packages/localtunnel/client.py", line 39, in client_connector
local_client = create_connection(('0.0.0.0', local_port))
File "/Users/jdunck/.virtualenvs/ltpy/lib/python2.7/site-packages/gevent/socket.py", line 654, in create_connection
raise err
error: [Errno 61] Connection refused
<Greenlet at 0x10eee3d70: client_connector(('v2.localtunnel.com', 41831), 8000, {'client': 'jdunck@myhost.local', 'name': ')> failed with error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment