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$