Advertisement
Guest User

222

a guest
Aug 31st, 2015
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. custos@linux-1h1b:~/Документы/caesium/iitxt> ./get.sh
  2. Fetching start.
  3. Traceback (most recent call last):
  4. File "/usr/lib/python3.2/urllib/request.py", line 1135, in do_open
  5. h.request(req.get_method(), req.selector, req.data, headers)
  6. File "/usr/lib/python3.2/http/client.py", line 967, in request
  7. self._send_request(method, url, body, headers)
  8. File "/usr/lib/python3.2/http/client.py", line 1005, in _send_request
  9. self.endheaders(body)
  10. File "/usr/lib/python3.2/http/client.py", line 963, in endheaders
  11. self._send_output(message_body)
  12. File "/usr/lib/python3.2/http/client.py", line 808, in _send_output
  13. self.send(msg)
  14. File "/usr/lib/python3.2/http/client.py", line 746, in send
  15. self.connect()
  16. File "/usr/lib/python3.2/http/client.py", line 724, in connect
  17. self.timeout, self.source_address)
  18. File "/usr/lib/python3.2/socket.py", line 404, in create_connection
  19. raise err
  20. File "/usr/lib/python3.2/socket.py", line 395, in create_connection
  21. sock.connect(sa)
  22. socket.error: [Errno 111] Connection refused
  23.  
  24. During handling of the above exception, another exception occurred:
  25.  
  26. Traceback (most recent call last):
  27. File "fetch.py", line 124, in <module>
  28. fetch_mail()
  29. File "fetch.py", line 41, in fetch_mail
  30. remote_msg_list = get_msg_list(echo)
  31. File "fetch.py", line 7, in get_msg_list
  32. with urllib.request.urlopen(r) as f:
  33. File "/usr/lib/python3.2/urllib/request.py", line 138, in urlopen
  34. return opener.open(url, data, timeout)
  35. File "/usr/lib/python3.2/urllib/request.py", line 369, in open
  36. response = self._open(req, data)
  37. File "/usr/lib/python3.2/urllib/request.py", line 387, in _open
  38. '_open', req)
  39. File "/usr/lib/python3.2/urllib/request.py", line 347, in _call_chain
  40. result = func(*args)
  41. File "/usr/lib/python3.2/urllib/request.py", line 1155, in http_open
  42. return self.do_open(http.client.HTTPConnection, req)
  43. File "/usr/lib/python3.2/urllib/request.py", line 1138, in do_open
  44. raise URLError(err)
  45. urllib.error.URLError: <urlopen error [Errno 111] Connection refused>
  46.  
  47. custos@linux-1h1b:~/Документы/caesium/iitxt>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement