hjdhjd / homebridge-myq

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

Unable to access the OAuth authorization endpoint #1115

Closed craigharman closed 9 months ago

craigharman commented 9 months ago

Describe The Problem: Plugin has been working for over a year. Last few weeks I started getting the error:

myQ API: https://partner-identity.myq-cloud.com/connect/authorize?client_id=IOS_CGI_MYQ&code_challenge=&code_challenge_method=S256&redirect_uri=com.myqops%3A%2F%2Fios&response_type=code&scope=MyQ_Residential+offline_access Error: 403 Forbidden [10/5/2023, 8:15:34 PM] [Garage Door] myQ API: Unable to access the OAuth authorization endpoint.

Have seen multiple people reporting the same issue: https://www.reddit.com/r/homebridge/comments/u4g5ek/myq_plugin_unable_to_access_the_oauth/

To Reproduce: Have plugin running in Homekit with username and password entered.

Logs:

myQ API: https://partner-identity.myq-cloud.com/connect/authorize?client_id=IOS_CGI_MYQ&code_challenge=<REDACTED>&code_challenge_method=S256&redirect_uri=com.myqops%3A%2F%2Fios&response_type=code&scope=MyQ_Residential+offline_access Error: 403 Forbidden
[10/5/2023, 8:15:34 PM] [Garage Door] myQ API: Unable to access the OAuth authorization endpoint.

Homebridge Configuration:

{
            "email": <removed>
            "password": <removed>,
            "name": "Garage Door",
            "myQRegion": "east",
            "platform": "myQ"
        },

Screenshots:

Environment:

hjdhjd commented 9 months ago

This isn’t a bug. It’s just the myQ API quirkiness and reliability challenges it has from time to time. This is well documented in many prior issues, as well as in the README for this plugin.

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