question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

the localtunnel server offline?

See original GitHub issue

I build a server like this docker run -d --restart always --name localtunnel --net host defunctzombie/localtunnel-server:latest --port 3000 netstat is already use in 3000

when i try to connnet the server …

lt --host "http://support.xxx.com:3000" --port 22
tunnel server offline: Request failed with status code 404, retry 1s
tunnel server offline: Request failed with status code 404, retry 1s
tunnel server offline: Request failed with status code 404, retry 1s
tunnel server offline: Request failed with status code 404, retry 1s

What’s wrong!!! It doesn’t work!
How to fix it ?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
gregfrcommented, Jul 20, 2018

I found the problem: I’m using a subdomain for the entrypoint so I have to add -- domain ... to the docker run command.

1reaction
Felix-Chkcommented, Jul 2, 2018

I always run --net host but it doesn’t work

Read more comments on GitHub >

github_iconTop Results From Across the Web

how to fix 'tunnel server offline: Request failed with status code ...
I uninstalled and re-installed localtunnel, Rechecked my code on localhost, To fix 502 error, I cleared the browser's cache and checked firewall ...
Read more >
Localtunnel Localhost Server Expose Problem. - Sololearn
Therefore, the localtunnel client is stuck trying to connect to a server that's offline. You'll need to find another service. 16th Apr 2020,...
Read more >
Localtunnel ~ Expose yourself to the world
Localtunnel allows you to easily share a web service on your local development machine without messing with DNS and firewall settings.
Read more >
localtunnel - npm
--subdomain request a named subdomain on the localtunnel server (default is random characters); --local-host proxy to a hostname other than ...
Read more >
Local tunnel is not generating specific public URL
Hi Team, I am using local tunnel (for generating public URL), but always it's throwing the below error. "tunnel server offline: certificate ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found