2013-11-09, 13:45
I'm having errors since it updated and I'm using Confluence Lite. The log is moaning about "no minimum width" or something:
Some update!!
Quote:ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.AttributeError'>
Error Contents: Main instance has no attribute 'minwidth'
Traceback (most recent call last):
File "/storage/.xbmc/addons/script.artistslideshow/default.py", line 1336, in <module>
slideshow = Main()
File "/storage/.xbmc/addons/script.artistslideshow/default.py", line 263, in __init__
self._use_correct_artwork()
File "/storage/.xbmc/addons/script.artistslideshow/default.py", line 314, in _use_correct_artwork
self._start_download()
File "/storage/.xbmc/addons/script.artistslideshow/default.py", line 571, in _start_download
imagelist.extend( self._get_images(source[0]) )
File "/storage/.xbmc/addons/script.artistslideshow/default.py", line 875, in _get_images
self.url = self.HtbackdropsQueryURL + '&keywords=' + self.NAME.replace('&','%26').replace(' ', '+') + '&dmin_w=' + str( self.minwidth ) + '&dmin_h=' + str( self.minheight )
AttributeError: Main instance has no attribute 'minwidth'
Some update!!