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] Not found led strip ws2812b #142

Open
faganello60 opened this issue Sep 30, 2023 · 1 comment
Open

[BUG] Not found led strip ws2812b #142

faganello60 opened this issue Sep 30, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@faganello60
Copy link

faganello60 commented Sep 30, 2023

LOG
[homebridge-magichome-dynamic-platform]
Discovered 1 devices.

[30/09/2023, 18:44:10] [homebridge-magichome-dynamic-platform] [discovered+cached] platform.ts discoverDevices() accessory creation has thrown the following error: TypeError: The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received undefined
at new NodeError (node:internal/errors:399:5)
at Hash.update (node:internal/crypto/hash:109:11)
at Object.generate (/var/lib/homebridge/node_modules/homebridge/node_modules/hap-nodejs/src/lib/util/uuid.ts:11:11)
at HomebridgeMagichomeDynamicPlatform.discoverDevices (/var/lib/homebridge/node_modules/homebridge-magichome-dynamic-platform/src/platform.ts:138:49)
at processTicksAndRejections (node:internal/process/task_queues:95:5) {
[stack]: 'TypeError: The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received undefined\n' +
' at new NodeError (node:internal/errors:399:5)\n' +
' at Hash.update (node:internal/crypto/hash:109:11)\n' +
' at Object.generate (/var/lib/homebridge/node_modules/homebridge/node_modules/hap-nodejs/src/lib/util/uuid.ts:11:11)\n' +
' at HomebridgeMagichomeDynamicPlatform.discoverDevices (/var/lib/homebridge/node_modules/homebridge-magichome-dynamic-platform/src/platform.ts:138:49)\n' +
' at processTicksAndRejections (node:internal/process/task_queues:95:5)',
[message]: 'The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received undefined',
[toString]: [Function: value] { [length]: 0, [name]: 'value' },
code: 'ERR_INVALID_ARG_TYPE',
[Symbol(kIsNodeError)]: true
}

@faganello60 faganello60 added the bug Something isn't working label Sep 30, 2023
@nzzane
Copy link

nzzane commented Jun 8, 2024

Any updates to this? Having the same issue

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

4 participants