Forum

Full Version: CDart Manager
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys,

first of all i got to say that xbian is realy awesome, im very very happy using it but i got one Problem with the Addon mentioned in the title: i always get a script.failure message when trying to start CDart Manager.

Can anyone say sth. about that or has the same Problem? Would be nice if anyone could help me!

Best wishes,

Arctic-
What version are you on? Make sure you installed 3.0.1 (http://www.superrepo.org/script.cdartmanager/ ).
(19th Mar, 2013 06:40 AM)Koenkk Wrote: [ -> ]What version are you on? Make sure you installed 3.0.1 (http://www.superrepo.org/script.cdartmanager/ ).

Just checked i am on 3.0.1 Sad
Can you post your log? Guide: http://forum.xbian.org/announcement-8.html
(19th Mar, 2013 09:23 PM)Koenkk Wrote: [ -> ]Can you post your log? Guide: http://forum.xbian.org/announcement-8.html

There you go:
The addon contains an error, you need to ask the creator of the addon if he can fix the error.

Code:
17:01:19 T:2795938880   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ImportError'>
                                            Error Contents: No module named PIL
                                            Traceback (most recent call last):
                                              File "/home/xbian/.xbmc/addons/script.cdartmanager/default.py", line 98, in <module>
                                                from download import auto_download
                                              File "/home/xbian/.xbmc/addons/script.cdartmanager/resources/lib/download.py", line 6, in <module>
                                                from PIL import Image
                                            ImportError: No module named PIL
                                            -->End of Python script error report<--
(19th Mar, 2013 06:17 AM)Arctic- Wrote: [ -> ]Hey guys,

first of all i got to say that xbian is realy awesome, im very very happy using it but i got one Problem with the Addon mentioned in the title: i always get a script.failure message when trying to start CDart Manager.

Can anyone say sth. about that or has the same Problem? Would be nice if anyone could help me!

Best wishes,

Arctic-

I did sudo apt-get install python-imaging
Reference URL's