Am 19.01.2016 um 12:29 schrieb Trevor Daniels: > Hi Urs > > What did you enter in response to the query?
I pressed ENTER (to create a new issue item) Urs > > Trevor > > ----- Original Message ----- > From: "Urs Liska" <[email protected]> > To: <[email protected]>; "Phil Holmes" <[email protected]> > Sent: Tuesday, January 19, 2016 9:49 AM > Subject: git-cl traceback (timeout?) > > >> When uploading a patch git-cl failed with the transcript below: >> >> I'm not sure if that's caused by git cl (I had just pulled the newest >> version) or if it's a simple time-out on my side, but: >> >> a) >> If it's a git-cl issue it should be fixed >> b) >> If it's a time-out such an error should be handled by git-cl >> c) >> This left me unclear of whether the issue had been created on Allura >> (I can see that it did through the website but see b) ) >> >> Best >> Urs >> >> >> uliska@uliska-lmde-laptop:~/git/lilypond/source$ git cl upload master >> scm/lily.scm | 3 ++- >> 1 file changed, 2 insertions(+), 1 deletion(-) >> Upload server: codereview.appspot.com (change with -s/--server) >> Your browser has been opened to visit: >> >> https://codereview.appspot.com/get-access-token?port=8001 >> >> If your browser is on a different machine then exit and re-run >> upload.py with the command-line parameter >> >> --no_oauth2_webbrowser >> >> Issue created. URL: http://codereview.appspot.com/286820043 >> Uploading base file for scm/lily.scm >> We were not able to associate this patch with a tracker issue. >> Please enter a valid tracker issue number >> (or enter nothing to create a new issue): >> Traceback (most recent call last): >> File "/home/uliska/git/lilypond/git-cl/git-cl", line 628, in <module> >> sys.exit(main(sys.argv)) >> File "/home/uliska/git/lilypond/git-cl/git-cl", line 622, in main >> return func(argv[2:]) >> File "/home/uliska/git/lilypond/git-cl/git-cl", line 341, in CmdUpload >> issueId = projecthosting_upload.upload(issue, patchset, subject, >> desc, issueId) >> File "/home/uliska/git/lilypond/git-cl/projecthosting_upload.py", line >> 182, in upload >> status = patchy.upload(issue, patchset, subject, description, issue_id) >> File "/home/uliska/git/lilypond/git-cl/projecthosting_upload.py", line >> 175, in upload >> issue_id = allura_issues.create_issue(subject, description) >> File "/home/uliska/git/lilypond/git-cl/allura_issues.py", line 25, in >> create_issue >> allura_result = urllib.urlopen (allura_api + "/new", data_encoded) >> File "/usr/lib/python2.7/urllib.py", line 89, in urlopen >> return opener.open(url, data) >> File "/usr/lib/python2.7/urllib.py", line 215, in open >> return getattr(self, name)(url, data) >> File "/usr/lib/python2.7/urllib.py", line 460, in open_https >> data) >> File "/usr/lib/python2.7/urllib.py", line 379, in http_error >> result = method(url, fp, errcode, errmsg, headers, data) >> File "/usr/lib/python2.7/urllib.py", line 641, in http_error_302 >> data) >> File "/usr/lib/python2.7/urllib.py", line 667, in redirect_internal >> return self.open(newurl) >> File "/usr/lib/python2.7/urllib.py", line 213, in open >> return getattr(self, name)(url) >> File "/usr/lib/python2.7/urllib.py", line 443, in open_https >> h.endheaders(data) >> File "/usr/lib/python2.7/httplib.py", line 997, in endheaders >> self._send_output(message_body) >> File "/usr/lib/python2.7/httplib.py", line 850, in _send_output >> self.send(msg) >> File "/usr/lib/python2.7/httplib.py", line 812, in send >> self.connect() >> File "/usr/lib/python2.7/httplib.py", line 1204, in connect >> HTTPConnection.connect(self) >> File "/usr/lib/python2.7/httplib.py", line 793, in connect >> self.timeout, self.source_address) >> File "/usr/lib/python2.7/socket.py", line 571, in create_connection >> raise err >> IOError: [Errno socket error] [Errno 110] Connection timed out >> >> >> >> _______________________________________________ >> bug-lilypond mailing list >> [email protected] >> https://lists.gnu.org/mailman/listinfo/bug-lilypond _______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
