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]: Slow respond image snapshot handler #534

Closed
liudger opened this issue Mar 28, 2024 · 3 comments
Closed

[Bug]: Slow respond image snapshot handler #534

liudger opened this issue Mar 28, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@liudger
Copy link

liudger commented Mar 28, 2024

What happened?

After a while I get these warnings. Is this something to investigate?
latest hksv v2.3.17

Device Type

Doorbell (Supported)

Plugin Version

beta (Best Effort)

HomeBridge Version

v1.6.x (Supported)

NodeJS Version

v18 (Supported)

Operating System

Ubuntu 18.04+ (Supported)

Relevant log output

[Voordeur 60BA] The image snapshot handler for the given accessory is slow to respond! See https://homebridge.io/w/JtMGR for more info.
[Voordeur 60BA] The image snapshot handler for the given accessory is slow to respond! See https://homebridge.io/w/JtMGR for more info.
[Voordeur 60BA] The image snapshot handler for the given accessory didn't respond at all! See https://homebridge.io/w/JtMGR for more info.
[Voordeur 60BA] The image snapshot handler for the given accessory didn't respond at all! See https://homebridge.io/w/JtMGR for more info.

config

{
    "bridge": {
        "name": "Homebridge 514E",
        "username": "",
        "port": 51974,
        "pin": "",
        "advertiser": "bonjour-hap"
    },
    "accessories": [],
    "platforms": [
        {
            "name": "Config",
            "port": 8581,
            "platform": "config"
        },
        {
            "enableDetailedLogging": false,
            "CameraMaxLivestreamDuration": 50,
            "pollingIntervalMinutes": 10,
            "hkHome": 1,
            "hkAway": 0,
            "hkNight": 3,
            "hkOff": 63,
            "ignoreStations": [],
            "ignoreDevices": [],
            "country": "NL",
            "cameras": [
                {
                    "serialNumber": "",
                    "rtsp": false,
                    "enableCamera": true,
                    "videoConfig": {
                        "audio": true
                    },
                    "talkback": true,
                    "snapshotHandlingMethod": 3,
                    "enable": true,
                    "motion": true,
                    "indoorchime": true
                }
            ],
            "cleanCache": true,
            "unbridge": true,
            "ignoreMultipleDevicesWarning": true,
            "syncStationModes": false,
            "autoSyncStation": false,
            "username": "",
            "password": "",
            "deviceName": "Voordeur",
            "hsv": true,
            "platform": "EufySecurity"
        }
    ]
}
@liudger liudger added the bug Something isn't working label Mar 28, 2024
Copy link

Did you check this Common Issues pages ?

@liudger liudger changed the title [Bug]: [Bug]: Slow respond image snapshot handler Mar 28, 2024
@lenoxys
Copy link
Contributor

lenoxys commented Apr 7, 2024

can you test on 2.3.22 ? and if issue still there can you enable debug mode (see wiki for the HOW to) ?

@liudger
Copy link
Author

liudger commented Apr 10, 2024

solved the issue

@liudger liudger closed this as completed Apr 10, 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
Development

No branches or pull requests

2 participants