Update nothing happens

currently using version 2.129, when i hit Check Update nothing happens

how to update mannually? using the x86 version
can i update on the command line?

You can upgrade your system from the command line, not sure about Volumio though, doesn’t appear to have a .deb package.

[spoiler]From the settings check Network and note the IP. From a UNIX shell running ssh use the following command:

ssh <ip_address> -l volumio

Default password is volumio.

Then run the following command to upgrade your whole system:

sudo apt update && sudo apt dist-upgrade && sudo apt autoremove [/spoiler]

Assuming you’ve read or tried these steps volumio.github.io/docs/User_Man … dates.html do that whilst tailing the logs.

Login using the method posted above. Then run the command below and THEN hit the update check / upgrade button, and see what happens:-

sudo tail -f /var/log/volumio.log

Ctrl-C to cancel that command, and Ctrl-D to quit the SSH shell session.

this is the message i get

[code] - info: Sending updateCheck to server

  • info: Update Check error: [object Object][/code]

any ideas?