-
Hello, I installed Matterbridge + Shelly on a fresh raspberry pi with node.js. It seems that I can't get it to update to the newest releases in any way. There are no error in the logs, I see a message that "package matterbridge is installed correctly" but after the automatic reboot, the version is still 1.6.5. and the update is offered again. Would appreciate some help in understanding what I'm doing wrong. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 4 replies
-
Hi, What I dont get is a fresh installation... |
Beta Was this translation helpful? Give feedback.
-
Ok then you should have done like in https://github.com/Luligu/matterbridge?tab=readme-ov-file#installation
This should have installed matterbridge 2.1.5. You can try to redo it and send me the output from the terminal. Also do
and send me the output from the terminal. Now you have to also setup matterbridge.service since you don't want to keep a terminal opened. Can you make me a screenshot of the frontend too please? |
Beta Was this translation helpful? Give feedback.
-
This is really a mistery... never seen before. The issue is that you should not have node 23.7. That is just experimental and not supported by any packages. That is the reason of the issue. It is clearly marked here:
Open a terminal and follow here to setup the correct node: Then restart and update first the plugin then matterbridge. Let me know if you need more help. |
Beta Was this translation helpful? Give feedback.
-
I was too curious and I tried it... if you install node 23 npm install the wrong matterbridge cause version 1.6.5 didn't have the correct supported engine in package.json. root@ubuntu:/# node -v added 176 packages in 12s 39 packages are looking for funding |
Beta Was this translation helpful? Give feedback.
-
Solved. |
Beta Was this translation helpful? Give feedback.
This is really a mistery... never seen before.
The issue is that you should not have node 23.7. That is just experimental and not supported by any packages. That is the reason of the issue.
It is clearly marked here:
Open a terminal and follow here to setup the correct node:
https://github.com/nodesource/distributions?tab=readme-ov-file#using-debian-as-root-nodejs-22
Then restart and update first the plugi…