Is it possible that the plex library refresh is not working?
I see in the logs following error:
Code: Select all
Notify Plex: [PlexURL]
GET: http://[PlexURL]:32400/library/sections/all/refresh
Server returned HTTP response code: 401 for URL: http://[PlexURL]:32400/library/sections/all/refresh
java.io.IOException: Server returned HTTP response code: 401 for URL: http://[PlexURL]:32400/library/sections/all/refresh
at net.filebot.web.WebRequest.fetch(WebRequest.java:138)
at net.filebot.cli.ScriptShellMethods.get(ScriptShellMethods.java:293)
at Script2$_refreshPlexLibrary_closure3.doCall(Script2.groovy:38)
at Script2$_refreshPlexLibrary_closure3.doCall(Script2.groovy)
at net.filebot.cli.ScriptShellBaseClass.tryLogCatch(ScriptShellBaseClass.java:127)
at Script2.refreshPlexLibrary(Script2.groovy:30)
at Script1$_run_closure79$_closure157.doCall(Script1.groovy:482)
at Script1$_run_closure79$_closure157.doCall(Script1.groovy)
at net.filebot.cli.ScriptShellBaseClass.tryLogCatch(ScriptShellBaseClass.java:127)
at Script1$_run_closure79.doCall(Script1.groovy:481)
at Script1.run(Script1.groovy:479)
at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:62)
at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:72)
at net.filebot.cli.ArgumentProcessor.runScript(ArgumentProcessor.java:114)
at net.filebot.cli.ArgumentProcessor.run(ArgumentProcessor.java:29)
at net.filebot.Main.main(Main.java:120)
Caused by: java.io.IOException: Server returned HTTP response code: 401 for URL: http://[PlexURL]:32400/library/sections/all/refresh
at net.filebot.web.WebRequest.fetch(WebRequest.java:135)
... 15 more
Also when I manually to:
Code: Select all
http://[PlexURL]:32400/library/sections/all/refresh
I suspect it may has something to do with Plex Home as I'm not getting a 401 when I remove all users.
What do you think? Also encountered this problem?
Thanks