Advertisement
jurpastebin

script.tv.show.next.aired error log (short)

Nov 6th, 2012
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. 21:31:53 T:10420 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.WindowsError'>
  4. Error Contents: (3, 'El sistema no puede encontrar la ruta especificada', 'C:\\Users\\Jes\xc3\xbas\\Programas\\XBMC12\\portable_data\\userdata\\addon_data\\script.tv.show.next.aired\\next_aired.db')
  5. Traceback (most recent call last):
  6. File "C:\Users\Jesús\Programas\XBMC12\portable_data\addons\script.tv.show.next.aired\default.py", line 452, in <module>
  7. NextAired()
  8. File "C:\Users\Jesús\Programas\XBMC12\portable_data\addons\script.tv.show.next.aired\default.py", line 98, in __init__
  9. self.update_data()
  10. File "C:\Users\Jesús\Programas\XBMC12\portable_data\addons\script.tv.show.next.aired\default.py", line 140, in update_data
  11. elif time() - os.path.getmtime(dbfile) > 86400:
  12. File "C:\Users\Jesús\Programas\XBMC12\system\python\Lib\genericpath.py", line 54, in getmtime
  13. return os.stat(filename).st_mtime
  14. WindowsError: (3, 'El sistema no puede encontrar la ruta especificada', 'C:\\Users\\Jes\xc3\xbas\\Programas\\XBMC12\\portable_data\\userdata\\addon_data\\script.tv.show.next.aired\\next_aired.db')
  15. -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement