Unable to update_data
Hi,
I am trying to use this for the first time and I am getting a problem with getting started on this module.
I sure do have an active subscription, we have a number of ring devices active in our household.
I was also prompted for the 2FA password that was sent by SMS.
Of the two times I ran the script, the first time it needed the 2FA password and the second time, it had cached all the credentials.
Below is the result I get. I have also attached the script I have been trying to get to work.
Does anyone know what could be the problem please?
Thanks.
`
C:\Temp>test.py
homeauto script started
Username: @
Password:
2FA code: ******
Traceback (most recent call last):
File "C:\Temp\test.py", line 73, in
C:\Temp>test.py
homeauto script started
Traceback (most recent call last):
File "C:\Temp\test.py", line 73, in
same here:
root@Server:~/ringdownload# python3 test.py
Traceback (most recent call last):
File "test.py", line 49, in
Hi @Gamerios
Thanks for taking a look.
Do you know how to get it working though?
Thanks.
yes Need use 0.6.2 becaue 0.7.0 has that bug
Thanks, I actually applied the change here to resolve my issue:
https://github.com/tchellomello/python-ring-doorbell/pull/243/files
thanks how you found that if i can ask
Hi, I saw a comment only the other day saying it's worth trying the pull requests and when I viewed the 2 here and saw the symptom sounded like mine, so gave it a go and voila!
at you download work ??
Hello! So, I am having this exact problem as well.
I installed it using pip as suggested. I use visual studio code as my editor. I have the latest python 3 installed.
The authentication works - I got the 2fa and I can even see in the variable that it says I'm authenticated.
In fact! I can even see my devices when I debug and look at the variables. So, why is it failing out with this NoneType error?
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.