Devidian / docker-spaceengineers

A Docker for Space Engineers Dedicated Server
89 stars 22 forks source link

Failed to build Example(HTTP) #4

Closed lkaesberg closed 3 years ago

lkaesberg commented 3 years ago

The first time I executed the install.sh I got this Error:

Creating network "example_default" with the default driver
Pulling se-server (devidian/spaceengineers:)...
latest: Pulling from devidian/spaceengineers
756975cb9c7e: Pull complete
dccecf2bcfcd: Pull complete
3ea24a39e72a: Pull complete
Digest: sha256:820045c2fc93a185b7ef00d4ebc8c8504f10b72be918109952a4b22d07b938da
Status: Downloaded newer image for devidian/spaceengineers:latest
Creating se-ds-docker-quickstart ...

ERROR: for se-ds-docker-quickstart  UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)

ERROR: for se-server  UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)
ERROR: An HTTP request took too long to complete. Retry with --verbose to obtaindebug information.
If you encounter this issue regularly because of slow network conditions, consider setting COMPOSE_HTTP_TIMEOUT to a higher value (current value: 60).

After I reran it the error message was gone and it says the build was successful. Docker shows the running container but when I try to connect it is stuck and says "Join Game..." but the timeout takes very long. So it is kinda working but I can't join. I hope you have an idea how to fix that. Greetings Lars