You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
Today I've git pulled the latest version and now archivebot isn't starting.
After the git pullcommand, I ran makeand it upgraded some dependencies
The error is
poetry run ./main.py
Traceback (most recent call last):
File "./main.py", line 3, in <module>
from archivebot.archivebot import main
File "/data/scripts/telegram/archivebot/archivebot/archivebot.py", line 8, in <module>
from archivebot.config import config
File "/data/scripts/telegram/archivebot/archivebot/config.py", line 38, in <module>
if option not in config[key]:
KeyError: 'zip'
Any ideas?
The text was updated successfully, but these errors were encountered:
Today I've git pulled the latest version and now archivebot isn't starting.
After the
git pull
command, I ranmake
and it upgraded some dependenciesThe error is
Any ideas?
The text was updated successfully, but these errors were encountered: