[mythtv-users] tmdb3 wonkiness

Bill Meek keemllib at gmail.com
Fri Sep 11 21:14:21 UTC 2015


On 09/11/2015 03:52 PM, Phil Bridges wrote:
...
>>If I manually run "/usr/share/mythtv/metadata/Movie/tmdb3.py -l en -a US
>>-D 116149", I get:
>>
>>Traceback (most recent call last):

...
>>   File "/usr/lib64/python2.7/site-packages/MythTV/tmdb3/request.py", line 163, in handle_status
>>     status = status_handlers[data.get('status_code', 1)]
>>KeyError: 25

I ran the above (in 0.28-pre) and got

   File "/usr/local/lib/python2.7/dist-packages/MythTV/tmdb3/request.py", line 163, in handle_status
     status = status_handlers[data.get('status_code', 1)]

Then I remembered that my programs live in /usr/local/... e.g:

      /usr/local/share/mythtv/metadata/Movie/tmdb3.py

Which works OK. Possibly, you've got the wrong version of tmdb3.py.
I also ran without the -l and -a options in between tests.

-- 
Bill


More information about the mythtv-users mailing list