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
I found this error while initiating the update from configuration menu. My config.yaml was edited in another editor and then I came to the menu just to update the new config file.
[2023-08-19 08:46:26] [INFO ] [viseron.core] - Initiating shutdown
[2023-08-19 08:46:26] [ERROR ] [root] - Uncaught thread exception
Traceback (most recent call last):
File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
self.run()
File "/usr/lib/python3.8/threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "/src/viseron/components/ffmpeg/recorder.py", line 70, in concat_segments
self._segment_cleanup.pause()
File "/src/viseron/components/ffmpeg/segments.py", line 378, in pause
self._scheduler.pause_job("segment_cleanup")
File "/usr/local/lib/python3.8/dist-packages/apscheduler/schedulers/base.py", line 522, in pause_job
return self.modify_job(job_id, jobstore, next_run_time=None)
File "/usr/local/lib/python3.8/dist-packages/apscheduler/schedulers/base.py", line 483, in modify_job
job, jobstore = self._lookup_job(job_id, jobstore)
File "/usr/local/lib/python3.8/dist-packages/apscheduler/schedulers/base.py", line 816, in _lookup_job
raise JobLookupError(job_id)
apscheduler.jobstores.base.JobLookupError: 'No job by the id of segment_cleanup was found'
[2023-08-19 08:46:28] [INFO ] [viseron.core] - Shutdown complete
[viseron-finish] Viseron exit code 100
[2023-08-19 08:46:29] [INFO ] [viseron.core] - -------------------------------------------
[2023-08-19 08:46:29] [INFO ] [viseron.core] - Initializing Viseron
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I found this error while initiating the update from configuration menu. My config.yaml was edited in another editor and then I came to the menu just to update the new config file.
Beta Was this translation helpful? Give feedback.
All reactions