derek-miller / homebridge-genie-aladdin-connect

Homebridge plugin to integrate Genie Aladdin Connect enabled garage door openers.
https://www.npmjs.com/package/homebridge-genie-aladdin-connect
Apache License 2.0
30 stars 4 forks source link

Error on plugin under Hoobs #16

Closed arlieeh closed 2 years ago

arlieeh commented 2 years ago

Describe Your Problem: Receiving - [API] An error occurred getting oauth token; Request failed with status code 403

Logs:

6/28/2022, 10:04:34 AMGenie Aladdin Connect BridgeGarage DoorERROR[API] An error occurred getting oauth token; Request failed with status code 403
6/28/2022, 10:04:34 AMGenie Aladdin Connect BridgeGarage DoorERROR[API] An error occurred getting devices from account; Request failed with status code 403
6/28/2022, 10:04:34 AMGenie Aladdin Connect BridgeGarage DoorERRORFailed to load doors from account; retrying in 5 minutes

Plugin Config:


 "platform": "GenieAladdinConnect",
    "name": "Garage Door",
    "userInfoCacheTtl": 3600,
    "doorStatusStationaryCacheTtl": 15,
    "doorStatusTransitioningCacheTtl": 5,
    "doorStatusPollInterval": 15000,
    "password": "xxxxxxx",
    "username": "xxxxxxxx"

**Screenshots:**
<!-- If applicable, add screenshots to help explain your problem. -->

**Environment:**

* **Plugin Version**:2.2.0
* **Homebridge Version**: HOOBS 4.2.3
* **Node.js Version**: <!-- node -v -->
* **NPM Version**: <!-- npm -v -->
* **Operating System**: HOOBS

<!-- Click the "Preview" tab before you submit to ensure the formatting is correct. -->
derek-miller commented 2 years ago

This was fixed in version 2.3.0. Please update the plugin.