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
Hi,
I'm using cam.get_file( .. ) to download from cam.get_motion_files(start=start, end=end, streamtype=streamtype) .
It works great, but sometimes it seems to just hang and never finish download. At that point it also looks like the Reolink android app has issues connecting to camera, at least the settings page. If I manually kill (ctrl C!) my program and start over again it works to download and back to normal.
Is it possible to add a timeout function to get_file operation? Just kill it if it does not work after N seconds..
Camera: RLC 410W 4MP
Thanks! love the api
The text was updated successfully, but these errors were encountered:
I can't consistently reproduce the issue, but I will try the timeout as suggested in post.
Also separately, I had a "get snap" program running continuously where I did not use logout function so maybe I inadvertently caused some of the issues on the reolink side. After I added a logout, seems like this non "timeout" issue is not occuring. But again, might be totally unrelated:)
Hi,
I'm using cam.get_file( .. ) to download from cam.get_motion_files(start=start, end=end, streamtype=streamtype) .
It works great, but sometimes it seems to just hang and never finish download. At that point it also looks like the Reolink android app has issues connecting to camera, at least the settings page. If I manually kill (ctrl C!) my program and start over again it works to download and back to normal.
Is it possible to add a timeout function to get_file operation? Just kill it if it does not work after N seconds..
Camera: RLC 410W 4MP
Thanks! love the api
The text was updated successfully, but these errors were encountered: