2011-01-22, 01:04
I keep getting this error after a failed update:
I tried removing and reinstalling both the recentlyadded script and the skin. Both without success, I dont understand that I got this error after a faulty update (I had it on autoupdate) while other skins seem to get allong fine with the recentlyadded script.
It apparantly runs the script, but somehow a invalid number is being parsed thru the script. My knowledge of python is zero, but thats what im getting out of it.
The error is driving me crazy, everytime I get to the mainmenu it freezes and then the error pops up.
Code:
20:08:32 T:2932333456 M:149549056 ERROR: Traceback (most recent call last):
File "/root/.xbmc/addons/script.recentlyadded/RecentlyAdded.py", line 357, in ?
Main()
File "/root/.xbmc/addons/script.recentlyadded/RecentlyAdded.py", line 108, in __init__
self._fetch_tvshow_info()
File "/root/.xbmc/addons/script.recentlyadded/RecentlyAdded.py", line 253, in _fetch_tvshow_info
self.WINDOW.setProperty( "LatestEpisode.%d.EpisodeNo" % ( count + 1, ), "s%02de%02d" % ( int( fields[ 14 ] ), int( fields[ 15 ] ), ) )
ValueError: invalid literal for int():
I tried removing and reinstalling both the recentlyadded script and the skin. Both without success, I dont understand that I got this error after a faulty update (I had it on autoupdate) while other skins seem to get allong fine with the recentlyadded script.
It apparantly runs the script, but somehow a invalid number is being parsed thru the script. My knowledge of python is zero, but thats what im getting out of it.
The error is driving me crazy, everytime I get to the mainmenu it freezes and then the error pops up.