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

Unable to access basic Dash app using local host #479

Open
maayanatz opened this issue Dec 6, 2018 · 1 comment
Open

Unable to access basic Dash app using local host #479

maayanatz opened this issue Dec 6, 2018 · 1 comment

Comments

@maayanatz
Copy link

maayanatz commented Dec 6, 2018

Hi,

I'm getting a "Operation timed out" error message in Chrome when trying to access 127.0.0.1:8050.

I tried using a different port, but the issue remains.

I see the following lines in Linux "lsof -i :8050" command output (my local host machine):

===================================================

python 51406 elit 3u IPv4 62982013 0t0 TCP ip6-localhost:8050 (LISTEN)

python 51409 elit 3u IPv4 62982013 0t0 TCP ip6-localhost:8050 (LISTEN)

python 51409 elit 4u IPv4 62982013 0t0 TCP ip6-localhost:8050 (LISTEN)

===================================================

How can I solve this issue or at least further debug it?

@bpostlethwaite
Copy link
Member

Can you submit a small proof of concept example that replicates this behaviour? And a description of the machine and environment would be helpful.

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

2 participants