-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Validated, Discover Devices: Error: POST failed with: 403 #106
Comments
That's odd, with V 2.10 I'm getting [August] Validated, Discover Devices: Error: GET failed with: 401 |
And with 2.0.0 it was working fine? |
Unfortunately not. I had this error before this update [August] Discover Devices 2: TypeError: Cannot convert undefined or null to object |
I got the "Cannot convert undefined or null to object" with 2.0.0 and now 2.1.0 "Validated, Discover Devices: Error: POST failed with: 403". |
v2.2.0 has been released. Also I would recommend turning the refreshRate to 0 and try just relying on the subscribing to the August API which sends notifications right to the plugin. |
Just did a quick test with the steps below:
Below is the corresponding logs: [5/25/2024, 8:02:04 PM] [August] Restarting Process... |
@rightedges what country? |
@donavanbecker Canada |
@rightedges so before 2.1.0, things worked? Can you try changing to US for country code? |
I'm still getting:- [August] Validated, Discover Devices: Error: GET failed with: 401 |
Changed to US, and got 401 error like @simonrb2000 [5/26/2024, 5:19:02 AM] [August] Validated, Discover Devices: Error: GET failed with: 401 It didn't work before 2.1.0. |
This reads like the question I submitted recently so I'll add to the comments here in case it helps:
|
My account was created in GB. Selecting this in the v2.2.0 plugin doesn't generated a 2FA email to be sent. If I change the country to US then a code is received in my email but it doesn't work in the plug in to log in. Suggestion on the home assistant forums that some of the URLs have changed in the endpoints? |
Got the same error also 403, country code Canada, v2.2.0 of the plug-in. |
Same error with version 2.2.6 Just putting the code in and clicking save: After checking the validated box manually and then saving: Edit: refreshRate 0 did not help. |
I'm attempting to set this up for the first time with a Yale Keyless Connected with Access Module and Connected WiFi Bridge, here in the UK. I set Country Code to GB. After putting in the Validation Code I get: |
I'm experiencing the same thing in Australia on version v2.2.6. Is there any fix in sight?
If I change country to US, I get this:
|
I'm sorry guys, it's hard to support the Yale Home API when I live in the US. I'd anyone wants to look how they handle it in HA and open a PR on the August-Yale repo. I would be more than willing to accept it. |
FWIW. I changed my country to |
Yes, it works for me now. I used "CA". After entering the verification code, restarting the child bridge in my case, the plugin log shows that it validated and the correct number of locks are seen. |
Im in DK and is also throws a 403 error. For me the fix is to change setting in: I think this should be a config option in homebridge-august. This will not fix the device discovery. Now im getting this in the log: But no ID to be seen in the log and no device in the device list. By enabling debug logging I found the ID. So now my Yale Linus lock actually work. There still persist one issue. |
found a way to make it work
it fetches my device….phew ~~ |
I tried logging e.body in dist/platform.js for the 403 POST error, and it seems it is a html block page from Cloudflare with the message "You are unable to access aaecosystems.com" |
Did this but didn't help fix the issue unfortunately. |
Describe The Bug
Upgraded to v2.1.0 and recieved a new 403 error
To Reproduce
Upgrade to v2.1.0 and restart the plugin
Expected behavior
No error messages
Relevant log output
Config for homebridge-august
Screenshots
No response
Device & Model
Lock Model YR C/D 226/246/256
Node.js Version
v20.11.0
NPM Version
10.2.4
Homebridge Version
v1.8.1
Homebridge August Plugin Version
v2.1.0
Homebridge Config UI X Plugin Version
No response
Operating System
macOS Ventura
The text was updated successfully, but these errors were encountered: