Bugzilla – Bug 14583
7.4.1 r28775 beta - incorrect controller firmware update URL
Last modified: 2011-05-10 14:22:29 UTC
The latest 7.4.1 beta of Squeezeboxserver (r28775) results in Duet controller firmware update errors because the download URL is incorrect. The error message is: Slim::Utils::Firmware::downloadAsyncError (557) Warning: Firmware: Failed to download http://update.mysqueezebox.com/update/firmware/7.4.1/jive_7.4.1_r7832.bin (404 Not Found) The correct download URL should be: http://update.mysqueezebox.com/update/firmware/7.4.1/jive_7.4.1_r7834.bin
Thanks for the bug report. This type of miss match happens when the .version file in your local cache updated before the server has finished uploading the proper .bin file A few lines below the error message you posted should also be a 'will retry in xx minutes' message. This indicates that the server knows the files are out of sync and will attempt a download later.
Hi James Thanks for that. I was just wondering why it was looking for jive_7.4.1_r7832.bin when it should be looking for jive_7.4.1_r7834.bin .. ? Simon (In reply to comment #1) > Thanks for the bug report. This type of miss match happens when the .version > file in your local cache updated before the server has finished uploading the > proper .bin file > > A few lines below the error message you posted should also be a 'will retry in > xx minutes' message. This indicates that the server knows the files are out of > sync and will attempt a download later.
Fixed in 7.6 Closing