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)
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)