reolinkapipy icon indicating copy to clipboard operation
reolinkapipy copied to clipboard

fix KeyError: value

Open deadc0de6 opened this issue 1 year ago • 0 comments

This fixes below error occurring when no motion video is available in the time frame provided to get_motion_files

File "/home/xux/.local/lib/python3.7/site-packages/reolinkapi/mixins/motion.py", line 49, in get_motion_files
  result = resp['value']['SearchResult']
KeyError: 'value'

deadc0de6 avatar Jul 31 '22 12:07 deadc0de6