-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
[Errno 99] Cannot assign requested address in superset_init for docker-compose #11322
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
I've finally been able to see the correct home page by waiting for an hour until the webpack completed its jobs. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue |
Is this still an issue? I'm unable to reproduce this behavior. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue |
I am facing the same issue while setting up superset by following the instructions on DockerHub page. The step where examples are loaded is causing the issue. The command is : docker exec -it superset superset load_examples |
is there a solution for this yet? |
It's been 2 years since this issue was opened, any fix for this yet? |
Closing this as stale since it's been silent for so long, and we're trying to steer toward a more actionable Issues backlog. Many folks are running superset successfully, and this issue is several versions old. If people are still encountering similar issues in current versions (currently 3.x) please open a new Issue with updated context, or raise a PR to address the problem. Thanks! |
I can log in the superset but see nothing but a button "close"(refer to attached screenshot).
I've used docker-compose with latest code to build superset, the only thing i've changed is in docker-compose.yml I used different port since the host already had an existing postgresql instance.
ports: - "127.0.0.1:5433:5432"
after run the docker-compose up, the only errors i can see was in superset_init step 4:
superset_init | urllib.error.URLError: <urlopen error [Errno 99] Cannot assign requested address>
Expected results
I want the home page functional.
Actual results
only a "close" button after logged in.
Screenshots
How to reproduce the bug
Environment
Superset version
Log from docker-compose:
Checklist
Make sure these boxes are checked before submitting your issue - thank you!
The text was updated successfully, but these errors were encountered: