Problem downloading plugin

Hi, I’ve problem installing plugin, every plugin which I try to install stops at 10% install progress. I saw few topics with similar case but I can’t find any useful port. Please help

root@volumio3:/home/volumio/lab# cd volsimpleequal
root@volumio3:/home/volumio/lab/volsimpleequal# volumio plugin install

This command will install the plugin on your device

Compressing the plugin
Plugin succesfully compressed
Progress: 10
Status :Downloading plugin
Downloading plugin at http://127.0.0.1:3000/plugin-serve/volsimpleequal.zip

Thank you.

Login with Volumio as user, not root

I deleted zip files prepared by instalator and then over sudo install command but still no success

volumio@volumio3:~/lab/volsimpleequal$ sudo volumio plugin install

This command will install the plugin on your device

Compressing the plugin
Plugin succesfully compressed
Progress: 10
Status :Downloading plugin
Downloading plugin at http://127.0.0.1:3000/plugin-serve/volsimpleequal.zip

no sudo! You should have not changed default password

ssh volumio@IP
passwd : volumio

then, install the plugin (remove all previous files before)

rm -Rf volsimpleequal*

download and install

wget https://github.com/balbuze/volumio-plugins/raw/master/plugins/audio_interface/volsimpleequal/volsimpleequal.zip
mkdir ./volsimpleequal
miniunzip volsimpleequal.zip -d ./volsimpleequal
cd ./volsimpleequal
volumio plugin install
rm -Rf volsimpleequal*

Right !
It’s working
Many Thanks Balbuze ! :slight_smile: