Release plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners
Hi,

I'm having a strange problem and wanted to see if anyone else seen it, or even has a solution. I have two PI's with Libreelec setup and TMDB Helper 4.2.10. On both I have added the same OMDB API Key (which is working fine, I tried it via Browser), but I do receive in TMDB Helper Connection Error Messages (to OMDB API) so I'm not able to see some of the ratings. This is a snippet of the relevant log line, there's nothing more above or below that regarding this issue:

Code:
2021-01-28 14:52:30.282 T:1786553216  NOTICE: LoadJpeg: unable to load special://skin/extras/backgrounds/mountains3.jpg
2021-01-28 14:53:30.965 T:1583313792  NOTICE: script.xbmcbackup-1.1.3: scheduler enabled, finding next run time
2021-01-28 14:53:30.970 T:1583313792  NOTICE: script.xbmcbackup-1.1.3: scheduler will run again on 01-30-2021 03:00
2021-01-28 14:54:00.954 T:966783872  NOTICE: [plugin.video.themoviedb.helper]
                                            ConnectionError: HTTPConnectionPool(host='www.omdbapi.com', port=80): Read timed out. (read timeout=10)
                                            Suppressing retries for 1 minute

Naturally I would assume something is blocked/requests are not getting answered in time but I can query the api properly from both machines with a quick test:
Code:
Libreelec:~ # curl 'http://www.omdbapi.com/?i=tt3896198&apikey=myapikey'
{"Title":"Guardians of the Galaxy Vol. 2","Year":"2017","Rated":"PG-13","Released":"05 May 2017","Runtime":"136 min","Genre":"Action, Adventure, Comedy, Sci-Fi","Director":"James Gunn ..."
Additionally using ping to reach the host doesn't show anything unusual (response time wise).

Hitting the 1000 req/day limit should also be out of the question because I can query the api and receive information back (as seen above). I'm using the same with metadatautils and Arctic Horizon, no problems there.

Any idea? Would be appreciated.
Reply


Messages In This Thread
RE: TheMovieDB Helper - by jurialmunkey - 2019-07-31, 11:47
RE: plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners - by D-m-x - 2021-01-28, 18:04
Logout Mark Read Team Forum Stats Members Help
plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners2