Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. 13:14:17 T:2921864080 M:183410688 NOTICE: -->Python Interpreter Initialized<--
  2. 13:14:17 T:2921864080 M:183410688 DEBUG: Process - The source file to load is /home/xbmc/.xbmc/addons/script.libraryautoupdate/default.py
  3. 13:14:17 T:2921864080 M:183410688 DEBUG: Process - Setting the Python path to /home/xbmc/.xbmc/addons/script.libraryautoupdate:/home/xbmc/.xbmc/addons/script.module.simplejson/lib:/home/xbmc/.xbmc/addons/script.module.beautifulsoup/lib:/usr/local/share/xbmc/addons/script.module.pil/lib:/usr/local/share/xbmc/addons/script.module.pysqlite/lib:/usr/lib/python25.zip:/usr/lib/python2.5:/usr/lib/python2.5/plat-linux2:/usr/lib/python2.5/lib-tk:/usr/lib/python2.5/lib-dynload:/usr/local/lib/python2.5/site-packages:/usr/lib/python2.5/site-packages:/var/lib/python-support/python2.5:
  4. 13:14:17 T:2921864080 M:183410688 DEBUG: Process - Entering source directory /home/xbmc/.xbmc/addons/script.libraryautoupdate
  5. 13:14:17 T:2921864080 M:183410688 DEBUG: Instantiating addon using automatically obtained id of "script.libraryautoupdate" dependent on version 1.0 of the xbmc.python api
  6. 13:14:17 T:2963827600 M:183377920 DEBUG: RunQuery took 124 ms for 10 items query: select * from movieview order by idMovie desc limit 10
  7. 13:14:17 T:2921864080 M:183332864 ERROR: /home/xbmc/.xbmc/addons/script.libraryautoupdate/default.py:5: DeprecationWarning: os.getcwd() currently lies to you so please use addon.getAddonInfo('path') to find the script's root directory and DO NOT make relative path accesses based on the results of 'os.getcwd.'
  8. Addon = xbmcaddon.Addon(id=os.path.basename(os.getcwd()))
  9. 13:14:17 T:2963827600 M:183246848 DEBUG: RunQuery took 23 ms for 0 items query: select * from episodeview order by idEpisode desc limit 10
  10. 13:14:17 T:2921864080 M:183246848 NOTICE: update library add-on complete
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement