What type of hardware are you using: Old laptop or computer What YunoHost version are you running: 11.2.30.2 What app is this about: AirSonic Advanced
Describe your issue
Warning message from root that AirSonic Advanced is no longer in the catalogue. No notice here that I can find that it has been removed and why.
Is this another app, like Piwigo, that has bitten the dust?
I know that its volunteers that make all this possible for which like many others we are truely greatful, but a little warning and a reason might be in order so that as simple users, we can seek an alternative.
It’s still in the catalogue, it’s just marked as broken by our automatic tests
The warning you are seeing is the warning … and the reason is “it fails our automatic tests”, which can be due to a wide range of reason from “some dependency disappeared”, “the upstream source disappeared”, “some technical issue because library or whatever”, etc …
Digging in the automatic tests : the reason is we recently upgraded our automatic tests to check for additional things, in particular the return code on the home page of the app, expected to be 200, but this specific app returns 401, which is unorthodox but we can still adapt the tests.toml of the app to expect this - somebody just need to give the app some love