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
My constructor call started failing to connect to the Ring service, starting around 2019-12-19. This is probably a server-side change resulting from the bad press on Ring's "vulnerabilities". My code is similar to:
try{constringApi=awaitRingApi({email: '[email protected]',password: 'password you use on ring.com',poll: true});}catch(err){log("Couldn't connect.")}
which logs that it can't connect.
The text was updated successfully, but these errors were encountered:
My constructor call started failing to connect to the Ring service, starting around 2019-12-19. This is probably a server-side change resulting from the bad press on Ring's "vulnerabilities". My code is similar to:
which logs that it can't connect.
The text was updated successfully, but these errors were encountered: