Release Artist Slideshow addon (with skin and addon integration)
On my Raspberry Pi running Openelec, I've got a problem with the artist name of "Alain Boublil and Claude-Michel Schönberg".
The same album successfully loads local artwork on Windows 7, but it apparently crashes on the Pi with 'plugin has failed to run'.

Is this likely to be a problem with Openelec itself or a setting which needs changing (to UTF8 perhaps?) The files play and otherwise work in XBMC okay.

Code:
16:08:24 T:2889872480   DEBUG: script.artistslideshow: invalid or missing local xml file for similar
16:08:24 T:2889872480   DEBUG: script.artistslideshow: cached artist similar info found
16:08:27 T:2889872480   DEBUG: script.artistslideshow: invalid or missing local xml file for albums
16:08:27 T:2889872480   DEBUG: script.artistslideshow: cached artist albums info found
16:08:27 T:2889872480   DEBUG: script.artistslideshow: no remote artist artwork found, looking for local artwork
16:08:27 T:2889872480   DEBUG: script.artistslideshow: cachedir = Alain Boublil & Claude-Michel Schönberg/extrafanart
16:08:27 T:2889872480   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.UnicodeEncodeError'>
                                            Error Contents: 'ascii' codec can't encode character u'\xf6' in position 33: ordinal not in range(128)
                                            Traceback (most recent call last):
                                              File "/storage/.xbmc/addons/script.artistslideshow/default.py", line 756, in <module>
                                                slideshow = Main()
                                              File "/storage/.xbmc/addons/script.artistslideshow/default.py", line 144, in __init__
                                                self._use_correct_artwork()
                                              File "/storage/.xbmc/addons/script.artistslideshow/default.py", line 188, in _use_correct_artwork
                                                self._get_local_images()
                                              File "/storage/.xbmc/addons/script.artistslideshow/default.py", line 502, in _get_local_images
                                                files = os.listdir(self.CacheDir)
                                            UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 33: ordinal not in range(128)
                                            -->End of Python script error report<--
16:08:27 T:3043282944   DEBUG: ------ Window Init (DialogKaiToast.xml) ------
16:08:27 T:2952279136   DEBUG: CecLogMessage - command 'POLL' was not acked by the controller
16:08:27 T:2952279136   DEBUG: CecLogMessage - >> POLL not sent
16:08:27 T:2889872480    INFO: Python script stopped
16:08:27 T:2889872480   DEBUG: Thread XBPyThread 2889872480 terminating
16:08:27 T:3043282944   DEBUG: waiting for python thread 2 (/storage/.xbmc/addons/script.artistslideshow/default.py) to stop
16:08:27 T:3043282944   DEBUG: python thread 2 (/storage/.xbmc/addons/script.artistslideshow/default.py) destructed

Thanks Smile
Reply


Messages In This Thread
New Test Version Available - by pkscout - 2012-03-08, 16:26
[No subject] - by mardup - 2012-03-10, 12:26
[No subject] - by pkscout - 2012-03-11, 01:35
RE: - by mardup - 2012-03-12, 17:50
RE: - by pkscout - 2012-03-13, 03:22
New Beta Version for Testing - by pkscout - 2012-07-13, 17:54
New Beta Version for Testing - by pkscout - 2012-07-14, 22:50
Pull Request for v1.4 Submitted - by pkscout - 2012-07-20, 23:01
New Beta Version for Testing - by pkscout - 2012-08-10, 03:18
New Frodo BETA Support Files - by pkscout - 2012-11-21, 06:20
RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - by retro83 - 2013-03-31, 01:35
New 2.0.0 Beta Coming Soon - by pkscout - 2016-05-12, 02:54
Writing tips - by Parkerbup - 2017-02-03, 14:56
Add-on Artist Slideshow - by jo26 - 2014-08-08, 22:58
Logout Mark Read Team Forum Stats Members Help
Artist Slideshow addon (with skin and addon integration)5