localtunnel: Unable to start LocalTunnel
I tried running localtunnel with command lt --port 2019
but it didn’t work. It didn’t show any error message, any success/warnings. Absolute blank. I had to use Ctrl + C
to come out of it.
I used npm i -g localtunnel
to install it.
Can anyone help me??
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Reactions: 51
- Comments: 51 (1 by maintainers)
I found this workaround. Add -h http://localtunnel.me/ and use the url with http instead of https
please try below code:
“webhook”: “lt -h ‘http://serverless.social’ -p 5000”
I’m fearing this project has been abandoned. 😞
lt -h “http://serverless.social” -p 3000
this worked for me.
It doesn’t seem to be working anymore.
It was great while it was running. But free stuff can’t last forever. We should donate for server and domain hosting. Sign me up.
workaround is here https://github.com/localtunnel/localtunnel/issues/344
A minute of silence for a great project with terrible maintainers
this is the fix i found that works well
F for respect
I am now hosting localtunnel.me for this project so it should work like before. The only difference is that I’m handing out subdomains under the domain *.loca.lt instead of *.localtunnel.me (that’s because I don’t have full DNS control and without it can’t get a free wildcard cert for the domain without). Let me know if you run into any issues.
@sasagr this isn’t working for me, which is no surprise as browsing http://localtunnel.me or 92.51.164.34 doesn’t respond with a web page. The server responds to pings, but there doesn’t seem to be a server running.
I’m guessing what happened is that first the ssl certificate expired, resulting in the tunnel not opening, and now either the domain expired as well or the server that was used to host the backend isn’t rented anymore. I guess this project is dead 😕
But, over at https://github.com/localtunnel/server you can find the backend, so you could set it up yourself 😃
So I am guessing this project is now dead. Combination of original #332 @defunctzombie host certificate expiring, @Pirngruber taking over for a while now absent, looks like this is over. Bummer.
I thought @Pirngruber had taken over hosting #338
Enabling debug logs with
DEBUG=*
show some related informationNot able to resolve yet. I guess the project is not active anymore.