lilypond-devel
[Top][All Lists]
Advanced

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

git-cl upload has stopped working?


From: David Kastrup
Subject: git-cl upload has stopped working?
Date: Wed, 27 May 2015 09:28:05 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

I tried uploading about 4 hours ago but I don't get anything except

address@hidden:/usr/local/tmp/lilypond$ git cl upload -n
 lily/parse-scm.cc              | 16 +++++++++++-----
 ly/init.ly                     | 17 ++++++++---------
 ly/music-functions-init.ly     | 12 ++++++------
 python/convertrules.py         | 16 ++++++++++++++++
 scm/lily.scm                   | 15 +++++++++++++++
 scm/ly-syntax-constructors.scm |  5 +++--
 scm/music-functions.scm        | 34 +++++++++++++++++++++++-----------
 scm/parser-ly-from-scheme.scm  |  4 ++--
 8 files changed, 84 insertions(+), 35 deletions(-)
Waiting for Emacs...
Upload server: codereview.appspot.com (change with -s/--server)
Loaded authentication cookies from /home/dak/.codereview_upload_cookies
Email (login for uploading to codereview.appspot.com) address@hidden: 
Password for address@hidden: 
Store password in system keyring?(y/N) 
Traceback (most recent call last):
  File "/home/dak/bin/git-cl", line 944, in <module>
    sys.exit(main(sys.argv))
  File "/home/dak/bin/git-cl", line 938, in main
    return func(argv[2:])
  File "/home/dak/bin/git-cl", line 651, in CmdUpload
    issue, patchset = upload.RealMain(['upload'] + upload_args + args)
  File "/usr/local/tmp/git-cl/upload.py", line 2342, in RealMain
    response_body = rpc_server.Send("/upload", body, content_type=ctype)
  File "/usr/local/tmp/git-cl/upload.py", line 409, in Send
    self._Authenticate()
  File "/usr/local/tmp/git-cl/upload.py", line 428, in _Authenticate
    super(HttpRpcServer, self)._Authenticate()
  File "/usr/local/tmp/git-cl/upload.py", line 318, in _Authenticate
    auth_token = self._GetAuthToken(credentials[0], credentials[1])
  File "/usr/local/tmp/git-cl/upload.py", line 262, in _GetAuthToken
    response = self.opener.open(req)
  File "/usr/lib/python2.7/urllib2.py", line 437, in open
    response = meth(req, response)
  File "/usr/lib/python2.7/urllib2.py", line 550, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python2.7/urllib2.py", line 475, in error
    return self._call_chain(*args)
  File "/usr/lib/python2.7/urllib2.py", line 409, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 558, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 404: Not Found

(all previous attempts were without option -n but that did not work
either).

Do we maybe need to upgrade the connection type to https here?  If so,
how?  Does someone keep track of some upstream git-cl?

Or is this likely to be just a temporary outage?

-- 
David Kastrup



reply via email to

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