hjdhjd / homebridge-myq

:car: myQ Liftmaster and Chamberlain Plugin for Homebridge https://github.com/nfarina/homebridge
Other
568 stars 43 forks source link

Error accessing authentication api #1079

Closed wmparsons closed 1 year ago

wmparsons commented 1 year ago

Describe The Problem: The plugin has been unable to successfully log in for a couple weeks now. I've gone as far as a fresh install of hoobs and clean install of plugins/configuration (not restored from a backup), but still unable to connect at all.

To Reproduce: Install homebridge-myq plugin, configure with username/password, start bridge

Logs: This is repeated many times over, but all the same errors.

2023-07-11, 2:30:34 p.m.myQ BridgemyQErrorgetaddrinfo EAI_AGAIN partner-identity.myq-cloud.com 2023-07-11, 2:30:34 p.m.myQ BridgemyQErrormyQ API: Unable to access the OAuth authorization endpoint. 2023-07-11, 2:32:32 p.m.myQ BridgemyQErrormyQ API: https://partner-identity.myq-cloud.com/api/Account/null Error: 400 Bad Request 2023-07-11, 2:32:32 p.m.myQ BridgemyQErrormyQ API: Unable to complete the OAuth login redirect. 2023-07-11, 2:34:27 p.m.myQ BridgemyQErrormyQ API: https://partner-identity.myq-cloud.com/api/Account/null Error: 400 Bad Request 2023-07-11, 2:34:27 p.m.myQ BridgemyQErrormyQ API: Unable to complete the OAuth login redirect. 2023-07-11, 2:36:34 p.m.myQ BridgemyQErrormyQ API: https://partner-identity.myq-cloud.com/api/Account/null Error: 400 Bad Request 2023-07-11, 2:36:34 p.m.myQ BridgemyQErrormyQ API: Unable to complete the OAuth login redirect. 2023-07-11, 2:38:29 p.m.myQ BridgemyQErrormyQ API: https://partner-identity.myq-cloud.com/api/Account/null Error: 400 Bad Request 2023-07-11, 2:38:29 p.m.myQ BridgemyQErrormyQ API: Unable to complete the OAuth login redirect.

Show the Homebridge logs here.
Remove any sensitive information.

Homebridge Configuration:

{
    "accessories": [],
    "platforms": [
        {
            "platform": "myQ",
            "email": "***",
            "password": "***",
            "debug": true
        }
    ]
}

Screenshots:

Environment:

wmparsons commented 1 year ago

After another fresh install of the plugin and configuration I can't reproduce this anymore. No idea what changed, but not an issue anymore.

github-actions[bot] commented 12 months ago

This issue is locked to prevent necroposting on closed issues. Please create a new issue for related support requests, bug reports, or feature suggestions.