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

Temporary failure in name resolution #3003

Open
summa-code opened this issue Sep 14, 2024 · 3 comments
Open

Temporary failure in name resolution #3003

summa-code opened this issue Sep 14, 2024 · 3 comments
Assignees
Labels
bug something broken P1 needs immediate attention regression this used to work

Comments

@summa-code
Copy link

This is occurring in latest Dash 2.18.1.
Doing this
app.run_server(host='0.0.0.0') .... did nothing

https://github.com/plotly/dash/issues/1480 Referring to old issue. It expects HOST environment variable to be set under conda. Passing this host parameter is not overriding.

@gvwilson gvwilson added regression this used to work bug something broken P2 needed for current cycle labels Sep 16, 2024
@gvwilson
Copy link
Contributor

@T4rk1n can you please have a look at this one and let me know what you think?

@T4rk1n
Copy link
Contributor

T4rk1n commented Sep 16, 2024

I'm guessing this has to do with #2908 which fixed the load order but seems there is a conflict with conda setting the HOST environment on it's own.

@T4rk1n T4rk1n added P1 needs immediate attention and removed P2 needed for current cycle labels Sep 16, 2024
@T4rk1n
Copy link
Contributor

T4rk1n commented Sep 16, 2024

Not able to reproduce with latest miniconda3.
Can we have more info on os, shell and anaconda/miniconda version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken P1 needs immediate attention regression this used to work
Projects
None yet
Development

No branches or pull requests

3 participants