Posts: 152
Joined: Dec 2013
Reputation:
4
WayneD
Senior Member
Posts: 152
2014-02-25, 20:09
(This post was last modified: 2014-02-25, 20:42 by WayneD.)
Version 6.0.1 has been accepted into the addons repo. It should hopefully start to show up as an update soon. I've updated the first post in this thread light of that fact.
Posts: 1,216
Joined: Aug 2006
Reputation:
37
hi Wayne any chance to change the AT on
label.setProperty(prefix + "AirTime", '%s at %s' % (airdays, airtime))
something for better language translations perhaps a "-"
Posts: 1,216
Joined: Aug 2006
Reputation:
37
Nice Wayne that change make it looks much better
Posts: 371
Joined: Jun 2011
Reputation:
15
Hi, I'm getting the "Script Failed" error box every time I start XBMC. Logs contain:
16:57:17 T:2708 NOTICE: script.tv.show.next.aired: ### getting series & episode info for #74805 - The Prisoner
16:57:18 T:2708 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ValueError'>
Error Contents: (22, 'Invalid argument')
Traceback (most recent call last):
File "script.tv.show.next.aired\default.py", line 1075, in <module>
NextAired()
File "script.tv.show.next.aired\default.py", line 139, in __init__
self.do_background_updating()
File "script.tv.show.next.aired\default.py", line 226, in do_background_updating
if self.update_data(update_every):
File "script.tv.show.next.aired\default.py", line 439, in update_data
tid = self.check_show_info(tvdb, tid, current_show, prior_data)
File "script.tv.show.next.aired\default.py", line 692, in check_show_info
'aired': ep['FirstAired'].isoformat(),
File "script.tv.show.next.aired\dateutil\tz.py", line 92, in utcoffset
if self._isdst(dt):
File "script.tv.show.next.aired\dateutil\tz.py", line 135, in _isdst
return time.localtime(timestamp+time.timezone).tm_isdst
ValueError: (22, 'Invalid argument')
-->End of Python script error report<--
Posts: 22
Joined: Feb 2014
Reputation:
0
2014-02-28, 03:12
(This post was last modified: 2014-02-28, 03:15 by caveywavey.)
Hello Wayne,
I seem to be experiencing the time stamp problem as well, please see logs below. This is happening on all 3 of the PC's that I have XBMC for windows installed. Strangely enough this again happens when trying to search for Data about the old 1960 tv series the The Prisoner as per Crawfish's problem.
01:05:15 T:5392 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ValueError'>
Error Contents: (22, 'Invalid argument')
Traceback (most recent call last):
File "C:\Users\Bob Roberts\AppData\Roaming\XBMC\addons\script.tv.show.next.aired\default.py", line 1089, in <module>
NextAired()
File "C:\Users\Bob Roberts\AppData\Roaming\XBMC\addons\script.tv.show.next.aired\default.py", line 131, in __init__
self.show_gui()
File "C:\Users\Bob Roberts\AppData\Roaming\XBMC\addons\script.tv.show.next.aired\default.py", line 877, in show_gui
self.update_data(update_after)
File "C:\Users\Bob Roberts\AppData\Roaming\XBMC\addons\script.tv.show.next.aired\default.py", line 435, in update_data
tid = self.check_show_info(tvdb, tid, current_show, prior_data)
File "C:\Users\Bob Roberts\AppData\Roaming\XBMC\addons\script.tv.show.next.aired\default.py", line 688, in check_show_info
'aired': ep['FirstAired'].isoformat(),
File "C:\Users\Bob Roberts\AppData\Roaming\XBMC\addons\script.tv.show.next.aired\dateutil\tz.py", line 92, in utcoffset
if self._isdst(dt):
File "C:\Users\Bob Roberts\AppData\Roaming\XBMC\addons\script.tv.show.next.aired\dateutil\tz.py", line 135, in _isdst
return time.localtime(timestamp+time.timezone).tm_isdst
ValueError: (22, 'Invalid argument')
-->End of Python script error report<--
I have tried uninstalling and re-installing Next Aired, but the problem is still occuring.
Any help you could provide would be greatly appreciated.
Many Thanks.
Cavey.