alexisserg / seppius-xbmc-repo

Automatically exported from code.google.com/p/seppius-xbmc-repo
0 stars 0 forks source link

TypeError: argument "iconImage" #54

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Error using a PID string
TypeError: argument "iconImage" for method "XBMCAddon::xbmcgui::ListItem" must 
be unicode or str

Fix: add rule
208 plr=myPlayer()
add thumb=u"None"
209 lit= xbmcgui.ListItem(title, iconImage = thumb, thumbnailImage =thumb)

Original issue reported on code.google.com by andre.bo...@home.nl on 27 Mar 2013 at 10:24

GoogleCodeExporter commented 8 years ago
In the TSCore.py file

Original comment by andre.bo...@home.nl on 27 Mar 2013 at 10:29