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

issue when running node-red in docker #13

Open
pulsejets opened this issue Dec 21, 2021 · 0 comments
Open

issue when running node-red in docker #13

pulsejets opened this issue Dec 21, 2021 · 0 comments

Comments

@pulsejets
Copy link

Hi

I run node-red in dokcer : docker run -d --restart=always --net=host -v /dev/bus/usb:/dev/bus/usb --privileged /opt/docker/nodered:/data --name=node-red opencreations:node-red-debian

But i cant' connect to streamdeck 👍
Error opening Stream Deck device TypeError: cannot open device with path 0001:0046:00

at new HID (/data/node_modules/node-hid/nodehid.js:49:17)


at new StreamDeckBase (/data/node_modules/elgato-stream-deck/src/models/base.ts:152:17)


at new StreamDeckGen2Base (/data/node_modules/elgato-stream-deck/src/models/base-gen2.ts:9:1)


at new StreamDeckOriginalV2 (/data/node_modules/elgato-stream-deck/src/models/originalv2.ts:16:3)


at openStreamDeck (/data/node_modules/elgato-stream-deck/src/index.ts:108:9)


at streamDeckInit (/data/node_modules/node-red-contrib-streamdeck/streamdeck.js:9:22)


at new StreamDeckOut (/data/node_modules/node-red-contrib-streamdeck/streamdeck.js:39:5)


at Object.createNode (/usr/src/node-red/node_modules/@node-red/runtime/lib/nodes/flows/util.js:483:31)


at Flow.start (/usr/src/node-red/node_modules/@node-red/runtime/lib/nodes/flows/Flow.js:193:48)


at start (/usr/src/node-red/node_modules/@node-red/runtime/lib/nodes/flows/index.js:345:33)


at tryCatchReject (/usr/src/node-red/node_modules/when/lib/makePromise.js:845:30)


at runContinuation1 (/usr/src/node-red/node_modules/when/lib/makePromise.js:804:4)


at Fulfilled.when (/usr/src/node-red/node_modules/when/lib/makePromise.js:592:4)


at Pending.run (/usr/src/node-red/node_modules/when/lib/makePromise.js:483:13)


at Scheduler._drain (/usr/src/node-red/node_modules/when/lib/Scheduler.js:62:19)


at Scheduler.drain (/usr/src/node-red/node_modules/when/lib/Scheduler.js:27:9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant