patrickkfkan / volumio-youtube2

35 stars 7 forks source link

Volumio is unresponsive #11

Closed manmax1 closed 11 months ago

manmax1 commented 1 year ago

Even after update to 1.1.2 beta my volumio is unresponsive .

How can I help ?

lantama70 commented 1 year ago

Same issue here. It corrupted my installation. Had to install newly. Installed the Plugin again. Next corruption.... Ypoutube2 and Youtube Music show the same issues

patrickkfkan commented 1 year ago

ssh into Volumio, type :

cat /data/plugins/music_service/youtube2/node_modules/volumio-youtubei.js/package.json

What are the results?

lantama70 commented 1 year ago

Your recent update fixed the issue. Many thanks !

Tea-pot commented 11 months ago

I assume this is related, in my case I was starting from scratch - fresh img on 32GB SDHC - volumio 3 ( updated before install )

this is what was happened: `volumio@volumio:~/youtube2$ 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/youtube2.zip Progress: 30 Status :Creating install location Downloading plugin at http://127.0.0.1:3000/plugin-serve/youtube2.zip
END DOWNLOAD: http://127.0.0.1:3000/plugin-serve/youtube2.zip
Creating install location Progress: 40 Status :Unpacking plugin Downloading plugin at http://127.0.0.1:3000/plugin-serve/youtube2.zip
END DOWNLOAD: http://127.0.0.1:3000/plugin-serve/youtube2.zip
Creating install location
Unpacking plugin Progress: 50 Status :Checking for duplicate plugin Downloading plugin at http://127.0.0.1:3000/plugin-serve/youtube2.zip
END DOWNLOAD: http://127.0.0.1:3000/plugin-serve/youtube2.zip
Creating install location
Unpacking plugin
Checking for duplicate plugin Progress: 60 Status :Copying plugin to location Downloading plugin at http://127.0.0.1:3000/plugin-serve/youtube2.zip
END DOWNLOAD: http://127.0.0.1:3000/plugin-serve/youtube2.zip
Creating install location
Unpacking plugin
Checking for duplicate plugin
Copying plugin to location Progress: 70 Status :Installing necessary utilities Downloading plugin at http://127.0.0.1:3000/plugin-serve/youtube2.zip
END DOWNLOAD: http://127.0.0.1:3000/plugin-serve/youtube2.zip
Creating install location
Unpacking plugin
Checking for duplicate plugin
Copying plugin to location
Installing necessary utilities Progress: 70 Status :Installing necessary utilities Downloading plugin at http://127.0.0.1:3000/plugin-serve/youtube2.zip
END DOWNLOAD: http://127.0.0.1:3000/plugin-serve/youtube2.zip
Creating install location
Unpacking plugin
Checking for duplicate plugin
Copying plugin to location
Installing necessary utilities
YouTube2 plugin installed Progress: 90 Status :Finalizing installation Downloading plugin at http://127.0.0.1:3000/plugin-serve/youtube2.zip
END DOWNLOAD: http://127.0.0.1:3000/plugin-serve/youtube2.zip
Creating install location
Unpacking plugin
Checking for duplicate plugin
Copying plugin to location
Installing necessary utilities
YouTube2 plugin installed
Finalizing installation Progress: 100 Status :YouTube2 Successfully Installed, Do you want to enable the plugin now? Downloading plugin at http://127.0.0.1:3000/plugin-serve/youtube2.zip
END DOWNLOAD: http://127.0.0.1:3000/plugin-serve/youtube2.zip
Creating install location
Unpacking plugin
Checking for duplicate plugin
Copying plugin to location
Installing necessary utilities
YouTube2 plugin installed
Finalizing installation
Finalizing installation ^C volumio@volumio:~/youtube2$ volumio plugin update

This command will update the plugin on your device

Compressing the plugin Plugin succesfully compressed Progress: 10 Status :Downloading plugin Progress: 20 Status :Plugin stopped Progress: 30 Status :Creating install location Progress: 40 Status :Unpacking plugin Progress: 60 Status :Updating plugin files Progress: 70 Status :Installing necessary utilities Progress: 70 Status :Installing necessary utilities Progress: 90 Status :Finalizing installation Progress: 100 Status :Successfully updated plugin `

yt2issue

Plugin does not work, I was able to use it on my old build. I spent already couple of days trying to fix it, unfortunately all my efforts ends the same way, as shown above.

any thoughts? Thank you in advance. Node v18.17.0 npm 9.8.1

patrickkfkan commented 11 months ago

This is a separate issue.

What do the logs show when you enable the plugin?

$ journalctl -f -u volumio

Also, why are you using Node v18? Volumio 3 runs on Node v14, so the plugin might not be compatible with higher Node versions. But in any case, the logs should show the cause of failure.

Tea-pot commented 11 months ago

@patrickkfkan just to let you know - all works, I should have started from scratch at very first sight of weird issue. Plugin works perfectly - no issue with installation, no issue with performance - I just have downloaded fresh img latest build - Volumio-3.512-2023-06-25-pi and everything runs perfectly. Thank you for your time.

deleted previous logs - non essential.

patrickkfkan commented 11 months ago

Good to know ~ I'll close this issue for now.