localtunneld TypeError

54 views
Skip to first unread message

cze...@gmail.com

unread,
Jul 30, 2013, 10:18:14 AM7/30/13
to local...@googlegroups.com
(env)localtunnel@spliff:~$ localtunneld 10000 10001
2013-07-30 16:17:15,152    INFO cli: starting frontend on ('0.0.0.0', 10000) for None...
2013-07-30 16:17:15,152    INFO cli: starting backend on ('0.0.0.0', 10001)...
Traceback (most recent call last):
  File "/home/localtunnel/env/bin/localtunneld", line 9, in <module>
    load_entry_point('localtunnel==0.6.1', 'console_scripts', 'localtunneld')()
  File "/home/localtunnel/env/local/lib/python2.7/site-packages/localtunnel-0.6.1-py2.7.egg/localtunnel/server/cli.py", line 44, in run
    [frontend_hostname, str(frontend_address[1])])
TypeError: sequence item 0: expected string, NoneType found


How to resolve that? :)

cze...@gmail.com

unread,
Jul 30, 2013, 10:21:53 AM7/30/13
to local...@googlegroups.com
Ok, got it:

env)localtunnel@spliff:~$ localtunneld DOMAIN:10000 DOMAIN:10001
2013-07-30 16:21:16,809    INFO cli: starting frontend on ('0.0.0.0', 10000) for DOMAIN...
2013-07-30 16:21:16,809    INFO cli: starting backend on ('0.0.0.0', 10001)...

So now it works.
Reply all
Reply to author
Forward
0 new messages