Error: Forbidden for url on startup #1023
-
When trying to start the latest bridge with the following command: $ I get the following: 2023/10/25 20:25:51 [WyzeBridge] � STARTING DOCKER-WYZE-BRIDGE v1.7.4 2023/10/25 20:25:51 [WyzeBridge] � Could not find local cache for 'user'
The only meta character I have is a ! in the password string so I don't think it's that. I am using 2 factor but also have the API ID/Key. This is on a mac with docker: $ docker --version Thanks for any help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Wyze made some changes to their API earlier this year, and depreciated the old authentication url You will need to update your bridge to v2.3.x or newer for compatibility with the latest changes to the Wyze API. You can try pulling the latest image with:
you should then be able to use your usual docker run command. |
Beta Was this translation helpful? Give feedback.
Wyze made some changes to their API earlier this year, and depreciated the old authentication url
https://auth-prod.api.wyze.com/user/login
back in July.You will need to update your bridge to v2.3.x or newer for compatibility with the latest changes to the Wyze API.
You can try pulling the latest image with:
you should then be able to use your usual docker run command.