Advertisement
Guest User

Untitled

a guest
Jun 25th, 2011
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. $ ./upload.py
  2. The following files are not added to version control:
  3. upload.py
  4. Are you sure to continue?(y/N) y
  5. Upload server: codereview.tryton.org (change with -s/--server)
  6. New issue subject: Add new widget to Rich Text Editor (richtext)
  7. Email (login for uploading to codereview.tryton.org) [rhubner@gmail.com]:
  8. Password for rhubner@gmail.com:
  9. Traceback (most recent call last):
  10. File "./upload.py", line 2130, in <module>
  11. main()
  12. File "./upload.py", line 2122, in main
  13. RealMain(sys.argv)
  14. File "./upload.py", line 2090, in RealMain
  15. response_body = rpc_server.Send("/upload", body, content_type=ctype)
  16. File "./upload.py", line 371, in Send
  17. self._Authenticate()
  18. File "./upload.py", line 417, in _Authenticate
  19. super(HttpRpcServer, self)._Authenticate()
  20. File "./upload.py", line 311, in _Authenticate
  21. auth_token = self._GetAuthToken(credentials[0], credentials[1])
  22. File "./upload.py", line 255, in _GetAuthToken
  23. response = self.opener.open(req)
  24. File "/usr/lib/python2.6/urllib2.py", line 391, in open
  25. response = self._open(req, data)
  26. File "/usr/lib/python2.6/urllib2.py", line 409, in _open
  27. '_open', req)
  28. File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain
  29. result = func(*args)
  30. File "/usr/lib/python2.6/urllib2.py", line 1169, in https_open
  31. return self.do_open(httplib.HTTPSConnection, req)
  32. File "/usr/lib/python2.6/urllib2.py", line 1136, in do_open
  33. raise URLError(err)
  34. urllib2.URLError: <urlopen error [Errno 110] Connection timed out>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement