Nukesor / archivebot

:floppy_disk: A telegram bot for backing up and collecting all kinds of media.
MIT License
98 stars 31 forks source link

doesn't start after upgrade #21

Closed adocampo closed 4 years ago

adocampo commented 4 years ago

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?

Nukesor commented 4 years ago

A new option has been added and there was a bug in the newly added default configuration logic.

Should be fixed by now.

adocampo commented 4 years ago

Yes, is working again. Thank you! :D