ある時から、
JP_Radio がエラーとなり ラジオの再生ができなくなった
数時間格闘したが復旧せず、結局、
アンインストール後、再インストール すること で 復活した。
・ 手順

1.Volumio の「インストール済みプラグイン」から、 非アクティブ化 → アンインストール して、volumioに接続した sshターミナルから、次のコマンドを実行して、再インストール。
インストール手順
clone https://github.com/mOqOm/JP_Radio.git
cd JP_Radio
npm install
mkdir -p /data/plugins/music_service/jp_radio
volumio plugin refresh
volumio vrestart
sudo reboot
2.Volumio の「インストール済みプラグイン」から アクティブ化。
無事に復活した。
・ Log
$ ssh volumio@volumio.local
___
/\_ \ __
__ __ ___\//\ \ __ __ ___ ___ /\_\ ___
/\ \/\ \ / __`\\ \ \ /\ \/\ \ /' __` __`\/\ \ / __`\
\ \ \_/ |/\ \L\ \\_\ \_\ \ \_\ \/\ \/\ \/\ \ \ \/\ \L\ \
\ \___/ \ \____//\____\\ \____/\ \_\ \_\ \_\ \_\ \____/
\/__/ \/___/ \/____/ \/___/ \/_/\/_/\/_/\/_/\/___/
Free Audiophile Linux Music Player - Version 3.0
© 2015-2021 Michelangelo Guarise - Volumio Team - Volumio.org
Volumio Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Welcome to Volumio for Raspberry Pi (6.6.62-v7+ armv7l)
Last login: Mon Sep 15 17:06:22 2025 from 192.168.0.12
volumio@volumio:~$ rm -rf JP_Radio
volumio@volumio:~$ git clone https://github.com/mOqOm/JP_Radio.git
Cloning into 'JP_Radio'...
remote: Enumerating objects: 473, done.
remote: Counting objects: 100% (168/168), done.
remote: Compressing objects: 100% (131/131), done.
remote: Total 473 (delta 86), reused 85 (delta 37), pack-reused 305 (from 1)
Receiving objects: 100% (473/473), 203.14 KiB | 3.03 MiB/s, done.
Resolving deltas: 100% (270/270), done.
volumio@volumio:~$ cd JP_Radio
volumio@volumio:~/JP_Radio$ npm install
> node-cron@2.0.3 postinstall /home/volumio/JP_Radio/node_modules/node-cron
> opencollective-postinstall
Thank you for using node-cron!
If you rely on this package, please consider supporting our open collective:
> https://opencollective.com/node-cron/donate
npm notice created a lockfile as package-lock.json. You should commit this file.
added 186 packages from 205 contributors and audited 187 packages in 66.789s
41 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
volumio@volumio:~/JP_Radio$ mkdir -p /data/plugins/music_service/jp_radio
volumio@volumio:~/JP_Radio$ volumio plugin refresh
This command will copy all your plugin's file in the correspondent folder in data
Updating the plugin in Data
Plugin succesfully refreshed
volumio@volumio:~/JP_Radio$ volumio vrestart
・ 関連記事