Hi,
Le 24/03/2020 à 23:05, Trevor a écrit :
Hi "Jean Abou Samra", you wrote
My SourceForge username is jean-abou-samra. Could someone please give
me write access to the issue tracker?
Added as a Developer, with Update and Create permissions in addition
to Read.
Welcome aboard!
Trevor
Thank you!
Here is a question about updating patches using git-cl: whenever I try
to upload the patch, I get this error.
IOError: ('http error', 401, 'Unauthorized', <httplib.HTTPMessage
instance at 0x7f8715613370>)
Traceback attached. What am I doing wrong?
Best,
Jean Abou Samra
jean@laptop-jean:~/repos/lilypond$ git-cl upload origin/master
Documentation/notation/staff.itely | 40
++++++++++++++++++++++++++++++++++------
ly/engraver-init.ly | 1 +
2 files changed, 35 insertions(+), 6 deletions(-)
This branch is associated with Rietveld issue 553760043. Adding patch to that
issue.
Message describing this patch set: Add dynamic-interface to keepAliveInterfaces
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 updated. URL: http://codereview.appspot.com/553760043
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): 5865
Traceback (most recent call last):
File "/home/jean/repos/git-cl/git-cl", line 628, in <module>
sys.exit(main(sys.argv))
File "/home/jean/repos/git-cl/git-cl", line 622, in main
return func(argv[2:])
File "/home/jean/repos/git-cl/git-cl", line 341, in CmdUpload
issueId = projecthosting_upload.upload(issue, patchset, subject, desc,
issueId)
File "/home/jean/repos/git-cl/projecthosting_upload.py", line 192, in upload
status = patchy.upload(issue, patchset, subject, description, issue_id)
File "/home/jean/repos/git-cl/projecthosting_upload.py", line 170, in upload
code_review_url)
File "/home/jean/repos/git-cl/allura_issues.py", line 79, in update_issue
filehandle = urllib.urlopen (allura_api + str(allura_issue_id) + "/save",
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 217, in open
return getattr(self, name)(url, data)
File "/usr/lib/python2.7/urllib.py", line 462, in open_https
data)
File "/usr/lib/python2.7/urllib.py", line 381, in http_error
result = method(url, fp, errcode, errmsg, headers, data)
File "/usr/lib/python2.7/urllib.py", line 693, in http_error_401
errcode, errmsg, headers)
File "/usr/lib/python2.7/urllib.py", line 388, in http_error_default
raise IOError, ('http error', errcode, errmsg, headers)
IOError: ('http error', 401, 'Unauthorized', <httplib.HTTPMessage instance at
0x7f8715613370>)