IMDb Top 250 | Unknown Error: HTTPConnectionPool(redacted): Read timed out. (read timeout=60) #1313
Answered
by
chazlarson
Alex-Lee-Myers
asked this question in
Q&A
-
My IMDb Top 250 keeps erroring out continually, and it's my only error I'm running into (aside from not having configured Trakt yet). Below is a log of that section that ends up erroring out. |
Beta Was this translation helpful? Give feedback.
Answered by
chazlarson
Feb 15, 2023
Replies: 1 comment 1 reply
-
First thing to try would be to extend the plex timeout in plex:
url: http://192.168.1.12:32400
token: ####################
timeout: 60 # <<< change this to a larger number
clean_bundles: true
empty_trash: true
optimize: false |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Alex-Lee-Myers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First thing to try would be to extend the plex timeout in
config.yml
. There's not much PMM can do about a timeout other than waiting longer.