GoogleCodeArchives / voinage-xbmc-plugins

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

Anime Ultima v1.4 on Frodo script fails #33

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install to addons
2. Drill down through lists
3. Select single episode

What is the expected output? What do you see instead?

Links/Alternative Links for that specific episode should be displayed but you 
get a Python script failure notice instead.

What version of the product are you using? On what operating system?
Anime Ultima 1.4, XBMC 12.0 "Frodo," tested on both Mac OS X and Linux.

Please provide any additional information below.
Put XBMC into debug mode, read logs, found Python callback error, looked at the 
lines it referenced, figured out it is a Unicode error, Googled for solution.  
Even though I don't know anything about Python I got the plugin working by 
changing stuff like this:

thumbnailImage=Labels[1]

to stuff like this:

thumbnailImage=unicode(Labels[1])

I'm attaching my hacked version of the plugin which seems to work now but I'm 
not sure I fixed everything in it since I am not a Python programmer.

Original issue reported on code.google.com by offworld...@gmail.com on 14 Mar 2013 at 2:49

Attachments: