lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

git-cl error message


From: Aleksandr Andreev
Subject: git-cl error message
Date: Fri, 30 Nov 2012 15:22:41 -0600

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]