flakas/reconbot

error

Closed this issue · 1 comments

Traceback (most recent call last):
File "run.py", line 198, in
schedule.run_pending()
File "/usr/lib/python3.6/site-packages/schedule/init.py", line 367, in run_pending
default_scheduler.run_pending()
File "/usr/lib/python3.6/site-packages/schedule/init.py", line 64, in run_pending
self._run_job(job)
File "/usr/lib/python3.6/site-packages/schedule/init.py", line 96, in _run_job
ret = job.run()
File "/usr/lib/python3.6/site-packages/schedule/init.py", line 293, in run
ret = self.job_func()
File "run.py", line 179, in notifications_job_logistics
eve_apis['example-group']['notifications'],
KeyError: 'example-group'

not sure what is going on. can someone explain?

Hey @ysm1mh ,

Thanks for the issue report.

The issue seems to be that the provided example run.py is not fully correct.
This dict was intended to reference logistics configuration group.

You can pull again from master to see the fixed version in e24693f.