Correct, it seems to be “broken” from my perspective. You had a good idea, I uninstalled the app and reinstalled, but unfortunately it did not solve the problem.
Here’s a portion of the log which is probably relevant, this was with my iPad. It seems there is an unexpected character passed on to JSON, resulting in a parse error.
Aug 06, 2025 22:29:27.419 [Javascript] INFO - Networking: Error parsing JSON from request 175: 500 JSON Parse error: Unexpected character
This is a bigger portion of the log, you can see that the genre is loaded, but the folder results in an error.
192-168-1-252.fbca1dc703444ae3a69b3318059fa8f2.plex.direct:32400/library/sections/14/genre?type=8&includeFields=thumbBlurHash&X-Plex-Device-Name=iPad) with code 200 (have 363 bytes) in 896 ms.
Aug 06, 2025 22:29:27.210 [0x6fe83000] DEBUG - Networking: Completed request 171: (GET https://192-168-1-252.fbca1dc703444ae3a69b3318059fa8f2.plex.direct:32400/library/sections/14/genre?type=9&includeFields=thumbBlurHash&X-Plex-Device-Name=iPad) with code 200 (have 364 bytes) in 960 ms.
Aug 06, 2025 22:29:27.417 [0x6fe83000] DEBUG - Networking: Completed request 175: (GET https://192-168-1-252.fbca1dc703444ae3a69b3318059fa8f2.plex.direct:32400/library/sections/14/folder?parent=-1&includeFields=thumbBlurHash&X-Plex-Device-Name=iPad) with code 500 (have 109 bytes) in 1167 ms.
Aug 06, 2025 22:29:27.419 [Javascript] INFO - Networking: Error parsing JSON from request 175: 500 JSON Parse error: Unexpected character: < Aug 06, 2025 22:29:27.419 [Javascript] INFO - Error loading: get https://192-168-1-252.fbca1dc703444ae3a69b3318059fa8f2.plex.direct:32400/library/sections/14/folder?parent=-1&includeFields=thumbBlurHash&X-Plex-Device-Name=iPad: HTTP status 500 Aug 06, 2025 22:29:27.558 [0x6fe83000] DEBUG - Networking: Completed request 11: (GET http://192.168.1.167:32500/resources) with code -28 (have 0 bytes) in 15005 ms.
I’ve decided to take a look at the server side, and guess what… I think that PlexAmp is OK, I’m having a problem on the server side. When I click on my Music library by default I see the “Recommended” menu and everything is fine. If I click on Library I get the following message: “Something went wrong An unexpected error occurred.”
My log is fairly long and I see there are many files in the ZIP file. I’ll try to figure out which file in the log could point to the problem.
In the meantime, I’ve decided on the Plex Web server side to go to Manage Library → Refresh All Metadata. We’ll see if this could fix the problem.