couldnt reach local plex server at server address: http://localhost:32400 - or this library really is empty #205
Replies: 1 comment 6 replies
-
|
Now this is how debugging should be done! Thanks for your detailed description! :) Inside plex_debrid, could you go to /Settings/UI Settings/debug printing/ and set it to "true"? Perhaps there is a more detailed log available, that could give us a hint to what's going wrong. What version of plex_debrid are you running? The settings 'Plex "movies" library' and 'Plex "shows" library' are deprecated since V2.10 - but it sounds like you did do a clean download/reinstall, so I'm assuming you are up to date. Other than that I would have recommended exactly what you already did. The request to plex did take a bit of time, but the plex_requests are set to time out after 30 seconds, so that shouldn't be an issue. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello All,
plex_debrid has started throwing an error when attempting to run.
Note: Plex_debrid was previously running with the current settings/configuration. I also noted the other similar discussion; however, the issue is unrelated as /web was appended to the plex server address in that discussion.
Configuration:
-OS: Server 2012 R2
-Python 3.9.1
-Plex Version 1.29.0.6244
-Both Plex and plex_debrid are running from the same host on the host OS (not virtualized)
-"Plex server address": "http://localhost:32400"
-"Plex "movies" library": "2",
-"Plex "shows" library": "4",
plex_debrid is throwing the following error:
-[plex] getting entire plex library ... done
-[plex error] couldnt reach local plex server at server address: http://localhost:32400 - or this library really is empty
Plex logs show connection attempts from 127.0.0.1:
-Request: [127.0.0.1:49472 (Loopback)] GET /library/all (12 live) #bd9f4 GZIP Signed-in Token (username removed) (Home Server)
-[Req#1be0eb] It took 3984.375000 ms to retrieve 19657 items.
-Completed after connection close: [127.0.0.1:49472] 200 GET /library/all (10 live) GZIP 37041ms 65536 bytes (pipelined: 1)
Troubleshooting:
-Reboot (yes, I turned it off then on)
-Clean download/install
-Removed setting.json and setup
-Loaded from VM and adjusted plex server address to IP
-Downgrade of Plex server
-Upgrade of Plex server
-Access Plex at localhost:32400
Any help is very much appreciated. THX!
Beta Was this translation helpful? Give feedback.
All reactions