python-ring-doorbell icon indicating copy to clipboard operation
python-ring-doorbell copied to clipboard

Download don't work

Open nhet opened this issue 3 years ago • 7 comments

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

nhet avatar Mar 03 '21 09:03 nhet

Same

dude123studios avatar Mar 04 '21 22:03 dude123studios

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.

nhet avatar Mar 15 '21 13:03 nhet

any news ?`for fix ?

Gamerios avatar May 11 '21 18:05 Gamerios

I don't know. It looks like @tchellomello is looking for a new maintainer.

nhet avatar May 12 '21 08:05 nhet

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

Gamerios avatar May 28 '21 11:05 Gamerios

at every timestamp also at the ones downloaded still always 404 since 5 days now nothing

Gamerios avatar May 28 '21 11:05 Gamerios

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.

abatada avatar Mar 02 '22 06:03 abatada

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.

github-actions[bot] avatar Apr 18 '24 18:04 github-actions[bot]