Hello list,

I am getting the following message when I try to run git cl upload
origin/master:

Traceback (most recent call last):
  File "/usr/bin/git-cl", line 888, in <module>
    sys.exit(main(sys.argv))
  File "/usr/bin/git-cl", line 882, in main
    return func(argv[2:])
  File "/usr/bin/git-cl", line 607, in CmdUpload
    issue, patchset = upload.RealMain(['upload'] + upload_args + args)
  File "/home/sasha/git-cl/upload.py", line 1467, in RealMain
    response_body = rpc_server.Send("/upload", body, content_type=ctype)
  File "/home/sasha/git-cl/upload.py", line 342, in Send
    f = self.opener.open(req)
  File "/usr/lib/python2.7/urllib2.py", line 407, in open
    response = meth(req, response)
  File "/usr/lib/python2.7/urllib2.py", line 520, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python2.7/urllib2.py", line 445, in error
    return self._call_chain(*args)
  File "/usr/lib/python2.7/urllib2.py", line 379, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 528, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 301: Moved Permanently

Is there something wrong with my setup or is this a network issue?

Aleksandr

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to