41
Preview Build Discussion / Re: bugs in version 1.99.45.23528
« Last post by dro on January 24, 2026, 03:58:51 PM »I've now had a proper look into this & one of the services I'm trying to use is much slower to respond (seems they've introduced rate limiting) along with what I'm sending to it having an issue with one of the query parameters causing it to always fail those requests but also just takes a comparatively long time for it to fail. Lowering the timeout would avoid some of that but would then be more likely to never get a result back which means it'll be slow & not get anything which isn't great so other than the parameter fix that'll have to remain as-is.
With the request queue handling I've now made changes that'll remove anything that's still pending from a prior request (the one still being actioned won't abort at the moment though I may still look into that) which along with fixing the lyrics plug-in not double-checking what playlist item the handled request is coming back in from should resolve the main issue of it gradually showing the wrong information when it can be obtained.
There's still going to be a potential lag due to the initial processing vs any caching that might have already been attempted but it hopefully shouldn't now cycle through however many files might've been quickly spun through as you described was happening.
With the request queue handling I've now made changes that'll remove anything that's still pending from a prior request (the one still being actioned won't abort at the moment though I may still look into that) which along with fixing the lyrics plug-in not double-checking what playlist item the handled request is coming back in from should resolve the main issue of it gradually showing the wrong information when it can be obtained.
There's still going to be a potential lag due to the initial processing vs any caching that might have already been attempted but it hopefully shouldn't now cycle through however many files might've been quickly spun through as you described was happening.
Recent Posts