Changes between Initial Version and Version 2 of Ticket #11768


Ignore:
Timestamp:
Aug 22, 2013, 12:00:44 PM (11 years ago)
Author:
Raymond Wagner
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11768

    • Property Status changed from new to accepted
    • Property Component changed from MythTV - Mythmetadatalookup to Contributed Scripts & Apps
    • Property Priority changed from major to minor
    • Property Milestone changed from 0.27 to unknown
    • Property Owner set to Raymond Wagner
  • Ticket #11768 – Description

    initial v2  
    11Not sure if this is an api issue but tmdb3.py crashes hard when retrieving details for the ID 116711 (epic). Seems the expected month format is not returned. See below:
     2{{{
    23/usr/share/mythtv/metadata/Movie/tmdb3.py -l en -a CA -D 116711
    34Traceback (most recent call last):
     
    2122    return datetime.date(*[int(x) for x in datestr.split('-')])
    2223TypeError: Required argument 'month' (pos 2) not found
     24}}}