April 2024 releases: 29.0.0 RC5 / 28.0.5 RC1 / 27.1.9 RC1

We released the latest releases candidates for Nextcloud 27, 28 and 29 :rocket:

Last chance to test them before final release next week :star2:

Downloads

Changelogs

29.0.0 RC5

28.0.5 RC1

27.1.9 RC1

5 Likes

Last release candidate, last chance to get the translations straight:

and check if all your preferred apps are ready for NC 29:

There was an issue in the serverinfo app that was fixed, and that fix made it in the RC5 release of the app:

However, I just updated to the RC5 release, and it seems that this rc5-tagged version of server info is not shipped with it (there is still the bug). For me it shows that it is version
serverinfo: 1.19.0

not sure if it was not packaged right?

Since the update to 29rc5 my log has been spammed with messages:

{"reqId":"FqbCylr6DFncBoZs4tgz","level":3,"time":"2024-04-20T02:59:08+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Trying to access array offset on value of type null at /var/www/nextcloud/3rdparty/wapmorgan/mp3info/src/Mp3Info.php#397","userAgent":"--","version":"29.0.0.18","data":{"app":"PHP"},"id":"662852d6a356a"}
{"reqId":"FqbCylr6DFncBoZs4tgz","level":3,"time":"2024-04-20T02:59:08+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Undefined array key 4 at /var/www/nextcloud/3rdparty/wapmorgan/mp3info/src/Mp3Info.php#397","userAgent":"--","version":"29.0.0.18","data":{"app":"PHP"},"id":"662852d6a3587"}

{"reqId":"FqbCylr6DFncBoZs4tgz","level":3,"time":"2024-04-20T02:59:08+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Trying to access array offset on value of type null at /var/www/nextcloud/3rdparty/wapmorgan/mp3info/src/Mp3Info.php#388","userAgent":"--","version":"29.0.0.18","data":{"app":"PHP"},"id":"662852d6a35a0"}
{"reqId":"FqbCylr6DFncBoZs4tgz","level":3,"time":"2024-04-20T02:59:08+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Undefined array key 4 at /var/www/nextcloud/3rdparty/wapmorgan/mp3info/src/Mp3Info.php#388","userAgent":"--","version":"29.0.0.18","data":{"app":"PHP"},"id":"662852d6a35b6"}

etc. It’s not obvious where to report this on github.

and

If there was a specific app, I’d post it in that app. Here the path is the 3rd-party folder from the main repository, so I’d put it there: Issues · nextcloud/server · GitHub

Regarding mp3info [Bug]: Tons of errors generated from /app/www/public/3rdparty/wapmorgan/mp3info/ · Issue #44573 · nextcloud/server · GitHub

I think the problem is in lib/private/Preview/MP3.php and there
use wapmorgan\Mp3Info\Mp3Info;
and the code for preview generation.

Maybe you can disable MP3 preview in config/config.php or wait for a new version. Sorry i do not use the feature. I only listen to radio :wink: . Maybe i am wrong.

and NC29 was released:

Thanks for all the contributions to this new release :clap: