host:32400/library/all URL stopped working

i just upgraded to 2.12.6 and i use to be able to do a host:32400/library/all to get all the metadata for ALL sections. but after the upgrade i get a server 500 error. something changed where i cannot use an all to get everything. is there another way to get all metadata instead of looping thru each section to get section ID’s?

Just upgraded what to 2.12.6?

@kegobeer-plex

I think OP is talking about the webclient here

@augner

Never ever heard about a call like that, and even if it used to work, I for sure am gled it doesn’t now :wink:
A call like that would drain all power out of the PMS until done.

So instead, tell us what you are trying to do

/T

it’s PMS that i run this against. i have over 1300+ movies in my collection. i run a script to check if i have duplicate movies and also check against movies that i’m about to add if there are versions i already have that is already at a higher resolution. I run that request against 1300 movie collection and it returns the content as xml within 1-2 seconds. there no drain on my PMS. so now i have a server 500 error running the same request. hopefully that explains it better. thanks.

Change URL to:

PMS_IP:32400/library/all?type=1

/T

yes. thank you for this!!