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: Error Reading from Pipe: filedescriptor out of range in select() #1396

Open
jsholcomb opened this issue Dec 5, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@jsholcomb
Copy link

jsholcomb commented Dec 5, 2024

Describe the bug

I am noticing instances where the Wyze Bridge is crashing and the camera will not recover. The log is filled with the following items:

wyze-bridge | [WyzeBridge] Error reading from pipe: filedescriptor out of range in select()

This repeats over and over until the container is restarted.

It appears this may be tied to a V3 camera. That is a guess.

Affected Bridge Version

v2.10.3

Bridge type

Docker Run/Compose

Affected Camera(s)

V3, V4

Affected Camera Firmware

4.61.0.3

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
            - 8889:8889 #WebRTC
            - 8189:8189/udp # WebRTC/ICE
            - 5000:5000 # WEB-UI
        environment:
            # [OPTIONAL] Credentials can be set in the WebUI
            # API Key and ID can be obtained from the wyze dev portal: 
            # https://developer-api-console.wyze.com/#/apikey/view
            - WYZE_EMAIL=****
            - WYZE_PASSWORD= ******
            - API_ID= *****
            - API_KEY= *****
            # [OPTIONAL] IP Address of the host to enable WebRTC e.g.,:
            # - WB_IP=192.168.x.x
            # WebUI and Stream authentication:
            - WB_AUTH=True # Set to false to disable web and stream auth.
            - WB_USERNAME=XXXXXX
            - WB_PASSWORD=XXXXXXX 
            - FILTER_NAMES=Camera1, Camera2 
            - FILTER_BLOCK=true
            - FRONT_DOOR_CAMERA=HD500
@jsholcomb jsholcomb added the bug Something isn't working label Dec 5, 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