Fix for error when running index node.js on all Raspberry Pi models #203
DiverseBloom780
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
i wrote a quick script for the error
pi@raspberrypi:~/LD-ToyPad-Emulator $ node index.js
fs.js:119
throw err;
^
Error: ENOENT: no such file or directory, open '/dev/hidg0'
at Object.openSync (fs.js:448:3)
at new RawTransport (/home/pi/LD-ToyPad-Emulator/node_modules/node-ld/dist/transports/raw.js:11:27)
at new ToyPadEmu (/home/pi/LD-ToyPad-Emulator/node_modules/node-ld/dist/lib/ToyPadEmu.js:65:69)
at Object. (/home/pi/LD-ToyPad-Emulator/index.js:24:10)
at Module._compile (internal/modules/cjs/loader.js:816:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:827:10)
at Module.load (internal/modules/cjs/loader.js:685:32)
at Function.Module._load (internal/modules/cjs/loader.js:620:12)
at Function.Module.runMain (internal/modules/cjs/loader.js:877:12)
at internal/main/run_main_module.js:21:11
you can find it in my releases here
https://github.com/DiverseBloom780/Fix-for-LD-ToyPad-Emulator-for-All-RaspBerry-Pi-models/releases/download/fix/config.txt
Beta Was this translation helpful? Give feedback.
All reactions