[mythtv-commits] Ticket #11768: tmdb3.py crash on download movie ID 116711 from tmdb

MythTV noreply at mythtv.org
Thu Aug 22 12:00:53 UTC 2013


#11768: tmdb3.py crash on download movie ID 116711 from tmdb
----------------------------------------+-----------------------------
 Reporter:  mythtv@…                    |          Owner:  wagnerrp
     Type:  Bug Report - Crash          |         Status:  infoneeded
 Priority:  minor                       |      Milestone:  unknown
Component:  Contributed Scripts & Apps  |        Version:  Master Head
 Severity:  medium                      |     Resolution:
 Keywords:                              |  Ticket locked:  0
----------------------------------------+-----------------------------
Changes (by wagnerrp):

 * status:  accepted => infoneeded


Comment:

 Are you running a recent version of MythTV? Both master and 0.26 were
 updated a month and a half ago to resolve this issue.
 {{{
 >>> Movie(116711).crew[3].dayofbirth
 /usr/local/lib/python2.7/site-packages/tmdb3/tmdb_api.py:79: Warning:
 "1960" is not a supported date format. Please fix upstream data at
 http://www.themoviedb.org.
   return datetime.date(*[int(x) for x in datestr.split('-')])
 }}}

--
Ticket URL: <http://code.mythtv.org/trac/ticket/11768#comment:3>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list