python-ring-doorbell
python-ring-doorbell copied to clipboard
Download don't work
Since the last couple of days I get the following errors: ring_doorbell.doorbot - ERROR - 404 Client Error: Not Found for url: https://api.ring.com/clients_api/dings/<DING_ID>/recording?api_version=9
Same
It's interesting and strange at the same time. The downloads often work after exactly 30 minutes. But in the app all videos are directly view and download able.
any news ?`for fix ?
I don't know. It looks like @tchellomello is looking for a new maintainer.
now nothing work anymore always
Traceback (most recent call last): File "ring-videos-download.py", line 91, in <module> main() File "ring-videos-download.py", line 64, in main events = deck.history(older_than=eid, limit=CHUNK_SIZE) File "/root/ringdownload/ring_doorbell/doorbot.py", line 262, in history response = self._ring.query(url, extra_params=params).json() File "/root/ringdownload/ring_doorbell/__init__.py", line 106, in query return self.auth.query( File "/root/ringdownload/ring_doorbell/auth.py", line 99, in query req.raise_for_status() File "/usr/lib/python3/dist-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://api.ring.com/clients_api/doorbots/619770/history?api_version=9&limit=200&older_than=6954438095398630081
at every timestamp also at the ones downloaded still always 404 since 5 days now nothing
After few downloads, the script craps out. I had seen a suggestion to add "browser header" to trick the server into treating it as a manual session instead of bot. Has anyone tried this? I am not able to find the page where I saw this suggestion.
There hasn't been any activity on this issue recently. This issue has been automatically marked as stale because of that. It will be closed if no further activity occurs. Please make sure to update to the latest ring_doorbell version and check if that solves the issue. Thank you for your contributions.