You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi - we are tidying up stale issues and PRs in Plotly's public repositories so that we can focus on things that are most important to our community. If this issue is still a concern, please add a comment letting us know what recent version of our software you've checked it with so that I can reopen it and add it to our backlog. (Please note that we will give priority to reports that include a short reproducible example.) If you'd like to submit a PR, we'd be happy to prioritize a review, and if it's a request for tech support, please post in our community forum. Thank you - @gvwilson
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?
The text was updated successfully, but these errors were encountered: