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

throw an error when connect to server #44

Closed
rongself opened this issue Jan 22, 2016 · 1 comment
Closed

throw an error when connect to server #44

rongself opened this issue Jan 22, 2016 · 1 comment

Comments

@rongself
Copy link

my lt version is 1.8.1,and node version is v0.10.41
localtunnel-server version is v0.8.0,and node version is v0.10.41
then

ubuntu@myserver:~/localtunnel-server/server$ ./bin/server --port 2333
  localtunnel server listening on port: 2333 +0ms

when i connect to the server

[www@localhost ~]$ lt --host http://tunnel.mydomain.com:2333 --port 8000

/home/www/.nvm/v0.11.8/lib/node_modules/localtunnel/bin/client:48
        throw err;
              ^
Error: localtunnel server returned an error, please try again
    at Request._callback (/home/www/.nvm/v0.11.8/lib/node_modules/localtunnel/lib/Tunnel.js:53:27)
    at Request.self.callback (/home/www/.nvm/v0.11.8/lib/node_modules/localtunnel/node_modules/request/request.js:198:22)
    at Request.EventEmitter.emit (events.js:106:17)
    at Request.<anonymous> (/home/www/.nvm/v0.11.8/lib/node_modules/localtunnel/node_modules/request/request.js:1082:10)
    at Request.EventEmitter.emit (events.js:125:20)
    at IncomingMessage.<anonymous> (/home/www/.nvm/v0.11.8/lib/node_modules/localtunnel/node_modules/request/request.js:1009:12)
    at IncomingMessage.EventEmitter.emit (events.js:125:20)
    at _stream_readable.js:896:16
    at process._tickCallback (node.js:311:11)

and the server side output:

  localtunnel-server request /?new +10s

anyone can help?

@rongself
Copy link
Author

i found the reason,seems like this issue:#31

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

1 participant