raptor2101 / Mediathek

GNU General Public License v3.0
45 stars 16 forks source link

script errors in NDR with German Umlauts #37

Closed UOpper closed 9 years ago

UOpper commented 9 years ago

All the entries on http://www.ndr.de/mediathek/sendungen_a-z/index.html with German Umlauts create a script error: Error Type: <type 'exceptions.UnicodeDecodeError'> Error Contents: 'ascii' codec can't decode byte 0xc3 in position 1: ordinal not in range(128) Traceback (most recent call last): File "/storage/.xbmc/addons/plugin.video.mediathek/default.py", line 84, in mediathek.buildMenu(path) File "/storage/.xbmc/addons/plugin.video.mediathek/mediathek/init.py", line 107, in buildMenu self.buildMenu(path,treeNode); File "/storage/.xbmc/addons/plugin.video.mediathek/mediathek/init.py", line 107, in buildMenu self.buildMenu(path,treeNode); File "/storage/.xbmc/addons/plugin.video.mediathek/mediathek/init.py", line 111, in buildMenu self.gui.log(treeNode.name); File "/storage/.xbmc/addons/plugin.video.mediathek/simplexbmc.py", line 41, in log xbmc.log("[%s]: %s" % (plugin, msg.encode('utf8'))) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1: ordinal not in range(128)