The Issue is still there with mythtv 0.27 on ubuntu 12.04...
$ /usr/share/mythtv/metadata/Movie/tmdb3.py -l en -a US -D 99151
Traceback (most recent call last):
File "/usr/share/mythtv/metadata/Movie/tmdb3.py", line 303, in <module>
main()
File "/usr/share/mythtv/metadata/Movie/tmdb3.py", line 297, in main
buildSingle(args[0], opts)
File "/usr/share/mythtv/metadata/Movie/tmdb3.py", line 52, in buildSingle
if getattr(movie, j):
File "/usr/lib/python2.7/dist-packages/MythTV/tmdb3/util.py", line 153, in __get__
self.poller.__get__(inst, owner)()
File "/usr/lib/python2.7/dist-packages/MythTV/tmdb3/util.py", line 70, in __call__
if not self.apply(req.readJSON(), False):
File "/usr/lib/python2.7/dist-packages/MythTV/tmdb3/cache.py", line 118, in __call__
data = self.func(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/MythTV/tmdb3/request.py", line 128, in readJSON
handle_status(data, url)
File "/usr/lib/python2.7/dist-packages/MythTV/tmdb3/request.py", line 167, in handle_status
raise status
MythTV.tmdb3.tmdb_exceptions.TMDBRequestInvalid: Invalid id - The pre-requisite id is invalid or not found.
The Issue is still there with mythtv 0.27 on ubuntu 12.04... mythtv/ metadata/ Movie/tmdb3. py -l en -a US -D 99151 mythtv/ metadata/ Movie/tmdb3. py", line 303, in <module> mythtv/ metadata/ Movie/tmdb3. py", line 297, in main (args[0] , opts) mythtv/ metadata/ Movie/tmdb3. py", line 52, in buildSingle python2. 7/dist- packages/ MythTV/ tmdb3/util. py", line 153, in __get__ poller. __get__ (inst, owner)() python2. 7/dist- packages/ MythTV/ tmdb3/util. py", line 70, in __call__ req.readJSON( ), False): python2. 7/dist- packages/ MythTV/ tmdb3/cache. py", line 118, in __call__ python2. 7/dist- packages/ MythTV/ tmdb3/request. py", line 128, in readJSON status( data, url) python2. 7/dist- packages/ MythTV/ tmdb3/request. py", line 167, in handle_status tmdb3.tmdb_ exceptions. TMDBRequestInva lid: Invalid id - The pre-requisite id is invalid or not found.
$ /usr/share/
Traceback (most recent call last):
File "/usr/share/
main()
File "/usr/share/
buildSingle
File "/usr/share/
if getattr(movie, j):
File "/usr/lib/
self.
File "/usr/lib/
if not self.apply(
File "/usr/lib/
data = self.func(*args, **kwargs)
File "/usr/lib/
handle_
File "/usr/lib/
raise status
MythTV.