(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? :)