plug in installation stuck

Hello
I am trying to install the volstereo2mono.zip plugin.
I have downloaded with wget the zip in a temporary folder in Home and typed sudo volume plugin install.
I am stuck at 60% for 20 minutes now.
Did I make something wrong ?

update

gave another try but now I am stuck at 10%

Without sudo I have this error

[code]volumio@volumio:~/volstereo2mono$ volumio plugin install

This command will install the plugin on your device

Compressing the plugin
Plugin succesfully compressed
/bin/mv: cannot stat ‘*.zip’: No such file or directory
child_process.js:524
throw err;
^

Error: Command failed: /bin/mv .zip /tmp/plugins/volstereo2mono.zip
/bin/mv: cannot stat '
.zip’: No such file or directory

at checkExecSyncError (child_process.js:481:13)
at execSync (child_process.js:521:13)
at install (/volumio/pluginhelper.js:663:9)
at Object.<anonymous> (/volumio/pluginhelper.js:723:9)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.runMain (module.js:604:10)[/code]

Is there any tutorial which explains how to install plugin ?

Hi,
do this

wget https://github.com/balbuze/volumio-plugins/raw/master/plugins/audio_interface/volstereo2mono/volstereo2mono.zip mkdir ./volstereo2mono miniunzip volstereo2mono.zip -d ./volstereo2mono cd ./volstereo2mono volumio plugin install
:wink:

You can see here:
github.com/balbuze/volumio-plug … otconnect2
not for the same plugin, but the method is the same.
Give us a feedback!

EDIT: grilled!

:mrgreen:

it is exactly what I done :

wget github.com/balbuze/volumio-plug … o2mono.zip
unzip volstereo2mono.zip -d volstereo2mono
cd volstereo2mono
volumio plugin install

[code]volumio@volumio:~/volstereo2mono$ volumio plugin install

This command will install the plugin on your device

Compressing the plugin
Plugin succesfully compressed
/bin/mv: inter-device move failed: ‘volstereo2mono.zip’ to ‘/tmp/plugins/volstereo2mono.zip’; unable to remove target: Permission denied
child_process.js:524
throw err;
^

Error: Command failed: /bin/mv *.zip /tmp/plugins/volstereo2mono.zip
/bin/mv: inter-device move failed: ‘volstereo2mono.zip’ to ‘/tmp/plugins/volstereo2mono.zip’; unable to remove target: Permission denied

at checkExecSyncError (child_process.js:481:13)
at execSync (child_process.js:521:13)
at install (/volumio/pluginhelper.js:663:9)
at Object.<anonymous> (/volumio/pluginhelper.js:723:9)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.runMain (module.js:604:10)[/code]

with a sudo i am stuck at the downloading stage

changing directory didn’t help

[code]volumio@volumio:/tmp/plugins/volstereo2mono$ volumio plugin install

This command will install the plugin on your device

Compressing the plugin
Plugin succesfully compressed
/bin/mv: cannot stat ‘*.zip’: No such file or directory
child_process.js:524
throw err;
^

Error: Command failed: /bin/mv .zip /tmp/plugins/volstereo2mono.zip
/bin/mv: cannot stat '
.zip’: No such file or directory

at checkExecSyncError (child_process.js:481:13)
at execSync (child_process.js:521:13)
at install (/volumio/pluginhelper.js:663:9)
at Object.<anonymous> (/volumio/pluginhelper.js:723:9)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.runMain (module.js:604:10)

[/code]

I rechecked,and it works as expected…
No sudo is needed.
What is your device and the version of volumio?

Ok so I deleted all traces I could find of previous attempt, every temp files
rebooted
gave another try
it worked :open_mouth:

:slight_smile: good

Computers and magic… :wink: