Advertisement
Guest User

Untitled

a guest
Sep 18th, 2012
517
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.89 KB | None | 0 0
  1. 19:10:34 T:2963841024 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  2. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  3. Error Type: <class 'httplib.InvalidURL'>
  4. Error Contents: nonnumeric port: ''
  5. Traceback (most recent call last):
  6. File "/Users/heather/Library/Application Support/XBMC/addons/plugin.video.hulu/default.py", line 57, in <module>
  7. modes ( )
  8. File "/Users/heather/Library/Application Support/XBMC/addons/plugin.video.hulu/default.py", line 38, in modes
  9. stream_media.Main()
  10. File "/Users/heather/Library/Application Support/XBMC/addons/plugin.video.hulu/resources/lib/stream_hulu.py", line 88, in __init__
  11. self.play(video_id)
  12. File "/Users/heather/Library/Application Support/XBMC/addons/plugin.video.hulu/resources/lib/stream_hulu.py", line 276, in play
  13. except: smilSoup = self.getSMIL(video_id,retry=1)
  14. File "/Users/heather/Library/Application Support/XBMC/addons/plugin.video.hulu/resources/lib/stream_hulu.py", line 154, in getSMIL
  15. smilXML=common.getFEED(smilURL,proxy=proxy)
  16. File "/Users/heather/Library/Application Support/XBMC/addons/plugin.video.hulu/resources/lib/common.py", line 218, in getFEED
  17. response = urllib2.urlopen(req)
  18. File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/urllib2.py", line 126, in urlopen
  19. return _opener.open(url, data, timeout)
  20. File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/urllib2.py", line 391, in open
  21. response = self._open(req, data)
  22. File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/urllib2.py", line 409, in _open
  23. '_open', req)
  24. File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/urllib2.py", line 369, in _call_chain
  25. result = func(*args)
  26. File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/urllib2.py", line 1161, in http_open
  27. return self.do_open(httplib.HTTPConnection, req)
  28. File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/urllib2.py", line 1107, in do_open
  29. h = http_class(host, timeout=req.timeout) # will parse host:port
  30. File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/httplib.py", line 657, in __init__
  31. self._set_hostport(host, port)
  32. File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/httplib.py", line 682, in _set_hostport
  33. raise InvalidURL("nonnumeric port: '%s'" % host[i+1:])
  34. InvalidURL: nonnumeric port: ''
  35. -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement