[mythtv-users] tmdb3 wonkiness

Bill Meek keemllib at gmail.com
Wed Sep 16 18:04:02 UTC 2015


On 09/16/2015 12:44 PM, Phil Bridges wrote:
> <         confpath = os.path.join(confdir, 'pytmdb3.cache')
> ---
>> >         confpath = os.path.join(confdir, 'cache', 'pytmdb3.cache')

Forgot that there's now a cache directory in 0.28-pre, so the
version I'm using may not work for you.

It might be worthwhile to remove your tmdb3.cache. I tried it and it failed
like yours:

     /usr/local/share/mythtv/metadata/Movie/tmdb3.py -l en -a US -D 116149
...
     status = status_handlers[data.get('status_code', 1)]
KeyError: 25

Then I ran /usr/local/share/mythtv/metadata/Movie/tmdb3.py -l en -a US -D 11614
(note the missing last digit):

and it worked, as did the original (-D 116149.) And I repeated it
eight times. All returned the same non-errored result.

-- 
Bill


More information about the mythtv-users mailing list