David Lemmink
David Lemmink
Same here... Traceback (most recent call last): File "./test.py", line 63, in main() File "./test.py", line 43, in main auth.fetch_token(username, password, otp_callback()) File "/usr/local/lib/python3.7/dist-packages/ring_doorbell/auth.py", line 40, in fetch_token headers=headers, File...
Interesting.... ringcli.py works. Trying to see what is different between its authentication and my script.
Solved: The ID in Auth cannot be the default "MyProject/1.0" Ring seems to be flagging this. auth = Auth("**CHANGE_THIS**", json.loads(cache_file.read_text()), token_updated)