Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error 500 but only when trying to access the albums tab through Finamp #868

Open
ch0ccyra1n opened this issue Sep 6, 2024 · 3 comments
Open

Comments

@ch0ccyra1n
Copy link

I noticed a peculiar issue shortly after updating my Jellyfin server to the latest version. Finamp is unable to fetch a response for a GET request after I log-in (which goes fine without any issues).

Error on Finamp: Could not fetch the response for GET http://192.168.1.161:8096/Users/04d52ff023f64c598efd9c70d5c3519d/Items?IncludeItemTypes=MusicAlbum&ParendId=7e64e319657a9516ec78490da03edccb&Recursive=true&SortBy=SortName&SortOrder=Ascending&Fields=ChildCount%2CDateCreated%2CDateLastMediaAdded%2CETag%2CGenres%2CIndexNumber%2CParentId%2CProviderIds%2CTags%2CalbumPrimaryImageTag%2CparentPrimaryImageItemId%2CsongCount&StartIndex=0&Limit=100. Status code: 500, error: Error processing request.

There are absolutely no issues like this for me when using other clients or the webapp. For reference, I used both the latest stable and prerelease versions of Finamp and got the exact same error.

@MustThinkOfAName
Copy link

Error 500 seems to indicate the error comes from your server. Do you have any errors in your Jellyfin logs that you can share?

I'm currently running 10.9.10 and 0.9.9 flawlessly.

A hint; maybe you could try running an empty library; see if there is still a bug; add a file; and see when the bug occurs?

@Chaphasilor
Copy link
Collaborator

Error 500 in Jellyfin ususally indicates a bad request by the client, which confuses the server and results in an error.

Could it be that thw ID of your library changed for some reason? Try logging out in Finamp, and then back in, or even just going to the "Select Music Libraries" page and re-selecting your library.

@ch0ccyra1n ch0ccyra1n changed the title Error 500 but only when connecting through Finamp Error 500 but only when trying to access the albums tab through Finamp Sep 16, 2024
@ch0ccyra1n
Copy link
Author

I was messing around and was able to determine that this error 500 only occurs when trying to access the albums through the albums tab. If I for example use the artists tab, it will still properly list all artists, and I can access an album from a given artist through that. This has me suspecting that it's a malformed GET request in this specific instance of trying to get the list of all albums. I have renamed this issue accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants