Error on docker-compose [Linux] #2

Closed
opened 2026-02-16 12:51:00 -05:00 by yindo · 5 comments
Owner

Originally created by @patataofcourse on GitHub (Sep 19, 2021).

Although the error seems to cause a bunch more exceptions, I only included the first one.
This happens when running docker-compose up -d.
I'm using Manjaro Linux.

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 699, in urlopen
    httplib_response = self._make_request(
  File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 394, in _make_request
    conn.request(method, url, **httplib_request_kw)
  File "/usr/lib/python3.9/http/client.py", line 1257, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "/usr/lib/python3.9/http/client.py", line 1303, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "/usr/lib/python3.9/http/client.py", line 1252, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "/usr/lib/python3.9/http/client.py", line 1012, in _send_output
    self.send(msg)
  File "/usr/lib/python3.9/http/client.py", line 952, in send
    self.connect()
  File "/usr/lib/python3.9/site-packages/docker/transport/unixconn.py", line 30, in connect
    sock.connect(self.unix_socket)
FileNotFoundError: [Errno 2] No such file or directory
Originally created by @patataofcourse on GitHub (Sep 19, 2021). Although the error seems to cause a bunch more exceptions, I only included the first one. This happens when running `docker-compose up -d`. I'm using Manjaro Linux. ``` Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 699, in urlopen httplib_response = self._make_request( File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 394, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3.9/http/client.py", line 1257, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1303, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1252, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1012, in _send_output self.send(msg) File "/usr/lib/python3.9/http/client.py", line 952, in send self.connect() File "/usr/lib/python3.9/site-packages/docker/transport/unixconn.py", line 30, in connect sock.connect(self.unix_socket) FileNotFoundError: [Errno 2] No such file or directory ```
yindo closed this issue 2026-02-16 12:51:00 -05:00
Author
Owner

@patataofcourse commented on GitHub (Sep 19, 2021):

Forgot to say, this is using the .env.example

@patataofcourse commented on GitHub (Sep 19, 2021): Forgot to say, this is using the .env.example
Author
Owner

@theAkito commented on GitHub (Sep 19, 2021):

Something like this?

https://github.com/plankanban/planka/issues/133

If yes, this should be the thing you check next:

https://github.com/plankanban/planka/issues/133#issuecomment-903120822

@theAkito commented on GitHub (Sep 19, 2021): Something like this? https://github.com/plankanban/planka/issues/133 If yes, this should be the thing you check next: https://github.com/plankanban/planka/issues/133#issuecomment-903120822
Author
Owner

@patataofcourse commented on GitHub (Sep 20, 2021):

Yep, that's the error. However, reinstalling docker and docker-compose did nothing for me :/

@patataofcourse commented on GitHub (Sep 20, 2021): Yep, that's the error. However, reinstalling docker and docker-compose did nothing for me :/
Author
Owner

@theAkito commented on GitHub (Sep 20, 2021):

What's the result of the test from the referenced comment?

@theAkito commented on GitHub (Sep 20, 2021): What's the result of the test from the referenced comment?
Author
Owner

@insertish commented on GitHub (Sep 23, 2021):

This appears to be an issue with Docker and not the repository, closing unless if you have anything to the contrary.

@insertish commented on GitHub (Sep 23, 2021): This appears to be an issue with Docker and not the repository, closing unless if you have anything to the contrary.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: stoatchat/self-hosted#2