Solved Can not update
-
Bonne soiree @bugsounet
i am having trouble updating this Radio player. Please see below:
[21.07.2023 22:04.59.320] [LOG] [RADIO] EXT-RadioPlayer Version: 1.1.3 rev: 230715
[21.07.2023 22:04.59.324] [ERROR] [RADIO] @bugsounet/cvlc Loading error! Error: Cannot find module ‘@bugsounet/cvlc’
Require stack:- /home/pi/MagicMirror/modules/EXT-RadioPlayer/node_helper.js
- /home/pi/MagicMirror/js/app.js
- /home/pi/MagicMirror/js/electron.js
- /home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js
[21.07.2023 22:04.59.388] [LOG] [YT] YouTube Search Function initilized.
[21.07.2023 22:04.59.391] [LOG] [YT] EXT-YouTube is Ready.
[21.07.2023 22:04.59.393] [ERROR] [RADIO] Warning: 1 library not loaded !
[21.07.2023 22:04.59.395] [ERROR] [RADIO] Try to solve it withnpm install
in EXT-RadioPlayer directoryi get this when trying to update:
pi@raspberrypi:~/MagicMirror/modules/EXT-RadioPlayer $ npm install
npm ERR! code 128
npm ERR! An unknown git error occurred
npm ERR! command git --no-replace-objects ls-remote ssh://git@github.com/bugsounet/cvlc.git
npm ERR! git@github.com: Permission denied (publickey).
npm ERR! fatal: Could not read from remote repository.
npm ERR!
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.npm ERR! A complete log of this run can be found in:
npm ERR! /home/pi/.npm/_logs/2023-07-21T21_07_51_084Z-debug-0.log
pi@raspberrypi:~/MagicMirror/modules/EXT-RadioPlayer $Please help
Thank you
-
Hi,
Last version is v1.1.4 (rev:230720)
Can you try to update it withnpm run update
command inEXT-RadioPlayer
folder ? -
Same error for me too, it won’t let me update anymore
-
can i have logs result of
npm run update
command? -
-
-
EXT-RadioPlayer
: just updated to v1.1.4 (correct installer and dependencies)Can you try to update it with
npm run update
command in EXT-RadioPlayer folder ? -
-
Now everything works! A thousand thanks
-
bugsounet