revoltchat / self-hosted

Deploy Revolt using Docker.
904 stars 116 forks source link

Error on docker-compose [Linux] #6

Closed patataofcourse closed 3 years ago

patataofcourse commented 3 years ago

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
patataofcourse commented 3 years ago

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

theAkito commented 3 years ago

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

patataofcourse commented 3 years ago

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

theAkito commented 3 years ago

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

insertish commented 3 years ago

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