Advertisement
Guest User

pyNSrecruit Error

a guest
Oct 4th, 2015
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. 2015-10-04 19:31:25 [ERRR] Unable to load happenings. Check the log.
  2. URLError(SSLError(1, '_ssl.c:502: error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error'),)
  3. Traceback (most recent call last):
  4. File "/usr/lib/python3.1/urllib/request.py", line 1094, in do_open
  5. h.request(req.get_method(), req.selector, req.data, headers)
  6. File "/usr/lib/python3.1/http/client.py", line 949, in request
  7. self._send_request(method, url, body, headers)
  8. File "/usr/lib/python3.1/http/client.py", line 987, in _send_request
  9. self.endheaders(body)
  10. File "/usr/lib/python3.1/http/client.py", line 945, in endheaders
  11. self._send_output(message_body)
  12. File "/usr/lib/python3.1/http/client.py", line 790, in _send_output
  13. self.send(msg)
  14. File "/usr/lib/python3.1/http/client.py", line 731, in send
  15. self.connect()
  16. File "/usr/lib/python3.1/http/client.py", line 1072, in connect
  17. self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file)
  18. File "/usr/lib/python3.1/ssl.py", line 374, in wrap_socket
  19. suppress_ragged_eofs=suppress_ragged_eofs)
  20. File "/usr/lib/python3.1/ssl.py", line 141, in __init__
  21. raise x
  22. File "/usr/lib/python3.1/ssl.py", line 137, in __init__
  23. self.do_handshake()
  24. File "/usr/lib/python3.1/ssl.py", line 320, in do_handshake
  25. self._sslobj.do_handshake()
  26. ssl.SSLError: [Errno 1] _ssl.c:502: error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error
  27.  
  28. During handling of the above exception, another exception occurred:
  29.  
  30. Traceback (most recent call last):
  31. File "main.py", line 231, in getNations
  32. resp = urllib.request.urlopen(req)
  33. File "/usr/lib/python3.1/urllib/request.py", line 121, in urlopen
  34. return _opener.open(url, data, timeout)
  35. File "/usr/lib/python3.1/urllib/request.py", line 350, in open
  36. response = self._open(req, data)
  37. File "/usr/lib/python3.1/urllib/request.py", line 368, in _open
  38. '_open', req)
  39. File "/usr/lib/python3.1/urllib/request.py", line 328, in _call_chain
  40. result = func(*args)
  41. File "/usr/lib/python3.1/urllib/request.py", line 1120, in https_open
  42. return self.do_open(http.client.HTTPSConnection, req)
  43. File "/usr/lib/python3.1/urllib/request.py", line 1097, in do_open
  44. raise URLError(err)
  45. urllib.error.URLError: <urlopen error [Errno 1] _ssl.c:502: error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement