Script failed recentlyadded.py
#1
Hi Folks

(I am using OpenElec Beta 2 on a Shuttle XS35GT, i.e. XBMC10 Dharma, with Confluence Skin)

I am getting an error everytime I get to the home screen.

"Script Failed! (recentlyadded.py)"

The relevant parts of the log would seem to be:
Code:
14:12:55 T:2612992880 M:1408159744   ERROR: Traceback (most recent call last):
                                              File "/usr/share/xbmc/addons/script.recentlyadded/RecentlyAdded.py", line 314, in <module>
                                                Main()
                                              File "/usr/share/xbmc/addons/script.recentlyadded/RecentlyAdded.py", line 100, in __init__
                                                self._fetch_tvshow_info()
                                              File "/usr/share/xbmc/addons/script.recentlyadded/RecentlyAdded.py", line 245, 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() with base 10: ''

and

Code:
14:11:09 T:2751462256 M:1405497344  NOTICE: -->Python Interpreter Initialized<--
14:11:10 T:2751462256 M:1405485056   ERROR: Error Type: <type 'exceptions.ValueError'>
14:11:10 T:2751462256 M:1405485056   ERROR: Error Contents: invalid literal for int() with base 10: ''
14:11:10 T:2751462256 M:1405485056   ERROR: Traceback (most recent call last):
                                              File "/usr/share/xbmc/addons/script.recentlyadded/RecentlyAdded.py", line 314, in <module>
                                                Main()
                                              File "/usr/share/xbmc/addons/script.recentlyadded/RecentlyAdded.py", line 100, in __init__
                                                self._fetch_tvshow_info()
                                              File "/usr/share/xbmc/addons/script.recentlyadded/RecentlyAdded.py", line 245, 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() with base 10: ''
14:11:17 T:2654993264 M:1409695744   ERROR: InputStream: dvd streams not supported for thumb extraction, file: /storage/mount/Movie Library 01/Love And Other Catastrophes (1996)/VIDEO_TS/VIDEO_TS.IFO

I can't actually find this script but I'm wondering if it keeps a cache file or something I can delete - it doesn't seem to be successfully adding new recently added TV shows.

Any help much appreciated!
Addons I wrote &/or maintain:
OzWeather (Australian BOM weather) | Check Previous Episode | Playback Resumer | Unpause Jumpback | XSqueezeDisplay | (Legacy - XSqueeze & XZen)
Sorry, no help w/out a *full debug log*.
Reply

Logout Mark Read Team Forum Stats Members Help
Script failed recentlyadded.py0