Moode Forum
Check for update failed - 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: Check for update failed (/showthread.php?tid=6280)

Pages: 1 2


RE: Check for update failed - wga22 - 10-18-2024

I am seeing that the script is trying to pull the wrong URL (I think) for install.sh
I am stuck on Release: 8.3.9 2024-02-23
What my code is trying to pull (is a 404)
https://raw.githubusercontent.com/moode-player/updates/main/moode-player/update-$1.zip

What I think it should be based upon navigating through github
https://raw.githubusercontent.com/moode-player/updates/refs/heads/main/moode-player/update9/install.sh

Can someone please confirm I should make this update/change?


RE: Check for update failed - steve4star - 10-18-2024

There is no automatic upgrade from 8.3.9 to 9.x
You need to build a new 9 image as per the release notes.


RE: Check for update failed - wga22 - 10-18-2024

(10-18-2024, 04:49 PM)steve4star Wrote: There is no automatic upgrade from 8.3.9 to 9.x
You need to build a new 9 image as per the release notes.

thank you!