The "refresh" URL appears to be broken

Server Version#: 1.32.7.7571
Player Version#: n/a

I have a script that manually moves some files into my Plex library file system and at the end, it will trigger a refresh on the library to integrate the newly moved files. I just noticed that the refresh command in particular is generating a 404 error while a command like empty trash still works fine.

bergang@hda:~/movies_gh$ curl -s -X PUT -H "X-Plex-Token: XXXXXXXXXXX" http://192.168.1.250:32400/library/sections/21/emptyTrash
bergang@hda:~/movies_gh$ curl -s -X PUT -H "X-Plex-Token: XXXXXXXXXXX" http://192.168.1.250:32400/library/sections/21/refresh
<html><head><title>Not Found</title></head><body><h1>404 Not Found</h1></body></html>bergang@hda:~/movies_gh$

GET requests still work, but PUT seems to have stopped working in 1.32.7.*:

Refresh endpoint PUT/POST requests started throwing 404s in version 1.32.7.7484 - Plex Media Server / Plex Pass Betas - Plex Forum

Thanks for the heads up… I modified my scripts accordingly.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.