LP API broken in oneiric with python-httplib2 0.7.0-1
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
lazr.restfulclient |
Fix Released
|
Critical
|
Unassigned | ||
ubuntuone-couch |
New
|
Undecided
|
Unassigned | ||
python-httplib2 (Ubuntu) |
Fix Released
|
Critical
|
Barry Warsaw | ||
Oneiric |
Fix Released
|
Critical
|
Barry Warsaw | ||
ubuntuone-couch (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Oneiric |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
In oneiric today, someone landed python-httplib2, merged from debian (0.6.0-5 -> 0.7.0-1).
Now, all my scripts are broken:
...
File "/usr/lib/
version=
File "/usr/lib/
credentials, service_root, cache, timeout, proxy_info, version)
File "/usr/lib/
self._wadl = self._browser.
File "/usr/lib/
response, content = self._request(url, media_type=
File "/usr/lib/
str(url), method=method, body=data, headers=headers)
File "/usr/lib/
url, method=method, body=body, headers=headers)
File "/usr/lib/
(response, new_content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey)
File "/usr/lib/
LaunchpadOA
File "/usr/lib/
redirections, cachekey)
File "/usr/lib/
(response, content) = self._conn_
File "/usr/lib/
conn.connect()
File "/usr/lib/
self.
File "/usr/lib/
cert_
File "/usr/lib/
ciphers=
File "/usr/lib/
ciphers)
ssl.SSLError: [Errno 185090050] _ssl.c:340: error:0B084002:x509 certificate routines:
Is it a Launchpad issue? or is python-httplib2 really broken?
please advise.
Related branches
- j.c.sackett (community): Approve
-
Diff: 15 lines (+4/-1)1 file modifiedsrc/lazr/restfulclient/_browser.py (+4/-1)
- John O'Brien (community): Needs Information
- dobey (community): Needs Information
-
Diff: 11 lines (+1/-1)1 file modifiedubuntuone/couch/auth.py (+1/-1)
- Martin Pool (community): Approve
-
Diff: 15 lines (+1/-4)1 file modifiedsrc/lazr/restfulclient/_browser.py (+1/-4)
tags: | added: oneiric |
Changed in python-httplib2 (Ubuntu Oneiric): | |
status: | Confirmed → In Progress |
milestone: | none → oneiric-alpha-2 |
Changed in lazr.restfulclient: | |
status: | New → Triaged |
importance: | Undecided → Critical |
Changed in lazr.restfulclient: | |
status: | Triaged → In Progress |
assignee: | nobody → Barry Warsaw (barry) |
Changed in python-httplib2 (Ubuntu Oneiric): | |
status: | In Progress → Fix Released |
Changed in lazr.restfulclient: | |
status: | In Progress → Fix Committed |
Changed in lazr.restfulclient: | |
milestone: | none → 0.14.0 |
Changed in lazr.restfulclient: | |
status: | Fix Committed → Fix Released |
milestone: | 0.14.0 → 0.12.0 |
Converted from https:/ /answers. launchpad. net/ubuntu/ +source/ python- httplib2/ +question/ 161415. I don't have yet oneiric installed. Fabien Tassin, who asked the question may be able to provide more information.