Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: WB_Auth disabled, but still prompted for RTSP feed ID/PW? #1394

Open
walk0080 opened this issue Nov 23, 2024 · 0 comments
Open

BUG: WB_Auth disabled, but still prompted for RTSP feed ID/PW? #1394

walk0080 opened this issue Nov 23, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@walk0080
Copy link

walk0080 commented Nov 23, 2024

Describe the bug

Was unable to get Frigate (in Docker) to connect to a Wyze V4 camera due to authentication errors. Tried VLC to check if I can even access the RTSP feed and the wb/API key would not be accepted. Tried WB_AUTH=False, and I am still being prompted for an ID and Password?

After restarting Wyze-Bridge, I can see in the WebUI the following: "WebUI auth is disabled. docker-wyze-bridge v2.10.3"
Yet I am still being prompted for an ID and password when attempting to access the RTSP feed.

Also tried deleting and re-creating the container with the same problem. Any help appreciated.

Affected Bridge Version

2.10.3

Bridge type

Docker Run/Compose

Affected Camera(s)

Wyze Cam v4

Affected Camera Firmware

4.52.9.1134

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
            - 8556:8554          # RTSP
            - 8888:8888          # HLS
            - 8889:8889          # WebRTC
            - 8189:8189/udp      # WebRTC/ICE
            - 5002:5000          # WEB-UI (External:Internal Port)
        environment:
         - WYZE_EMAIL=XXXX
         - WYZE_PASSWORD=XXXX
         - API_ID=XXXX
         - API_KEY=XXXX
         - WB_IP=192.168.1.2
         - WB_AUTH=False
@walk0080 walk0080 added the bug Something isn't working label Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant