MovieLib - Your movie database on web
(2015-10-07, 22:13)coyote82 Wrote: After updating the banner is not working anymore...It's not updating anymore...In Settings were I can choose banner size etc, it shows the actual one, but on the link it shows the one of the movie which Iwatched before the update?

And I also have same problem with the error as in post before...

To fix error try replace line 79 in syncImage.py file in movielib addon lib folder.

Code:
t = art.create('image://' + urllib.quote_plus(ImagesXBMC[type][img_type][id]) + '/', 'e', int(ex_size[0]), int(ex_size[1]), 70)

replace to:

Code:
t = art.create('image://' + urllib.quote_plus(ImagesXBMC[type][img_type][id].encode('utf-8')) + '/', 'e', int(ex_size[0]), int(ex_size[1]), 70)

Tell if it works.

I test banner and it seems it works ok.


(2015-10-08, 00:19)_Andy_ Wrote: updated to latest version and received and error during update
Code:
ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.KeyError'>
                                            Error Contents: ('genre',)
                                            Traceback (most recent call last):
                                              File "C:\Program Files (x86)\XBMC15_madVR\portable_data\addons\script.movielib\default.py", line 29, in <module>
                                                Movielib()
                                              File "C:\Program Files (x86)\XBMC15_madVR\portable_data\addons\script.movielib\default.py", line 21, in __init__
                                                sync.start(self)
                                              File "C:\Program Files (x86)\XBMC15_madVR\portable_data\addons\script.movielib\lib\sync.py", line 51, in start
                                                check(self)
                                              File "C:\Program Files (x86)\XBMC15_madVR\portable_data\addons\script.movielib\lib\sync.py", line 133, in check
                                                if syncVideo.sync(self, v) is False:
                                              File "C:\Program Files (x86)\XBMC15_madVR\portable_data\addons\script.movielib\lib\syncVideo.py", line 44, in sync
                                                if syncPanel.sync(self) is False:
                                              File "C:\Program Files (x86)\XBMC15_madVR\portable_data\addons\script.movielib\lib\syncPanel.py", line 73, in sync
                                                if h != self.hashSITE[n]:
                                            KeyError: ('genre',)
                                            -->End of Python script error report<--

Check your movielib addon version it must be 1.4.0 in this version no longer has syncPanel.py file and these functions
Reply


Messages In This Thread
RE: MovieLib - Your movie database on web - by Regss - 2015-10-08, 09:02
Last Post - by Jeffreywat - 2017-09-03, 14:02
Logout Mark Read Team Forum Stats Members Help
MovieLib - Your movie database on web8