Posts: 1,293
Joined: Sep 2009
Reputation:
73
After a lot of waiting I've finally fixed the issue with multiple timers on the same time schedule not executing correctly. Pushing the newest version to the repo now, everyone should be updated shortly. Very sorry for the delay in getting this taken care of.
Posts: 21
Joined: Jul 2015
Reputation:
0
bacsom
Junior Member
Posts: 21
Same here :-(
21:02:22 T:3724 NOTICE: -->Python Interpreter Initialized<--
21:02:22 T:3724 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.UnicodeDecodeError'>
Error Contents: 'ascii' codec can't decode byte 0xc3 in position 44: ordinal not in range(128)
Traceback (most recent call last):
File "C:\Users\M�rtonK�roly\AppData\Roaming\Kodi\addons\service.libraryautoupdate\manual.py", line 5, in <module>
autoUpdate = AutoUpdater()
File "C:\Users\M�rtonK�roly\AppData\Roaming\Kodi\addons\service.libraryautoupdate\service.py", line 31, in __init__
self.readLastRun()
File "C:\Users\M�rtonK�roly\AppData\Roaming\Kodi\addons\service.libraryautoupdate\service.py", line 295, in readLastRun
utils.log(xbmc.translatePath(utils.data_dir() + "last_run.txt"))
File "C:\Users\M�rtonK�roly\AppData\Roaming\Kodi\addons\service.libraryautoupdate\resources\lib\utils.py", line 15, in log
xbmc.log(encode(__addon_id__ + "-" + __Addon.getAddonInfo('version') + " : " + message),level=loglevel)
File "C:\Users\M�rtonK�roly\AppData\Roaming\Kodi\addons\service.libraryautoupdate\resources\lib\utils.py", line 30, in encode
return string.encode('UTF-8','replace')
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 44: ordinal not in range(128)
-->End of Python script error report<--
Posts: 1,293
Joined: Sep 2009
Reputation:
73
Ok, I think I fixed these errors. New code is on github, will push to repo in a day or two (testing). The earlier release stupidly assumed your "last_run" file would always be correct since only this addon is reading/writing it. Apparently this is not a good assumption. New code will error check on this.
Posts: 21
Joined: Jul 2015
Reputation:
0
bacsom
Junior Member
Posts: 21
Thank you for your hard work!!!
Posts: 43
Joined: Mar 2013
Reputation:
0
Shouldn't "XBMC" be dropped from the name?
Posts: 1,293
Joined: Sep 2009
Reputation:
73
Probably - I've just been too lazy to do it. I did it with the backup addon and was planning on getting around to this one when I did an Isengard repo push.
Posts: 1,293
Joined: Sep 2009
Reputation:
73
Looks like a problem evaluating a cron expression. Do you have a custom cron schedule setup? What does the schedule look like?
Posts: 4
Joined: Nov 2015
Reputation:
0
Thanks for the add-on. Even though the description didn't mention pictures, I thought I'd try it, and it didn't work.
I use Kodi to display videos/pictures from a remote source just using the default picture slideshow. But the slideshow doesn't update when new content is added to the remote directory. Is there a way to get this addon to update the picture library. Or another effective way to display pictures and videos on a loop from an auto-updated fileserver?
Thanks!!
Posts: 4
Joined: Nov 2015
Reputation:
0
Thank you for the response.
I have not tested it for an hour, as I was looking for a more customizable update period (say 15min). I will test it to see if it does update from the remote server. Now that I know there is no dedicated db however, I can look elsewhere if an hour will not be sufficient.
Thanks again.