Moode Forum
[PROBLEM] System update function doesn't see new version - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7)
+--- Thread: [PROBLEM] System update function doesn't see new version (/showthread.php?tid=5332)



System update function doesn't see new version - staxas - 01-24-2023

A check of the software version returns 'Software up to date' when running version 8.2.0 and 8.2.5 being available. I had this problem before, and the only solution was a manual reinstall (reflashing the card). I would rather not do this. 

Pi-hole instance has been disabled to check if this might be the cause, it does not seem to be.


RE: System update function doesn't see new version - Tim Curtis - 01-24-2023

The symptom suggests a network issue.

You could try manual update via command line.

Code:
sudo /var/www/util/system-updater.sh moode-player



RE: System update function doesn't see new version - staxas - 01-24-2023

(01-24-2023, 02:14 PM)Tim Curtis Wrote: The symptom suggests a network issue.

You could try manual update via command line.

Code:
sudo /var/www/util/system-updater.sh moode-player

Running the above line results in:

Code:
Downloading package [update-moode-player.zip]
Package not found, update cancelled

Going to
Code:
https://raw.githubusercontent.com/moode-player/updates/main/moode-player
results in a 404 error message.


RE: System update function doesn't see new version - Tim Curtis - 01-24-2023

Try

Code:
sudo /var/www/util/system-updater.sh moode



RE: System update function doesn't see new version - staxas - 01-24-2023

(01-24-2023, 04:41 PM)Tim Curtis Wrote: Try

Code:
sudo /var/www/util/system-updater.sh moode

That did it, thank you. Saved the command to a script.


RE: System update function doesn't see new version - staxas - 06-18-2024

Bumping my old thread, since I am having the same problem, but now with update from 8.3.9 to 9.0.2. The terminal command above does not seem to work for major version updates.


RE: System update function doesn't see new version - steve4star - 06-18-2024

See the Announcements thread for v9. 

You can backup and restore config, but there is no upgrade from v8 to v9.


RE: System update function doesn't see new version - DRONE7 - 06-18-2024

(06-18-2024, 06:38 AM)staxas Wrote: Bumping my old thread, since I am having the same problem, but now with update from 8.3.9 to 9.0.2. The terminal command above does not seem to work for major version updates.

The 9 series is based on the new RPi release of Bookworm and so a new  install is needed.
https://moodeaudio.org/


RE: System update function doesn't see new version - staxas - 06-18-2024

Check, thanks