I am not able to send patch for review using request_codereview tool.
Here is the ouput:

Loaded authentication cookies from /home/vega/.codereview_upload_cookies
Traceback (most recent call last):
  File "./request_codereview", line 1448, in <module>
    main()
  File "./request_codereview", line 1440, in main
    RealMain(sys.argv)
  File "./request_codereview", line 1408, in RealMain
    response_body = rpc_server.Send("/upload", body, content_type=ctype)
  File "./request_codereview", line 337, in Send
    f = self.opener.open(req)
  File "/usr/lib/python2.6/urllib2.py", line 397, in open
    response = meth(req, response)
  File "/usr/lib/python2.6/urllib2.py", line 510, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python2.6/urllib2.py", line 435, in error
    return self._call_chain(*args)
  File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.6/urllib2.py", line 518, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: *HTTP Error 500: Internal Server Error*

Reply via email to