etuck

Results 9 comments of etuck

Yes, I'm still seeing it this morning. It's been happening for at least 5 days.

Thanks, that's a good thought but my password hasn't changed recently and it's alpha-numeric only - no special characters.

I just tried changing my password via the app. No luck.

After hashing the password, the response I get from that call is: {"description":"Invalid User Name or Password.","requestId":"0d73b6aa-011a-4892-b571-1819e94e8eee","errorCode":1000} I sanity-checked the credentials again by logging on through the app and it...

Ok, I got an access token in that response. Here's what I got with some values redacted: {"access_token":"[token]","refresh_token":"[another token]","user_id":"[user_id]","mfa_options":null,"mfa_details":null,"sms_session_id":null}

Yes, that one worked too. It seems to be just the "WMXHYf79Nr5gIlt3r0r7p9Tcw5bvs6BB4U8O8nGJ'" API key that's not working.

Thanks for that. I tried setting the new ENV and now I'm getting: wyze-bridge | 2022/08/18 13:12:19 [WyzeBridge] 🚀 STARTING DOCKER-WYZE-BRIDGE v1.8.4 wyze-bridge | wyze-bridge | 2022/08/18 13:12:19 [WyzeBridge] 🔍...

Yes, that does work! Thanks again! Just curious, any idea why I am having this credentials problem when no one else seems to?

And if anyone is using a Docker Compose file the fix is to add a "command" attribute. ``` version: "3" services: openbooks: container_name: openbooks image: evanbuss/openbooks:latest environment: TZ: America/New_York ports:...