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
When running composer server for the first time on a project and Docker Desktop is not running, there's a rather cryptic error. It would be great if the command first checked to see if Docker is running, and display a user friendly message if not.
The error shown is:
> composer server
Starting...
Traceback (most recent call last):
File "site-packages/docker/api/client.py", line 259, in _raise_for_status
File "site-packages/requests/models.py", line 941, in raise_for_status
requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: http+docker://localhost/version
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "site-packages/docker/api/client.py", line 205, in _retrieve_server_version
File "site-packages/docker/api/daemon.py", line 181, in version
File "site-packages/docker/api/client.py", line 265, in _result
File "site-packages/docker/api/client.py", line 261, in _raise_for_status
File "site-packages/docker/errors.py", line 31, in create_api_error_from_http_exception
docker.errors.APIError: 500 Server Error: Internal Server Error ("b'dial unix docker.raw.sock: connect: connection refused'")
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "docker-compose", line 3, in <module>
File "compose/cli/main.py", line 67, in main
File "compose/cli/main.py", line 123, in perform_command
File "compose/cli/command.py", line 69, in project_from_options
File "compose/cli/command.py", line 132, in get_project
File "compose/cli/docker_client.py", line 43, in get_client
File "compose/cli/docker_client.py", line 170, in docker_client
File "site-packages/docker/api/client.py", line 188, in __init__
File "site-packages/docker/api/client.py", line 213, in _retrieve_server_version
docker.errors.DockerException: Error while fetching server API version: 500 Server Error: Internal Server Error ("b'dial unix docker.raw.sock: connect: connection refused'")
[30221] Failed to execute script docker-compose
Could not start traefik proxy.
The text was updated successfully, but these errors were encountered:
When running
composer server
for the first time on a project and Docker Desktop is not running, there's a rather cryptic error. It would be great if the command first checked to see if Docker is running, and display a user friendly message if not.The error shown is:
The text was updated successfully, but these errors were encountered: