[mythtv-commits] Ticket #6242: A "grabber" query engine for thetvdb.com - based on tmdb.pl functionality

MythTV mythtv at cvs.mythtv.org
Thu Apr 9 04:11:05 UTC 2009


#6242: A "grabber" query engine for thetvdb.com - based on tmdb.pl functionality
------------------------------------+---------------------------------------
 Reporter:  r.d.vaughan at rogers.com  |        Owner:  awithers
     Type:  enhancement             |       Status:  assigned
 Priority:  minor                   |    Milestone:  unknown 
Component:  Plugin - MythVideo      |      Version:  unknown 
 Severity:  low                     |   Resolution:          
  Mlocked:  0                       |  
------------------------------------+---------------------------------------

Comment(by Marc Tousignant <drayson at net1plus.com>):

 Simillar issues with Denno Coil 1 1

 Traceback (most recent call last):
   File "./ttvdb.py", line 1086, in <module>
     main()
   File "./ttvdb.py", line 967, in main
     Getseries_episode_data(t, opts, series_season_ep,
 language=opts.language)
   File "./ttvdb.py", line 620, in Getseries_episode_data
     print u'%s%s' % (data_titles[index], key_values[index])
   File "./ttvdb.py", line 334, in write
     self.out.write(obj.encode(self.encoding))
 UnicodeEncodeError: 'ascii' codec can't encode character u'\u201c' in
 position 18: ordinal not in range(128)

 The Melancholy of Haruhi Suzumiya 1 3

 Traceback (most recent call last):
   File "./ttvdb.py", line 1086, in <module>
     main()
   File "./ttvdb.py", line 967, in main
     Getseries_episode_data(t, opts, series_season_ep,
 language=opts.language)
   File "./ttvdb.py", line 620, in Getseries_episode_data
     print u'%s%s' % (data_titles[index], key_values[index])
   File "./ttvdb.py", line 334, in write
     self.out.write(obj.encode(self.encoding))
 UnicodeEncodeError: 'ascii' codec can't encode character u'\u2014' in
 position 199: ordinal not in range(128)

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6242#comment:12>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list