http://localhost:5000 Requests Username and Password? #1253
Unanswered
TheWaterbug
asked this question in
Q&A
Replies: 1 comment
-
The WebUI will use a random password if you start the container without the wyze credentials. You should be able to login by using
You can change the WebUI credentials by setting Streams and API endpoints will also require authentication when |
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 had run Docker-Wyze-Bridge on this Win10 box a few months ago successfully (pre-Wyze-2FA requirement), but then turned it off because I wanted to run it on a different box. I've changed my mind again, and now I want to run on this box again, so I went to Wyze to turn on my 2FA and get my API key, then did:
docker run -p 8554:8554 -p 8888:8888 -p 5000:5000 mrlt8/wyze-bridge
and Docker Desktop dutifully launched and reported that the container was running. I went to:
http://localhost:5000
which then asked me for my Wyze credentials, which I entered:
After I clicked Login I got:
and then this:
What username and password is it asking for? I've tried my Wyze user/pass, my Windows user/pass, and neither of them works.
Powershell reports:
`docker run -p 8554:8554 -p 8888:8888 -p 5000:5000 mrlt8/wyze-bridge
DEFAULT WB_PASSWORD:
password='xxxxxxxxxx'
DEFAULT WB_API:
password='xxxxxxxxxxxx'
🚀 DOCKER-WYZE-BRIDGE v2.9.6 X86_64
[WyzeBridge] [WARN] Credentials are NOT set
[WyzeBridge] 🔍 Could not find local cache for 'auth'
[WyzeBridge] ☁️ Fetching 'auth' from the Wyze API...
[WyzeBridge] Credentials required to complete login!
[WyzeBridge] Please visit the WebUI to enter your credentials.
[WyzeBridge] WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
[WyzeBridge] Press CTRL+C to quit
[WyzeBridge] 172.17.0.1 - - [07/Jun/2024 18:10:27] "GET / HTTP/1.1" 302 -
[WyzeBridge] 172.17.0.1 - - [07/Jun/2024 18:10:27] "GET /login HTTP/1.1" 200 -
[WyzeBridge] 172.17.0.1 - - [07/Jun/2024 18:10:27] "GET /static/bulma.css HTTP/1.1" 304 -
[WyzeBridge] 172.17.0.1 - - [07/Jun/2024 18:10:27] "GET /static/site.css HTTP/1.1" 304 -
[WyzeBridge] 172.17.0.1 - - [07/Jun/2024 18:10:27] "GET /static/bulma-toast.js HTTP/1.1" 304 -
[WyzeBridge] 172.17.0.1 - - [07/Jun/2024 18:10:27] "GET /favicon.ico HTTP/1.1" 404 -
[WyzeBridge] 172.17.0.1 - - [07/Jun/2024 18:10:44] "POST /login HTTP/1.1" 200 -
[WyzeBridge] 💾 Saving 'auth' to local cache...
[WyzeBridge] 🔍 Could not find local cache for 'user'
[WyzeBridge] ☁️ Fetching 'user' from the Wyze API...
[WyzeBridge] 💾 Saving 'user' to local cache...
[WyzeBridge] 🔍 Could not find local cache for 'cameras'
[WyzeBridge] ☁️ Fetching 'cameras' from the Wyze API...
[WyzeBridge] [API] Fetched [12] cameras
[WyzeBridge] 💾 Saving 'cameras' to local cache...
[WyzeBridge] [+] Adding WyzeCamv3Pro [HL_CAM3P]
[WyzeBridge] [+] Adding BananaCam2 [WYZE_CAKP2JFUS]
[WyzeBridge] [+] Adding SmallGarage [WYZE_CAKP2JFUS]
[WyzeBridge] [+] Adding Corn Seeds [WYZEC1-JZ]
[WyzeBridge] [+] Adding Eastvale Garage [WYZE_CAKP2JFUS]
[WyzeBridge] [+] Adding Exultant Garage [WYZE_CAKP2JFUS]
[WyzeBridge] [+] Adding Mom & Dad’s TV Cam [WYZE_CAKP2JFUS]
[WyzeBridge] [+] Adding Breadbox [WYZE_CAKP2JFUS]
[WyzeBridge] [+] Adding BananaCam [WYZE_CAKP2JFUS]
[WyzeBridge] [+] Adding HummingbirdCam [WYZE_CAKP2JFUS]
[WyzeBridge] [+] Adding Finch Cam [WYZE_CAKP2JFUS]
[WyzeBridge] [+] Adding RandomCam [WYZEC1-JZ]
[WyzeBridge] starting MediaMTX 1.1.1
[WyzeBridge] 🎬 12 streams enabled
[WyzeBridge] 172.17.0.1 - - [07/Jun/2024 18:10:49] "GET / HTTP/1.1" 401 -
[WyzeBridge] 172.17.0.1 - - [07/Jun/2024 18:14:20] "GET / HTTP/1.1" 401 -
[WyzeBridge] 172.17.0.1 - - [07/Jun/2024 18:14:31] "GET / HTTP/1.1" 401 -
[WyzeBridge] 172.17.0.1 - - [07/Jun/2024 18:14:39] "GET / HTTP/1.1" 401 -`
where the last 3 messages appeared after I attempted and failed to log in. The messages about Adding the Cameras suggests that I have entered my Wyze credentials successfully.
If I Delete Forever the container and start over, I get the exact same symptoms. Is there something else I need to configure and/or different credentials to enter?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions