Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

doesn't start after upgrade #21

Closed
adocampo opened this issue Aug 10, 2020 · 2 comments
Closed

doesn't start after upgrade #21

adocampo opened this issue Aug 10, 2020 · 2 comments

Comments

@adocampo
Copy link

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
Copy link
Owner

Nukesor commented Aug 11, 2020

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

Should be fixed by now.

@Nukesor Nukesor closed this as completed Aug 11, 2020
@adocampo
Copy link
Author

Yes, is working again.
Thank you! :D

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

No branches or pull requests

2 participants