hjdhjd / homebridge-myq

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

OAuth endpoint no longer working #1080

Closed regoober closed 1 year ago

regoober commented 1 year ago

Describe The Problem:

OAuth not working, returning 400 errors.

To Reproduce:

Logs:

[7/14/2023, 1:13:14 PM] [myQ] myQ API: https://partner-identity.myq-cloud.com/api/Account/null Error: 400 Bad Request
[7/14/2023, 1:13:14 PM] [myQ] myQ API: Unable to complete the OAuth login redirect.

Homebridge Configuration:

    "platforms": [
        {
            "name": "Config",
            "port": 8581,
            "platform": "config"
        },
        {
            "email": "<email>",
            "password": "<TOP SECRET>",
            "name": "myQ",
            "platform": "myQ"
        },
   ]

Screenshots:

N/A

Environment:

regoober commented 1 year ago

Disregard / close this. Confused chamberlain website's credentials with partner-identity.myq-cloud.com's. Reset credentials and now everything works.

github-actions[bot] commented 1 year 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.