[mythtv-commits] Ticket #8243: jamu.py crashed with TypeError in _can_int()

MythTV mythtv at cvs.mythtv.org
Mon Mar 29 01:54:04 UTC 2010


#8243: jamu.py crashed with TypeError in _can_int()
----------------------------------------------------+-----------------------
 Reporter:  Marc Randolph <mrand+mythtv@…>          |       Owner:  ijr    
     Type:  defect                                  |      Status:  new    
 Priority:  minor                                   |   Milestone:  unknown
Component:  MythTV - General                        |     Version:  head   
 Severity:  medium                                  |     Mlocked:  0      
----------------------------------------------------+-----------------------
 Forwarding upstream.
 System: mythvideo 0.23.0+fixes23789

 {{{
 Traceback (most recent call last):
   File "/usr/share/mythtv/mythvideo/scripts/jamu.py", line 6394, in
 <module>
     main()
   File "/usr/share/mythtv/mythvideo/scripts/jamu.py", line 6379, in main
     process.processMythTvMetaData()
   File "/usr/share/mythtv/mythvideo/scripts/jamu.py", line 5665, in
 processMythTvMetaData
     if _can_int(meta_dict['inetref']) and not meta_dict['inetref'] ==
 u'00000000' and not meta_dict['inetref'] == '':
   File "/usr/share/mythtv/mythvideo/scripts/jamu.py", line 804, in
 _can_int
     int(x)
 TypeError: int() argument must be a string or a number, not 'NoneType'
 }}}

 I assume the above is enough, but if system logs are needed, they are
 available:
 https://bugs.launchpad.net/mythbuntu/+bug/549352

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/8243>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list