You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2025. It is now read-only.
Sometimes, plex can have corrupt metadata for related items which results in the default item metadata API, with includeRelated=1, to take a long time or fail altogether. Since the plex clients call this metadata API before starting playback, any error here results in playback failing too. And if playback of the same item is attempted multiple times, it can cause the Plex CPU usage to shoot up and result in everything failing.
Trying to override the parameter from Nginx or HAProxy has caused other issues, presumably because it results in the the Related section of the response being missing altogether rather than simply being empty.