Advertisement
Guest User

Untitled

a guest
Feb 12th, 2014
445
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.84 KB | None | 0 0
  1. ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  2.                                              - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  3.                                             Error Type: <type 'exceptions.AttributeError'>
  4.                                             Error Contents: 'NoneType' object has no attribute 'strftime'
  5.                                             Traceback (most recent call last):
  6.                                               File "C:\Users\Jeremy\AppData\Roaming\XBMC\addons\script.tv.show.next.aired\default.py", line 869, in <module>
  7.                                                 NextAired()
  8.                                               File "C:\Users\Jeremy\AppData\Roaming\XBMC\addons\script.tv.show.next.aired\default.py", line 120, in __init__
  9.                                                 self.show_gui()
  10.                                               File "C:\Users\Jeremy\AppData\Roaming\XBMC\addons\script.tv.show.next.aired\default.py", line 675, in show_gui
  11.                                                 self.update_data()
  12.                                               File "C:\Users\Jeremy\AppData\Roaming\XBMC\addons\script.tv.show.next.aired\default.py", line 312, in update_data
  13.                                                 tid = self.check_show_info(tvdb, tid, current_show, prior_data)
  14.                                               File "C:\Users\Jeremy\AppData\Roaming\XBMC\addons\script.tv.show.next.aired\default.py", line 460, in check_show_info
  15.                                                 current_show['Premiered'] = show.first_aired.strftime('%Y')
  16.                                             AttributeError: 'NoneType' object has no attribute 'strftime'
  17.                                             -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement