2011-02-13, 16:23
Really? I only get script failed - recentlyadded.py in both alaska and fusion :O
mots Wrote:Really? I only get script failed - recentlyadded.py in both alaska and fusion :O
mots Wrote:Really? I only get script failed - recentlyadded.py in both alaska and fusion :O
18:56:12 T:3055757120 M:1809944576 DEBUG: HttpApi Start command: QueryVideoDatabase paras: [not recorded]
18:56:12 T:2573454192 M:1816801280 INFO: -->Python script returned the following error<--
18:56:12 T:2573454192 M:1816801280 ERROR: Error Type: exceptions.ValueError
18:56:12 T:2573454192 M:1816801280 ERROR: Error Contents: invalid literal for int(): /Volumes/DroboBaggins/TV/Wipeout
/
18:56:12 T:2573454192 M:1816801280 ERROR: Traceback (most recent call last):
File "/home/meh/.xbmc/addons/script.recentlyadded/RecentlyAdded.py", li
ne 350, in ?
Main()
File "/home/meh/.xbmc/addons/script.recentlyadded/RecentlyAdded.py", li
ne 106, in __init__
self._fetch_totals()
File "/home/meh/.xbmc/addons/script.recentlyadded/RecentlyAdded.py", li
ne 153, in _fetch_totals
tvshows_totals[ 1 ] += int( fields[ 24 ] ) # number of episodes
ValueError: invalid literal for int(): /Volumes/DroboBaggins/TV/Wipeout/
18:56:12 T:2573454192 M:1816801280 INFO: -->End of Python script error report<--
jayhawk785 Wrote:Here's what I'm getting, I'm not 100% sure what build I'm on--I loaded the xbmc unstable ppa and upgraded to get a fix I needed for DD.
Code:18:56:12 T:3055757120 M:1809944576 DEBUG: HttpApi Start command: QueryVideoDatabase paras: [not recorded]
18:56:12 T:2573454192 M:1816801280 INFO: -->Python script returned the following error<--
18:56:12 T:2573454192 M:1816801280 ERROR: Error Type: exceptions.ValueError
18:56:12 T:2573454192 M:1816801280 ERROR: Error Contents: invalid literal for int(): /Volumes/DroboBaggins/TV/Wipeout
/
18:56:12 T:2573454192 M:1816801280 ERROR: Traceback (most recent call last):
File "/home/meh/.xbmc/addons/script.recentlyadded/RecentlyAdded.py", li
ne 350, in ?
Main()
File "/home/meh/.xbmc/addons/script.recentlyadded/RecentlyAdded.py", li
ne 106, in __init__
self._fetch_totals()
File "/home/meh/.xbmc/addons/script.recentlyadded/RecentlyAdded.py", li
ne 153, in _fetch_totals
tvshows_totals[ 1 ] += int( fields[ 24 ] ) # number of episodes
ValueError: invalid literal for int(): /Volumes/DroboBaggins/TV/Wipeout/
18:56:12 T:2573454192 M:1816801280 INFO: -->End of Python script error report<--
DB is MYSQL and it's rebuilt with latin1/collation fixes from the mysql thread. It was getting recently added errors before that as well.
Hope this info helps--let me know if I can provide anything else.
jayhawk785 Wrote:Here's what I'm getting, I'm not 100% sure what build I'm on--I loaded the xbmc unstable ppa and upgraded to get a fix I needed for DD.i had this problem using Latest git - I did quick fix:
Code:18:56:12 T:3055757120 M:1809944576 DEBUG: HttpApi Start command: QueryVideoDatabase paras: [not recorded]
18:56:12 T:2573454192 M:1816801280 INFO: -->Python script returned the following error<--
18:56:12 T:2573454192 M:1816801280 ERROR: Error Type: exceptions.ValueError
18:56:12 T:2573454192 M:1816801280 ERROR: Error Contents: invalid literal for int(): /Volumes/DroboBaggins/TV/Wipeout
/
18:56:12 T:2573454192 M:1816801280 ERROR: Traceback (most recent call last):
File "/home/meh/.xbmc/addons/script.recentlyadded/RecentlyAdded.py", li
ne 350, in ?
Main()
File "/home/meh/.xbmc/addons/script.recentlyadded/RecentlyAdded.py", li
ne 106, in __init__
self._fetch_totals()
File "/home/meh/.xbmc/addons/script.recentlyadded/RecentlyAdded.py", li
ne 153, in _fetch_totals
tvshows_totals[ 1 ] += int( fields[ 24 ] ) # number of episodes
ValueError: invalid literal for int(): /Volumes/DroboBaggins/TV/Wipeout/
18:56:12 T:2573454192 M:1816801280 INFO: -->End of Python script error report<--
DB is MYSQL and it's rebuilt with latin1/collation fixes from the mysql thread. It was getting recently added errors before that as well.
Hope this info helps--let me know if I can provide anything else.
tvshows_totals[ 1 ] += int( fields[ 24 ] ) # number of episodes
tvshows_totals[ 2 ] += int( fields[ 25 ] ) # watched?
tvshows_totals[ 3 ] += int( fields[ 26 ] ) # number of episodes watched
tvshows_totals[ 1 ] += int( fields[ 25 ] ) # number of episodes
tvshows_totals[ 2 ] += int( fields[ 26 ] ) # watched?
tvshows_totals[ 3 ] += int( fields[ 27 ] ) # number of episodes watched