[mythtv-users] [Bulk] mythnetvision - unable to view certain    channels

Tim Draper veehexx at zoho.com
Sun Jul 19 19:10:33 UTC 2015



---- On Sun, 19 Jul 2015 15:52:05 +0100 Hika van den Hoven<hikavdh at gmail.com> wrote ---- 
 > > I checked further and the error comes from a missing regioncode. 
 > > Change line 174 
 >  
 > > 173        region = self.userPrefs.find("region") 
 > > 174        if region != None: 
 > > 175            self.config['region'] = region.text 
 > > 176        else: 
 > > 177            self.config['region'] = u'us' 
 >  
 > > to: 
 >  
 > >         if region.text != None: 
 >  
 > or beter to: 
 >  
 >         if region != None and region.text: 
 >  
 >  
 > Tot mails, 
 >   Hika Alina Maria van den Hoven                            mailto:hikavdh at gmail.com 

Thanks Hika - i replaced the youtube_api.py script line 174 with 'if region != None and region.text:', and it's working for the Browse internet video section.
Searching for content still results in no results being returned via mythfrontend. the same term returns content via ssh.

any ideas for that?



More information about the mythtv-users mailing list