Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection failures after around 2019-12-19 #20

Open
mmichon opened this issue Dec 27, 2019 · 2 comments
Open

Connection failures after around 2019-12-19 #20

mmichon opened this issue Dec 27, 2019 · 2 comments

Comments

@mmichon
Copy link

mmichon commented Dec 27, 2019

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 {
    const ringApi = await RingApi( {
        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.

@mmichon
Copy link
Author

mmichon commented Dec 27, 2019

Looks like @joeyberkovitz forked a fix to davglass/doorbot that fixes it with a switch to OAUTH and a user agent change: davglass/doorbot@master...joeyberkovitz:master

@dgreif
Copy link

dgreif commented Dec 27, 2019

@mmichon this repo is no longer being maintained by @jimhigson. I suggest you take a look at my Ring api over at https://github.com/dgreif/ring.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants