mrlt8 / docker-wyze-bridge

WebRTC/RTSP/RTMP/LL-HLS bridge for Wyze cams in a docker container
GNU Affero General Public License v3.0
2.45k stars 151 forks source link

As soon as it is deployed, it closes. (docker) #1239

Open azagramac opened 3 weeks ago

azagramac commented 3 weeks ago

Describe the bug

As soon as it is deployed, it closes. Without being able to continue or configure any camera.

Environment (if applicable)

Run

# docker compose up -d
[+] Running 2/2
 ✔ Network wyze-bridge_default  Created                                                                                                                                                                            0.3s 
 ✔ Container wyze-bridge        Started                                                                                                                                                                            1.9s 

Output log

# docker logs wyze-bridge -f

🚀 DOCKER-WYZE-BRIDGE v2.9.4 AARCH64

[WyzeBridge] 🔍 Could not find local cache for 'auth'
[WyzeBridge] ☁️ Fetching 'auth' from the Wyze API...
 * Serving Flask app 'frontend'
 * Debug mode: off
[WyzeBridge] WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
 * Running on all addresses (0.0.0.0)
 * Running on http://127.0.0.1:5000
 * Running on http://172.21.0.2:5000
[WyzeBridge] Press CTRL+C to quit
[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 [0] cameras
[WyzeBridge] Stopping 0 streams
[WyzeBridge] 👋 goodbye!

Docker compose code

services:
  wyze-bridge:
    image: mrlt8/wyze-bridge:latest
    container_name: wyze-bridge
    restart: unless-stopped
    environment:
      - WYZE_EMAIL=MY_MAIL
      - WYZE_PASSWORD=MY_PASS
      - API_ID=XXXXXXXXXXXXXXXXXXX
      - API_KEY=XXXXXXXXXXXXXXXXXXX
      - WB_AUTH=False
    ports:
      - 1935:1935
      - 8554:8554
      - 8888:8888
      - 8889:8889
      - 8189:8189/udp
      - 5000:5000
mrlt8 commented 3 weeks ago

This is the expected behavior as your account doesn't seem to have any supported devices linked to it:

[API] Fetched [0] cameras

please see the table in the readme for a list of supported cameras.