-
Notifications
You must be signed in to change notification settings - Fork 444
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
urllib.error.URLError: <urlopen error [Errno 99] Cannot assign requested address>88, in get_urlse_dateionon #501
Comments
This is one of the very last commands in the setup. The database is filled and ready to use.
You chose to setup (daily) data updates, that initialization failed. You can retry running the command. Maks ure you're in the project directory (
TIGER data is from the US census and relevant for US addresses. It's not part of OpenStreetMap but since you're importing North America region it might be useful for you. It's possible to install the TIGER data later (https://nominatim.org/release-docs/latest/customize/Tiger/) |
Thx @mtmail . I did
How to go inside the docker again? |
The command is usually You can find the name of your container with As command try |
Thx @mtmail.
Then I tried :
I then tried
kinda of dead cycle. |
Does
What happens after you run this command? Are there error messages? Are you stopping the container? |
|
Find out what program uses the port. Maybe it's an existing Docker container. Or another webserver you ran for testing. Then you can stop that program. (Rebooting your computer also works but might be too drastic).
Consult the Docker documentation how to remove or rename a container |
Now I am doing:
waiting for installation... |
Good luck. Like I wrote Nominatim inside the container listens on port 8080, not 8081 (near the end of https://github.com/mediagis/nominatim-docker/blob/master/4.3/Dockerfile). You won't be able to access results from your host computer. |
Ubuntu 22.04
Is the port occupied? Is it possible to continue to run instead of restarting.
The text was updated successfully, but these errors were encountered: