Server Version#: 1.40.3.8555
Player Version#: 4.10.1
Hello! I am not sure where the problem is, but in Plexamp (both on macOS, and iOS) the “Most listened in ” section is empty. Or, to say it better, I can see it shows albums on the home:
During my lunch break I played a bit with cURL to try to understand better the issue. I tried every API in the Library’s API Reference and they all works. Even /library/all works correctly. But the moments that I add the top thing, I get a 404 (out of “desperation” I tried type from 0 to 9 )
(PS: If I don’t set type I get Bad Request as expected)
For the Pixelamp interaction is the same. I tried moving around in different time intervals: same result. I also manually messed with the endpoint timestamps, with no difference.
Jul 02, 2024 15:12:21.723 [0x6fea7000] DEBUG - Networking: Completed request 11032: (GET https://192-168-1-156.862f6dabea534c7995d52ab2483b0f65.plex.direct:32400/library/all/top?type=9&librarySectionID=1&viewedAt%3E=1718575200&viewedAt%3C=1719179999&limit=26&accountID=1&excludeFields=summary&includeFields=thumbBlurHash&X-Plex-Device-Name=tethys) with code 404 (have 85 bytes) in 3 ms.
Jul 02, 2024 15:12:21.737 [Javascript] INFO - Networking: Error parsing JSON from request 11032: 404 Unexpected token '<', "<html><hea"... is not valid JSON
Jul 02, 2024 15:12:21.737 [Javascript] INFO - Error loading: get https://192-168-1-156.862f6dabea534c7995d52ab2483b0f65.plex.direct:32400/library/all/top?type=9&librarySectionID=1&viewedAt%3E=1718575200&viewedAt%3C=1719179999&limit=26&accountID=1&excludeFields=summary&includeFields=thumbBlurHash&X-Plex-Device-Name=tethys: HTTP status 404
But, it is not surprising because the “basic” endpoint doesn’t seems to work as well.
I’ll try again later today. I’ll start with rebooting/reinstalling the server and all the classics.