IndexError
#108
Replies: 1 comment
-
Hi, this is a bug caused by there being no events in the rention window to backup. I have pushed a fix and it will be available in the next release |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the log open and it seems to be working, moving downloading the mp4.
Occassionaly I get the following error:
2023-10-31 06:01:45 [ DEBUG ] unifi_protect_backup.missing_event_checker : Running check for missing events...
2023-10-31 06:01:45 [ ERROR ] unifi_protect_backup.missing_event_checker : Unexpected exception occurred during missing event check:
Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/unifi_protect_backup/missing_event_checker.py", line 150, in start
async for event in self._get_missing_events():
File "/usr/lib/python3.10/site-packages/unifi_protect_backup/missing_event_checker.py", line 72, in _get_missing_events
start_time = events_chunk[-1].end
IndexError: list index out of range
Beta Was this translation helpful? Give feedback.
All reactions