@Radiccio I'm running Navidrome 0.60.3.
As a developer myself I'm pretty confident the diagnostic log has nothing in it related to that failure even after clicking the "Try Again" button; it's short and 90% of it is about checking subscription status, but can email if that still helps.
Since my last post I also noticed track times for Opus files (at least via Navidrome) are being reported as longer than they actually are, even though they play fine.
@josh Thanks. I was hoping to find out which endpoint is causing the issue, although that's a shot in the dark - the logging system is not very reliable (it's on my list...)
I'm guessing you're on the Overview tab. Do other tabs work?
Overview by default loads albums, so it's most likely the getAlbumList2 endpoint. `duration` is a required field per spec so it's surprising that the latest Navidrome would not be returning it. If I could confirm for sure, I'd probably report the bug to them.
@josh This was very helpful, thank you!
Good news: Looks like the Navidrome folks are fixing it on their end: https://github.com/navidrome/navidrome/pull/5217