Advertisement
Guest User

Untitled

a guest
Feb 27th, 2013
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.60 KB | None | 0 0
  1. 18:55:54 T:5776 NOTICE: -->Python Interpreter Initialized<--
  2. 18:55:56 T:5776 ERROR: C:\Documents and Settings\HP_Administrator\Application Data\XBMC\addons\plugin.video.itv\default.py:1: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  3. import urllib,urllib2,re,sys,socket,os,md5,datetime,xbmcplugin,xbmcgui, xbmcaddon
  4. 18:55:56 T:5776 ERROR: C:\Documents and Settings\HP_Administrator\Application Data\XBMC\addons\plugin.video.itv\default.py:4: 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.'
  5. sys.path.insert(0, os.path.join(os.getcwd(), 'lib'))
  6. 18:55:56 T:5776 ERROR: C:\Documents and Settings\HP_Administrator\Application Data\XBMC\addons\plugin.video.itv\lib\httplib2.py:44: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  7. import sha
  8. 18:55:57 T:5776 NOTICE: Mode: 2
  9. 18:55:57 T:5776 NOTICE: URL: /itvplayer/supergran
  10. 18:55:57 T:5776 NOTICE: Name: Supergran - 1 free episode
  11. 18:55:57 T:5776 NOTICE: Getting Episodes: /itvplayer/supergran
  12. 18:55:59 T:5776 NOTICE: SERIES 1
  13. 18:55:59 T:5776 NOTICE: EPISODE 2
  14. 18:55:59 T:5776 ERROR: C:\Documents and Settings\HP_Administrator\Application Data\XBMC\addons\plugin.video.itv\default.py:288: 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.'
  15. image = os.path.join(os.getcwd(), 'icon.png')
  16. 18:55:59 T:5776 NOTICE: DATE 2013-01-05
  17. 18:55:59 T:5520 NOTICE: Thread Background Loader start, auto delete: false
  18. 18:56:02 T:1112 NOTICE: Thread XBPyThread start, auto delete: false
  19. 18:56:02 T:1112 NOTICE: -->Python Interpreter Initialized<--
  20. 18:56:03 T:1112 ERROR: C:\Documents and Settings\HP_Administrator\Application Data\XBMC\addons\plugin.video.itv\default.py:1: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  21. import urllib,urllib2,re,sys,socket,os,md5,datetime,xbmcplugin,xbmcgui, xbmcaddon
  22. 18:56:03 T:1112 ERROR: C:\Documents and Settings\HP_Administrator\Application Data\XBMC\addons\plugin.video.itv\default.py:4: 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.'
  23. sys.path.insert(0, os.path.join(os.getcwd(), 'lib'))
  24. 18:56:04 T:1112 ERROR: C:\Documents and Settings\HP_Administrator\Application Data\XBMC\addons\plugin.video.itv\lib\httplib2.py:44: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  25. import sha
  26. 18:56:05 T:1112 NOTICE: Mode: 3
  27. 18:56:05 T:1112 NOTICE: URL: /itvplayer/supergran/series-1/episode-2-supergran-and-the-skimmer
  28. 18:56:05 T:1112 NOTICE: Name: Supergran: Series 1 - Episode 2: Supergran and the Skimmer
  29. 18:56:05 T:1112 NOTICE: Getting Videofiles: /itvplayer/supergran/series-1/episode-2-supergran-and-the-skimmer
  30. 18:56:05 T:1112 NOTICE: NO PRODUCTION ID
  31. 18:56:05 T:1112 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  32. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  33. Error Type: <type 'exceptions.UnboundLocalError'>
  34. Error Contents: local variable 'productionID' referenced before assignment
  35. Traceback (most recent call last):
  36. File "C:\Documents and Settings\HP_Administrator\Application Data\XBMC\addons\plugin.video.itv\default.py", line 610, in <module>
  37. VIDEO(url)
  38. File "C:\Documents and Settings\HP_Administrator\Application Data\XBMC\addons\plugin.video.itv\default.py", line 333, in VIDEO
  39. print "Produciton ID is %s" % productionID
  40. UnboundLocalError: local variable 'productionID' referenced before assignment
  41. -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement