[mythtv-commits] Ticket #12538: Recent change in tmdb3.py making it often fail on country specific requests

MythTV noreply at mythtv.org
Wed Nov 11 17:49:22 UTC 2015


#12538: Recent change in tmdb3.py making it often fail on country specific requests
-----------------------------------------+----------------------------
 Reporter:  hikavdh@…                    |          Owner:  dekarl
     Type:  Patch - Bug Fix              |         Status:  infoneeded
 Priority:  minor                        |      Milestone:
Component:  MythTV - Mythmetadatalookup  |        Version:  0.27.5
 Severity:  medium                       |     Resolution:
 Keywords:  tmdb3.py                     |  Ticket locked:  0
-----------------------------------------+----------------------------

Comment (by natanojl):

 Try changing
 {{{
 except IndexError, ValueError:
 }}}
 to
 {{{
 except (IndexError, ValueError):
 }}}

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


More information about the mythtv-commits mailing list