> On Oct 25, 2015, at 4:13 PM, Federico Bruni <f...@inventati.org> wrote:
> 
> Il giorno dom 25 ott 2015 alle 20:48, Paul Morris <p...@paulwmorris.com> ha 
> scritto:
>> urllib2.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] 
>> certificate verify failed (_ssl.c:581)>
> 
> Installing the package ca-certificates should fix it (I added it to LilyDev 
> after generating the ISO you are using...).

Thanks Federico.  I did that, tried it again, and got a different error:

Upload server: codereview.appspot.com (change with -s/--server)
Email (login for uploading to codereview.appspot.com) [paulwmor...@gmail.com]:
paulwmor...@gmail.com
Password for paulwmor...@gmail.com:
Traceback (most recent call last):
 File "/home/paul/git-cl/git-cl", line 629, in <module>
   sys.exit(main(sys.argv))
 File "/home/paul/git-cl/git-cl", line 623, in main
   return func(argv[2:])
 File "/home/paul/git-cl/git-cl", line 334, in CmdUpload
   issue, patchset = upload.RealMain(['upload'] + upload_args + args)
 File "/home/paul/git-cl/upload.py", line 2342, in RealMain
   response_body = rpc_server.Send("/upload", body, content_type=ctype)
 File "/home/paul/git-cl/upload.py", line 383, in Send
   self._Authenticate()
 File "/home/paul/git-cl/upload.py", line 428, in _Authenticate
   super(HttpRpcServer, self)._Authenticate()
 File "/home/paul/git-cl/upload.py", line 318, in _Authenticate
   auth_token = self._GetAuthToken(credentials[0], credentials[1])
 File "/home/paul/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




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

Reply via email to