plugin icon indicating copy to clipboard operation
plugin copied to clipboard

[Bug]: Try enabling Embedded PKCS1 Support in settings.

Open Brandonv101 opened this issue 7 months ago • 0 comments

What happened?

Full console output below: [04/26/2025, 13:56:11] [EufySecurity] ERROR XXXX Unable to start the livestream: No livestream emitted... This may be due to Node.js compatibility issues. Try enabling Embedded PKCS1 Support in settings.

Already enabled PKCS1 support and downgraded node.js not sure if any other log files would be helpful

System configuration: Mac Mini M1 8GB RAM 512B SSD 10GigE Ethernet

Not sure if this is a MacOS issue due to apple silicon or if Raspberry Pi version is the only one possible.

Device Type

Indoor Camera (Supported)

Plugin Version

v3.0.x (Best Effort)

HomeBridge Version

v1.7.x (Supported)

NodeJS Version

v20 (Supported)

Operating System

Mac OS X 11+ (UnSupported)

Relevant log output

[04/26/2025, 13:56:11]  [EufySecurity]  ERROR   XXXX Unable to start the livestream: No livestream emitted... This may be due to Node.js compatibility issues. Try enabling Embedded PKCS1 Support in settings.

config

{
            "platform": "EufySecurity",
            "name": "EufySecurity",
            "username":
            "password":
            "deviceName": "",
            "enableDetailedLogging": false,
            "omitLogFiles": false,
            "CameraMaxLivestreamDuration": 30,
            "pollingIntervalMinutes": 10,
            "hkHome": 1,
            "hkAway": 0,
            "hkNight": 3,
            "hkOff": 63,
            "ignoreStations": [],
            "ignoreDevices": [],
            "country": "US",
            "stations": [],
            "cameras": [],
            "cleanCache": true,
            "ignoreMultipleDevicesWarning": false,
            "autoSyncStation": false,
            "enableEmbeddedPKCS1Support": true
        }
    ],

Brandonv101 avatar Apr 26 '25 18:04 Brandonv101