localhost:5000 not responding and no cameras connecting #1233
Unanswered
recoveringlawyer
asked this question in
Q&A
Replies: 3 comments 2 replies
-
Wyze changed their authentication method again, so we're using the wyze approved API Key/ID method: https://support.wyze.com/hc/en-us/articles/16129834216731-Creating-an-API-Key You should then be able to update your - WYZE_EMAIL=
- WYZE_PASSWORD=
- API_ID=
- API_KEY= |
Beta Was this translation helpful? Give feedback.
2 replies
-
Got it! Thanks!
On May 27, 2024, at 10:03 PM, mrlt8 ***@***.***> wrote:
Wyze changed their authentication method again, so we're using the wyze approved API Key/ID method: https://support.wyze.com/hc/en-us/articles/16129834216731-Creating-an-API-Key
You should then be able to update your docker-compose.yml to include that:
- WYZE_EMAIL=
- WYZE_PASSWORD=
- API_ID=
- API_KEY=
—
Reply to this email directly, view it on GitHub<#1233 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BEWSQTMQTLRPAJMA3CHKP4LZEPXXDAVCNFSM6AAAAABILWZZ6SVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TKNZVGM3DO>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
That did it! Thank you so much!
On May 30, 2024, at 8:42 PM, mrlt8 ***@***.***> wrote:
I know it's a little confusing, but some users were running the bridge on open servers, so authentication is enabled by default starting with v2.9.
It should default to your your wyze email and password, or you can manually change it by setting the environment variables - WB_USERNAME=myusername and - WB_PASSWORD=mypassword.
The streams will also require a username and password when authentication is enabled. The user name should be wb and the password will be a random string that will be displayed at the bottom of the web-ui, or you can manually set it with the environment variable - WB_API=mystreampassword.
If you're running the bridge 100% local, then you should be able to disable the web-ui login and stream authentication by adding the environment variable - WB_AUTH=false to your compose.
—
Reply to this email directly, view it on GitHub<#1233 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BEWSQTPFHZH5CSEJ67IHZFLZE7IP7AVCNFSM6AAAAABILWZZ6SVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TMMJRG4ZDC>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I returned from a week away and found that my WB is not working. When I try to open localhost:5000 I get the login page but my Wyze credentials don't work - it says there is no response from the requested page. I suspect this has something to do with APIs, but the info on that topic in this forum is totally overwhelming. I have no Linux knowledge or experience - I can handle FORTRAN, Basic or C++ or even COBOL (showing my age, I know) but I can't apply any of that to the Docker world! Can somebody point this technological "left-behind" to step-by-step instructions with sample scripts that will help me get things going again? I'll greatly appreciate any assistance!!
Beta Was this translation helpful? Give feedback.
All reactions