MyQ Garage Door Opener no longer connecting after 2023.8 Update

After upgrading to the 2023.8 update, my MyQ Garage door opener is not initializing. Based off the debug, it seems like its not connecting with the API.

2023-08-01 17:39:28.879 DEBUG (MainThread) [pymyq.api] Performing initial authentication into MyQ
2023-08-01 17:39:28.879 DEBUG (MainThread) [pymyq.api] Scheduling token refresh, last refresh was None
2023-08-01 17:39:28.879 DEBUG (MainThread) [pymyq.api] Initiating OAuth authentication
2023-08-01 17:39:28.879 DEBUG (MainThread) [pymyq.api] Retrieving authentication page
2023-08-01 17:39:28.880 DEBUG (MainThread) [pymyq.request] Sending myq api request https://partner-identity.myq-cloud.com/connect/authorize and headers {'redirect': 'follow'} with connection pooling
2023-08-01 17:39:29.173 DEBUG (MainThread) [pymyq.request] Attempt 1 request failed with exception : 400 - Bad Request
2023-08-01 17:39:29.173 DEBUG (MainThread) [pymyq.request] Received error status 400, bad request. Will refresh user agent.
2023-08-01 17:39:29.173 DEBUG (MainThread) [pymyq.request] Retrieving user agent from GitHub.
2023-08-01 17:39:29.200 DEBUG (MainThread) [pymyq.request] Retrieved user agent #RANDOM:5
 from GitHub.
2023-08-01 17:39:29.200 DEBUG (MainThread) [pymyq.request] User agent set to randomized value: wI33q.
2023-08-01 17:39:29.200 DEBUG (MainThread) [pymyq.request] Request failed with "400 Bad Request" (attempt #1/5)"; trying again in 2 seconds

Has anyone else experienced this?

Just checked mine - working ok.

When I updated to 2023.8.0, I initially got these errors (two doors):

2023-08-03 15:54:04.143 ERROR (MainThread) [pymyq.api] Authentication failed: Error requesting data from https://partner-identity.myq-cloud.com/connect/token: 401 - Unauthorized
2023-08-03 15:54:10.204 ERROR (MainThread) [pymyq.api] Authentication failed: Error requesting data from https://partner-identity.myq-cloud.com/connect/token: 401 - Unauthorized

Following a restart of both the MyQ Hub and HA Core, MyQ is connected and the errors are gone from the HA Log.

Thats what I get too. I wonder if there is something wrong with their API. I have also noticed that the MyQ app has been heavily delayed on the notifications.

So I finally got this issue resolved. My Ad Blocker somehow added the myq cloud to its hate list. adding this in AdGuard Home fixed it after a reboot.

@@||accounts.myq-cloud.com^$important
@@||myq-cloud.com^$important

Hope this helps anyone else with this issue