Skip to content

BUG: WYZE CAM PAN V3 NOT CONNECTING #1530

Description

@albertphu07

Describe the bug

I am trying to use my wyze cam pan v3 with octoprint but i keep getting this error:

wyze-bridge | [WyzeBridge] 192.168.68.62 - - [12/Mar/2026 00:51:18] "GET /img/ender-3-s1.jpg HTTP/1.1" 307 -
wyze-bridge | [WyzeBridge] 192.168.68.62 - - [12/Mar/2026 00:51:23] "GET /static/notavailable.svg HTTP/1.1" 304 -
wyze-bridge | [WyzeBridge] 192.168.68.62 - - [12/Mar/2026 00:51:27] "GET /img/loading.svg HTTP/1.1" 307 -
wyze-bridge | [WyzeBridge] 🎉 Connecting to WyzeCam Pan V3 - Ender 3 S1 on {REMOVED DATA FOR PERSONAL PRIVACY}
wyze-bridge | [WyzeBridge] Stopping 1 stream
wyze-bridge | [WyzeBridge] Stream monitoring stopped
wyze-bridge | [WyzeBridge] [MTX] Stopping MediaMTX...
wyze-bridge | [WyzeBridge] 👋 goodbye!
wyze-bridge | 🚀 DOCKER-WYZE-BRIDGE v2.10.3 ARMV7L
wyze-bridge | [WyzeBridge] [WARN] Credentials are NOT set
wyze-bridge | [WyzeBridge] SET WB_IP to allow WEBRTC connections.
wyze-bridge | [WyzeBridge] 📚 Using 'auth' from local cache...
wyze-bridge | [WyzeBridge] 📚 Using 'user' from local cache...
wyze-bridge | [WyzeBridge] [AUTH] WB_AUTH=True
wyze-bridge | [WyzeBridge] [AUTH] WB_USERNAME={REMOVED DATA FOR PERSONAL PRIVACY}
wyze-bridge | [WyzeBridge] [AUTH] WB_PASSWORD={REMOVED DATA FOR PERSONAL PRIVACY}
wyze-bridge | [WyzeBridge] [AUTH] WB_API={REMOVED DATA FOR PERSONAL PRIVACY}
wyze-bridge | * Serving Flask app 'frontend'
wyze-bridge | * Debug mode: off
wyze-bridge | [WyzeBridge] WARNING: This is a development server. Do not use it in a production deployment.
wyze-bridge | * Running on all addresses (0.0.0.0)
wyze-bridge | * Running on http://127.0.0.1:5000
wyze-bridge | * Running on http://172.18.0.2:5000
wyze-bridge | [WyzeBridge] Press CTRL+C to quit
wyze-bridge | [WyzeBridge] 📚 Using 'cameras' from local cache...
wyze-bridge | [WyzeBridge] [+] Adding Ender 3 S1 [HL_PAN3]
wyze-bridge | [WyzeBridge] [MTX] starting MediaMTX 1.9.0
wyze-bridge | [WyzeBridge] 🎬 1 stream enabled
wyze-bridge | [WyzeBridge] 192.168.68.62 - - [12/Mar/2026 00:52:39] "GET / HTTP/1.1" 200 -
wyze-bridge | [WyzeBridge] 🎉 Connecting to WyzeCam Pan V3 - Ender 3 S1 on {REMOVED DATA FOR PERSONAL PRIVACY}
wyze-bridge | [WyzeBridge] [ender-3-s1] Snapshot timed out
wyze-bridge | [WyzeBridge] ☁️ Fetching 'cameras' from the Wyze API...
wyze-bridge | [WyzeBridge] [API] Fetched [1] cameras
wyze-bridge | [WyzeBridge] 💾 Saving 'cameras' to local cache...
wyze-bridge | [WyzeBridge] ☁️ Pulling "ender-3-s1" thumbnail to /img/ender-3-s1.jpg
wyze-bridge | [WyzeBridge] ERROR pulling thumbnail:401 Client Error: {REMOVED DATA FOR PERSONAL PRIVACY}
wyze-bridge | [ender-3-s1] [-13] IOTC_ER_TIMEOUT
wyze-bridge | [WyzeBridge] 🎉 Connecting to WyzeCam Pan V3 - Ender 3 S1 on {REMOVED DATA FOR PERSONAL PRIVACY}
wyze-bridge | [WyzeBridge] [ender-3-s1] Snapshot timed out
wyze-bridge | [WyzeBridge] ☁️ Pulling "ender-3-s1" thumbnail to /img/ender-3-s1.jpg
wyze-bridge | [WyzeBridge] ERROR pulling thumbnail:401 Client Error: {REMOVED DATA FOR PERSONAL PRIVACY}

PLEASE NOTE I ADDED THE {REMOVED DATA FOR PERSONAL PRIVACY} TO THIS.

Affected Bridge Version

latest

Bridge type

Docker Run/Compose

Affected Camera(s)

Wyze Cam Pan V3

Affected Camera Firmware

idk

docker-compose or config (if applicable)

services:
  wyze-bridge:
    container_name: wyze-bridge
    restart: unless-stopped
    image: mrlt8/wyze-bridge:latest
    ports:
      - 1935:1935   # RTMP
      - 8554:8554   # RTSP
      - 8888:8888   # HLS
      - 8080:5000   # WEB-UI: host port 8080 → container port 5000
    environment:
      - WYZE_EMAIL=${WYZE_EMAIL}
      - WYZE_PASSWORD=${WYZE_PASSWORD}
      - WB_USERNAME=${WB_USERNAME}
      - WB_PASSWORD=${WB_PASSWORD}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions