jsavargas / telegram-downloader

8 stars 0 forks source link

ModuleNotFoundError: No module named 'utils.config' #2

Open Magisdn opened 1 year ago

Magisdn commented 1 year ago

Hi! This error has appeared.

$ docker exec -it telegram-download python create_config.py Traceback (most recent call last): File "/app/create_config.py", line 5, in import utils.config ModuleNotFoundError: No module named 'utils.config'

How can it be fixed? Thanks

jsavargas commented 1 year ago

I'll validate this in a few hours

jsavargas commented 1 year ago

Those files are missing, they are on github, but not in the image, tomorrow if you still want, I can regenerate the image with those files, or you can also download them and include them in docker-compose.yml

jsavargas commented 1 year ago

fixed, soon I will upload a much more updated version

Magisdn commented 1 year ago

import utils_config solve problem, but still, please update the image. Thanks!