misenhower / homebridge-wyze-connected-home

Wyze Connected Home plugin for Homebridge
MIT License
70 stars 52 forks source link

Request failed: Error: Request failed with status code 403 #41

Open Bom342 opened 3 years ago

Bom342 commented 3 years ago

The plugin has been working on an iMac. I installed it on a Beaglebone Black yesterday and get this error continuously.

[5/28/2021, 3:29:08 PM] [Wyze] Request failed: Error: Request failed with status code 403 [5/28/2021, 3:29:08 PM] [Wyze] Response (Forbidden): {"description":"Request forbidden."} [5/28/2021, 3:29:08 PM] [Wyze] Error getting devices: Error: Request failed with status code 403

SteveQ2 commented 3 years ago

I am also seeing this same error. I have been using this plugin on Windows 10 for about a year.

Any ideas?

Steve Q

Bom342 commented 3 years ago

Have you by any chance referenced a second instance of Homebridge to your Wyze account? That may be related to my errors.

On Jun 5, 2021, at 7:26 AM, SteveQ2 @.***> wrote:

I am also seeing this same error. I have been using this plugin for about a year.

Any ideas?

Steve Q

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/misenhower/homebridge-wyze-connected-home/issues/41#issuecomment-855247899, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALDUI43PO4W47JTN5EOYYSLTRIX3HANCNFSM45W7EL4Q.

Bom342 commented 3 years ago

Error 403 has been fixed. See:

https://github.com/misenhower/homebridge-wyze-connected-home/issues/37?_pjax=%23js-repo-pjax-container

On Jun 5, 2021, at 7:26 AM, SteveQ2 @.***> wrote:

I am also seeing this same error. I have been using this plugin for about a year.

Any ideas?

Steve Q

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/misenhower/homebridge-wyze-connected-home/issues/41#issuecomment-855247899, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALDUI43PO4W47JTN5EOYYSLTRIX3HANCNFSM45W7EL4Q.

SteveQ2 commented 3 years ago

Bom342, Thanks for pointing me to #37. I had seen this thread before but I was not able to get the Chew or MikeThomas versions to install. After some additional research, I discovered that I needed to install git on my Windows 10 computer running HomeBridge. After downloading and installing git (I used the default settings) I was able to install the Chew version from the command line prompt of git.

C:\Users\Steve>npm -v 6.14.8

C:\Users\Steve>npm install -g Chew/homebridge-wyze-connected-home

Everything is now working working for me. I am running the Wyze-connected-home plugin in a second instance of HomeBridge.