Listing chaîne sur Kodi

Posted by llelapin on 2015/3/16 10:51:41
Bonjour,

J'ai un souci avec le plugin sur kodi. Je suis bien en version 1.0.0. J'ai pou configurer le lien, cependant au moment de réaliser le listing de chaîne kodi m'annonce une erreur de script.
En regardant les logs il semble que ce soit un problème d'encodage au moment de parser la chaîne "France Ô". Dois-je faire une liste exprès pour le stream sans cette chaîne ou y a-t-il une solution?

00:03:11 T:4616 NOTICE: FRANCE 5
00:03:11 T:4616 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type:
Error Contents: 'ascii' codec can't decode byte 0xc3 in position 7: ordinal not in range(128)
Traceback (most recent call last):
File "C:\Users\Popcorn\AppData\Roaming\Kodi\addons\plugin.video.enigmatv\default.py", line 265, in
createChanList(ProvID)
File "C:\Users\Popcorn\AppData\Roaming\Kodi\addons\plugin.video.enigmatv\default.py", line 120, in createChanList
addItem(CNames[index], 'plugin://plugin.video.enigmatv/?mode=SetChannels&ProvID='+str(PCIDs[index])+'&ChanID='+str(CIDs[index])+'&ChanName='+str(CNames[index]), '', '', False)
File "C:\Users\Popcorn\AppData\Roaming\Kodi\addons\plugin.video.enigmatv\default.py", line 70, in addItem
ProviderItem = xbmcgui.ListItem(unicode(caption))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 7: ordinal not in range(128)
-->End of Python script error report<--
00:03:12 T:3348 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.enigmatv/?ProvID=1&mode=GetChannels
00:03:12 T:3348 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.enigmatv/?ProvID=1&mode=GetChannels) failed
00:03:12 T:4620 NOTICE: Thread BackgroundLoader start, auto delete: false

This Post was from: http://www.enigma-tv.com/modules/newbb/viewtopic.php?post_id=7339