View Single Post
  #7  
Old 03-16-2024, 09:06 AM
Indefinite Indefinite is offline
Kobold

Indefinite's Avatar

Join Date: Apr 2014
Posts: 142
Default

It looks as though this is a bug in config generation, where it is attempting to archive an old set of config files which do not exist. Here is the section of code not behaving as it should: https://github.com/mgeitz/eqalert/bl...#L26623-L26644

I'll create an issue to track resolution here, there should probably be some added checks to ensure `old_version` and `config_name` exist prior to attempting to archive any old configs rather than just checking if a file with that name exists.

For the interim, try deleting all of `~/.eqa/config/` to force a regeneration of fresh config files. If a file with the config filenames don't exist, the parser shouldn't try to archive them before generating new ones.

Resolution of this bug will be tracked here: https://github.com/mgeitz/eqalert/issues/232
__________________
Reply With Quote