Advertisement
Guest User

xbmc amazon plugin error#2

a guest
Nov 20th, 2011
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.28 KB | None | 0 0
  1. ====================AMAZON START====================
  2. 01:22:07 T:140588598863616 M:3441483776 NOTICE: HANDLER CLASSES:
  3. 01:22:07 T:140588598863616 M:3441483776 NOTICE: {'http': <class mechanize._urllib2_fork.HTTPHandler at 0x37e7f90>, '_proxy': <class mechanize._urllib2_fork.ProxyHandler at 0x2c796f0>, '_equiv'
  4. : <class mechanize._http.HTTPEquivProcessor at 0x382e210>, '_gzip': <class mechanize._gzip.HTTPGzipProcessor at 0x2e5a8e0>, '_refresh': <class mechanize._http.HTTPRefreshProcessor at 0x35f29d0>
  5. , '_basicauth': <class mechanize._urllib2_fork.HTTPBasicAuthHandler at 0x37e6e50>, 'file': <class mechanize._urllib2_fork.FileHandler at 0x37e8e60>, '_cookies': <class mechanize._urllib2_fork.H
  6. TTPCookieProcessor at 0x37e8770>, '_digestauth': <class mechanize._urllib2_fork.HTTPDigestAuthHandler at 0x37e7830>, 'ftp': <class mechanize._urllib2_fork.FTPHandler at 0x37e8fd0>, '_referer':
  7. <class mechanize._mechanize.HTTPRefererProcessor at 0x2e5d480>, '_robots': <class mechanize._http.HTTPRobotRulesProcessor at 0x3765870>, '_redirect': <class mechanize._urllib2_fork.HTTPRedirect
  8. Handler at 0x2c794b0>, '_http_default_error': <class mechanize._urllib2_fork.HTTPDefaultErrorHandler at 0x2c78fe0>, '_debug_redirect': <class mechanize._debug.HTTPRedirectDebugProcessor at 0x39
  9. d58b0>, '_unknown': <class mechanize._urllib2_fork.UnknownHandler at 0x37e8860>, '_debug_response_body': <class mechanize._debug.HTTPResponseDebugProcessor at 0x39d7860>, 'https': <class mechan
  10. ize._urllib2_fork.HTTPSHandler at 0x37e8270>, '_proxy_basicauth': <class mechanize._urllib2_fork.ProxyBasicAuthHandler at 0x37e6f40>, '_http_error': <class mechanize._urllib2_fork.HTTPErrorProc
  11. essor at 0x2c78ea0>, '_proxy_digestauth': <class mechanize._urllib2_fork.ProxyDigestAuthHandler at 0x37e7920>}
  12. 01:22:07 T:140588598863616 M:3441135616 ERROR: Error Type: exceptions.AttributeError
  13. 01:22:07 T:140588598863616 M:3441135616 ERROR: Error Contents: 'module' object has no attribute 'ssl'
  14. 01:22:07 T:140588598863616 M:3441135616 ERROR: Traceback (most recent call last):
  15. File "/home/jason/.xbmc/addons/plugin.video.amazon/default.py", line 52, in ?
  16. modes ( )
  17. File "/home/jason/.xbmc/addons/plugin.video.amazon/default.py", line 28, in modes
  18. common.mechanizeLogin()
  19. File "/home/jason/.xbmc/addons/plugin.video.amazon/resources/lib/common.py", line 104, in mechanizeLogin
  20. sign_in = br.open("http://www.amazon.com/gp/flex/sign-out.html")
  21. File "/home/jason/.xbmc/addons/script.module.mechanize/lib/mechanize/_mechanize.py", line 203, in open
  22. return self._mech_open(url, data, timeout=timeout)
  23. File "/home/jason/.xbmc/addons/script.module.mechanize/lib/mechanize/_mechanize.py", line 230, in _mech_open
  24. response = UserAgentBase.open(self, request, data)
  25. File "/home/jason/.xbmc/addons/script.module.mechanize/lib/mechanize/_opener.py", line 204, in open
  26. response = meth(req, response)
  27. File "/home/jason/.xbmc/addons/script.module.mechanize/lib/mechanize/_urllib2_fork.py", line 456, in http_response
  28. response = self.parent.error(
  29. File "/home/jason/.xbmc/addons/script.module.mechanize/lib/mechanize/_opener.py", line 221, in error
  30. result = apply(self._call_chain, args)
  31. File "/home/jason/.xbmc/addons/script.module.mechanize/lib/mechanize/_urllib2_fork.py", line 332, in _call_chain
  32. result = func(*args)
  33. File "/home/jason/.xbmc/addons/script.module.mechanize/lib/mechanize/_urllib2_fork.py", line 571, in http_error_302
  34. return self.parent.open(new)
  35. File "/home/jason/.xbmc/addons/script.module.mechanize/lib/mechanize/_mechanize.py", line 203, in open
  36. return self._mech_open(url, data, timeout=timeout)
  37. File "/home/jason/.xbmc/addons/script.module.mechanize/lib/mechanize/_mechanize.py", line 230, in _mech_open
  38. response = UserAgentBase.open(self, request, data)
  39. File "/home/jason/.xbmc/addons/script.module.mechanize/lib/mechanize/_opener.py", line 193, in open
  40. response = urlopen(self, req, data)
  41. File "/home/jason/.xbmc/addons/script.module.mechanize/lib/mechanize/_urllib2_fork.py", line 344, in _open
  42. '_open', req)
  43. File "/home/jason/.xbmc/addons/script.module.mechanize/lib/mechanize/_urllib2_fork.py", line 332, in _call_chain
  44. result = func(*args)
  45. File "/home/jason/.xbmc/addons/script.module.mechanize/lib/mechanize/_urllib2_fork.py", line 1170, in https_open
  46. return self.do_open(conn_factory, req)
  47. File "/home/jason/.xbmc/addons/script.module.mechanize/lib/mechanize/_urllib2_fork.py", line 1115, in do_open
  48. h.request(req.get_method(), req.get_selector(), req.data, headers)
  49. File "/usr/lib/xbmc/system/python/python24.zip/httplib.py", line 804, in request
  50. self._send_request(method, url, body, headers)
  51. File "/usr/lib/xbmc/system/python/python24.zip/httplib.py", line 827, in _send_request
  52. self.endheaders()
  53. File "/usr/lib/xbmc/system/python/python24.zip/httplib.py", line 798, in endheaders
  54. self._send_output()
  55. File "/usr/lib/xbmc/system/python/python24.zip/httplib.py", line 679, in _send_output
  56. self.send(msg)
  57. File "/usr/lib/xbmc/system/python/python24.zip/httplib.py", line 646, in send
  58. self.connect()
  59. File "/usr/lib/xbmc/system/python/python24.zip/httplib.py", line 1073, in connect
  60. ssl = socket.ssl(sock, self.key_file, self.cert_file)
  61. AttributeError: 'module' object has no attribute 'ssl'
  62.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement