Install issue Plexamp on the Raspberry Pi

Tried to follow the quick install guide for plexamp but struggle with starting it:

node js/index.js
node:internal/modules/cjs/loader:1210
return process.dlopen(module, path.toNamespacedPath(filename));
^

Error: Module did not self-register: ‘/home/pi/plexamp/treble/treble.node’.
at Object.Module._extensions…node (node:internal/modules/cjs/loader:1210:18)
at Module.load (node:internal/modules/cjs/loader:1004:32)
at Function.Module._load (node:internal/modules/cjs/loader:839:12)
at Module.require (node:internal/modules/cjs/loader:1028:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object.41673 (/home/pi/plexamp/js/index.js:2:331219)
at a (/home/pi/plexamp/js/index.js:2:2009151)
at Object.65631 (/home/pi/plexamp/js/index.js:2:325880)
at a (/home/pi/plexamp/js/index.js:2:2009151)
at Object.10546 (/home/pi/plexamp/js/index.js:2:315281) {
code: ‘ERR_DLOPEN_FAILED’

Tried the install script from odinb (GitHub - odinb/bash-plexamp-installer: PlexAmp-installer for Raspberry Pi with ARM64 HW. Headless music-player controlled from any other Plexamp client.) with same result. Anybody an idea?

Sysinfo:
Raspberry Pi 3 Model B Plus Rev 1.3
PRETTY_NAME=“Debian GNU/Linux 11 (bullseye)”
NAME=“Debian GNU/Linux”
VERSION_ID=“11”
VERSION=“11 (bullseye)”
Linux raspberrypi 5.15.56-v8+ #1575 SMP PREEMPT Fri Jul 22 20:31:26 BST 2022 aarch64

looks like wrong version of node.

Damn, yes. Sorry for my odd understanding of version 12+ means also above major 12. Thanks for the help. Works as a charm now.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.