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]: Red and Green Child bridge Look #476

Open
FTSCOOP opened this issue Nov 26, 2023 · 1 comment
Open

[Bug]: Red and Green Child bridge Look #476

FTSCOOP opened this issue Nov 26, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@FTSCOOP
Copy link

FTSCOOP commented Nov 26, 2023

What happened?

A bug happened!

Device Type

Indoor Camera (Supported)

Plugin Version

v2.0.x (Supported)

HomeBridge Version

v1.6.x (Supported)

NodeJS Version

v18 (Supported)

Operating System

Raspbian 10+ (Supported)

Relevant log output

Error: listen EADDRINUSE: address already in use :::55797
    at Server.setupListenHandle [as _listen2] (node:net:1872:16)
    at listenInCluster (node:net:1920:12)
    at Server.listen (node:net:2008:7)
    at EventedHTTPServer.listen (/var/lib/homebridge/node_modules/homebridge/node_modules/hap-nodejs/src/lib/util/eventedhttp.ts:164:20)
    at HAPServer.listen (/var/lib/homebridge/node_modules/homebridge/node_modules/hap-nodejs/src/lib/HAPServer.ts:377:21)
    at Bridge.<anonymous> (/var/lib/homebridge/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Accessory.ts:1365:18)
    at step (/var/lib/homebridge/node_modules/homebridge/node_modules/tslib/tslib.js:193:27)
    at Object.next (/var/lib/homebridge/node_modules/homebridge/node_modules/tslib/tslib.js:174:57)
    at fulfilled (/var/lib/homebridge/node_modules/homebridge/node_modules/tslib/tslib.js:164:62)
    at processTicksAndRejections (node:internal/process/task_queues:95:5

config

"enableDetailedLogging": false,
    "CameraMaxLivestreamDuration": 30,
    "pollingIntervalMinutes": 1,
    "hkHome": 1,
    "hkAway": 0,
    "hkNight": 3,
    "hkOff": 63,
    "ignoreStations": [],
    "ignoreDevices": [],
    "country": "US",
    "cameras": [
        {
            "serialNumber": "T84A1P102249005D",
            "rtsp": false,
            "enableCamera": true,
            "videoConfig": {
                "audio": true,
                "vcodec": "copy",
                "useSeparateProcesses": true
            },
            "snapshotHandlingMethod": 2
        },
        {
            "serialNumber": "T84A1P10225109C7",
            "rtsp": false,
            "enableCamera": true,
            "videoConfig": {
                "vcodec": "copy",
                "useSeparateProcesses": true,
                "audio": true,
                "audioSampleRate": 0
            },
            "snapshotHandlingMethod": 2
        },
        {
            "serialNumber": "T84A1P102251102D",
            "rtsp": false,
            "enableCamera": true,
            "videoConfig": {
                "audio": true,
                "vcodec": "copy",
                "useSeparateProcesses": true
            },
            "snapshotHandlingMethod": 2
        }
    ],
    "cleanCache": true,
    "unbridge": true,
    "username": "[email protected]",
    "password": "THEGREATone#9",
    "deviceName": "newone",
    "platform": "EufySecurity",
    "_bridge": {
        "username": "0E:B2:4C:A1:72:B7",
        "port": 55797
    }
}
@FTSCOOP FTSCOOP added the bug Something isn't working label Nov 26, 2023
Copy link

Did you check this Common Issues pages ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant