Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RuntimeError: invalid GMT offset #70

Open
Gitpaad opened this issue Dec 17, 2023 · 0 comments
Open

RuntimeError: invalid GMT offset #70

Gitpaad opened this issue Dec 17, 2023 · 0 comments

Comments

@Gitpaad
Copy link

Gitpaad commented Dec 17, 2023

Hi

I am trying to run the autocompose with the docker image. but somehow it comes to an error. does anyone have a hint?


docker run --rm -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/red5d/docker-autocompose $(docker ps -aq)
Traceback (most recent call last):
File "/usr/src/app/./autocompose.py", line 9, in
import docker
File "/usr/local/lib/python3.12/site-packages/docker-7.0.0-py3.12.egg/docker/init.py", line 1, in
from .api import APIClient
File "/usr/local/lib/python3.12/site-packages/docker-7.0.0-py3.12.egg/docker/api/init.py", line 1, in
from .client import APIClient
File "/usr/local/lib/python3.12/site-packages/docker-7.0.0-py3.12.egg/docker/api/client.py", line 6, in
import requests
File "/usr/local/lib/python3.12/site-packages/requests-2.31.0-py3.12.egg/requests/init.py", line 43, in
import urllib3
File "/usr/local/lib/python3.12/site-packages/urllib3-2.1.0-py3.12.egg/urllib3/init.py", line 8, in
import logging
File "/usr/local/lib/python3.12/logging/init.py", line 26, in
import sys, os, time, io, re, traceback, warnings, weakref, collections.abc
RuntimeError: invalid GMT offset

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant