Skip to content

Connection failures after around 2019-12-19 #20

@mmichon

Description

@mmichon

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions