Opened 7 months ago
#13645 new Patch - Bug Fix
extend metadatagrabber timeout to 3 minutes
Reported by: | bhulsken | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | needs_triage |
Component: | MythTV - General | Version: | Master Head |
Severity: | medium | Keywords: | metadatagrabber timeout |
Cc: | bhulsken@… | Ticket locked: | no |
Description
pull request 199 on github, https://github.com/MythTV/mythtv/pull/199/commits/e17de9cd618838e14081322051b199e278100c2b
ttvdb and tmdb are sometimes quite slow to respond to queries, and the 60 seconds timeout is really too short. Extending it to 180s (3 minutes) solves issues for me, and allow fetching of metadata for all movies / series in my library (which are many).
I have a very fast (fiber) internet connection, so the issue is not my connection, also multiple reports on this issue can be found on the web. For some reason, slower replies of tmdb seem linked to certain movies. Meaning that some queries yield a reply in less than 60 seconds, yet consistent repeated queries for certain movies never return a result within 60 seconds.