TheLovinator1 / discord-free-game-notifier

Send webhook to Discord when a new game releases on Steam, Epic Games Store, Ubisoft Connect or GOG.
GNU General Public License v3.0
27 stars 4 forks source link

I Can't Run it on my replit #146

Open Harshuqt opened 8 months ago

Harshuqt commented 8 months ago

I Change the .env to .env.example in docker-compose.yml because my replit Won't Allow me To Save to .env

So when i run my replit I Get These Following Error:

Traceback (most recent call last):
  File "/nix/store/nc34wc9n800y4j3a9calj8m1j0gvavqm-python3.10-urllib3-1.26.14/lib/python3.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen
    httplib_response = self._make_request(
  File "/nix/store/nc34wc9n800y4j3a9calj8m1j0gvavqm-python3.10-urllib3-1.26.14/lib/python3.10/site-packages/urllib3/connectionpool.py", line 398, in _make_request
    conn.request(method, url, **httplib_request_kw)
  File "/nix/store/lwzzgbnj41d657lpxczk6l5f7d5zcnj1-python3-3.10.11/lib/python3.10/http/client.py", line 1283, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "/nix/store/lwzzgbnj41d657lpxczk6l5f7d5zcnj1-python3-3.10.11/lib/python3.10/http/client.py", line 1329, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "/nix/store/lwzzgbnj41d657lpxczk6l5f7d5zcnj1-python3-3.10.11/lib/python3.10/http/client.py", line 1278, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "/nix/store/lwzzgbnj41d657lpxczk6l5f7d5zcnj1-python3-3.10.11/lib/python3.10/http/client.py", line 1038, in _send_output
    self.send(msg)
  File "/nix/store/lwzzgbnj41d657lpxczk6l5f7d5zcnj1-python3-3.10.11/lib/python3.10/http/client.py", line 976, in send
    self.connect()
  File "/nix/store/as0cwjgz17avcs5w9qsg95ai13f2fwhk-python3.10-docker-6.0.1/lib/python3.10/site-packages/docker/transport/unixconn.py", line 30, in connect
    sock.connect(self.unix_socket)
FileNotFoundError: [Errno 2] No such file or directory

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/nix/store/1i1z84j869nsb566z4y13g65fdz7w21i-python3.10-requests-2.29.0/lib/python3.10/site-packages/requests/adapters.py", line 487, in send
    resp = conn.urlopen(
  File "/nix/store/nc34wc9n800y4j3a9calj8m1j0gvavqm-python3.10-urllib3-1.26.14/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen
    retries = retries.increment(
  File "/nix/store/nc34wc9n800y4j3a9calj8m1j0gvavqm-python3.10-urllib3-1.26.14/lib/python3.10/site-packages/urllib3/util/retry.py", line 550, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/nix/store/nc34wc9n800y4j3a9calj8m1j0gvavqm-python3.10-urllib3-1.26.14/lib/python3.10/site-packages/urllib3/packages/six.py", line 769, in reraise
    raise value.with_traceback(tb)
  File "/nix/store/nc34wc9n800y4j3a9calj8m1j0gvavqm-python3.10-urllib3-1.26.14/lib/python3.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen
    httplib_response = self._make_request(
  File "/nix/store/nc34wc9n800y4j3a9calj8m1j0gvavqm-python3.10-urllib3-1.26.14/lib/python3.10/site-packages/urllib3/connectionpool.py", line 398, in _make_request
    conn.request(method, url, **httplib_request_kw)
  File "/nix/store/lwzzgbnj41d657lpxczk6l5f7d5zcnj1-python3-3.10.11/lib/python3.10/http/client.py", line 1283, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "/nix/store/lwzzgbnj41d657lpxczk6l5f7d5zcnj1-python3-3.10.11/lib/python3.10/http/client.py", line 1329, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "/nix/store/lwzzgbnj41d657lpxczk6l5f7d5zcnj1-python3-3.10.11/lib/python3.10/http/client.py", line 1278, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "/nix/store/lwzzgbnj41d657lpxczk6l5f7d5zcnj1-python3-3.10.11/lib/python3.10/http/client.py", line 1038, in _send_output
    self.send(msg)
  File "/nix/store/lwzzgbnj41d657lpxczk6l5f7d5zcnj1-python3-3.10.11/lib/python3.10/http/client.py", line 976, in send
    self.connect()
  File "/nix/store/as0cwjgz17avcs5w9qsg95ai13f2fwhk-python3.10-docker-6.0.1/lib/python3.10/site-packages/docker/transport/unixconn.py", line 30, in connect
    sock.connect(self.unix_socket)
urllib3.exceptions.ProtocolError: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/nix/store/as0cwjgz17avcs5w9qsg95ai13f2fwhk-python3.10-docker-6.0.1/lib/python3.10/site-packages/docker/api/client.py", line 214, in _retrieve_server_version
    return self.version(api_version=False)["ApiVersion"]
  File "/nix/store/as0cwjgz17avcs5w9qsg95ai13f2fwhk-python3.10-docker-6.0.1/lib/python3.10/site-packages/docker/api/daemon.py", line 181, in version
    return self._result(self._get(url), json=True)
  File "/nix/store/as0cwjgz17avcs5w9qsg95ai13f2fwhk-python3.10-docker-6.0.1/lib/python3.10/site-packages/docker/utils/decorators.py", line 46, in inner
    return f(self, *args, **kwargs)
  File "/nix/store/as0cwjgz17avcs5w9qsg95ai13f2fwhk-python3.10-docker-6.0.1/lib/python3.10/site-packages/docker/api/client.py", line 237, in _get
    return self.get(url, **self._set_request_timeout(kwargs))
  File "/nix/store/1i1z84j869nsb566z4y13g65fdz7w21i-python3.10-requests-2.29.0/lib/python3.10/site-packages/requests/sessions.py", line 600, in get
    return self.request("GET", url, **kwargs)
  File "/nix/store/1i1z84j869nsb566z4y13g65fdz7w21i-python3.10-requests-2.29.0/lib/python3.10/site-packages/requests/sessions.py", line 587, in request
    resp = self.send(prep, **send_kwargs)
  File "/nix/store/1i1z84j869nsb566z4y13g65fdz7w21i-python3.10-requests-2.29.0/lib/python3.10/site-packages/requests/sessions.py", line 701, in send
    r = adapter.send(request, **kwargs)
  File "/nix/store/1i1z84j869nsb566z4y13g65fdz7w21i-python3.10-requests-2.29.0/lib/python3.10/site-packages/requests/adapters.py", line 502, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/nix/store/0ik9vm2lra65pmgiylilsz90p7cnfp1q-docker-compose-1.29.2/bin/.docker-compose-wrapped", line 9, in <module>
    sys.exit(main())
  File "/nix/store/0ik9vm2lra65pmgiylilsz90p7cnfp1q-docker-compose-1.29.2/lib/python3.10/site-packages/compose/cli/main.py", line 81, in main
    command_func()
  File "/nix/store/0ik9vm2lra65pmgiylilsz90p7cnfp1q-docker-compose-1.29.2/lib/python3.10/site-packages/compose/cli/main.py", line 200, in perform_command
    project = project_from_options('.', options)
  File "/nix/store/0ik9vm2lra65pmgiylilsz90p7cnfp1q-docker-compose-1.29.2/lib/python3.10/site-packages/compose/cli/command.py", line 60, in project_from_options
    return get_project(
  File "/nix/store/0ik9vm2lra65pmgiylilsz90p7cnfp1q-docker-compose-1.29.2/lib/python3.10/site-packages/compose/cli/command.py", line 152, in get_project
    client = get_client(
  File "/nix/store/0ik9vm2lra65pmgiylilsz90p7cnfp1q-docker-compose-1.29.2/lib/python3.10/site-packages/compose/cli/docker_client.py", line 41, in get_client
    client = docker_client(
  File "/nix/store/0ik9vm2lra65pmgiylilsz90p7cnfp1q-docker-compose-1.29.2/lib/python3.10/site-packages/compose/cli/docker_client.py", line 170, in docker_client
    client = APIClient(use_ssh_client=not use_paramiko_ssh, **kwargs)
  File "/nix/store/as0cwjgz17avcs5w9qsg95ai13f2fwhk-python3.10-docker-6.0.1/lib/python3.10/site-packages/docker/api/client.py", line 197, in __init__
    self._version = self._retrieve_server_version()
  File "/nix/store/as0cwjgz17avcs5w9qsg95ai13f2fwhk-python3.10-docker-6.0.1/lib/python3.10/site-packages/docker/api/client.py", line 221, in _retrieve_server_version
    raise DockerException(
docker.errors.DockerException: Error while fetching server API version: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory'))

And I am Also Trying to Figure it Where WEBHOOK_URL ?

  1. docker-compose.yml
  2. Or Only in .env.example I am also getting this same error even by editing this only in .env.example