Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.8.0
-
Fix Version/s: 0.9.0
-
Component/s: None
-
Security Level: Public
-
Labels:None
Description
In requests 0.14, the API changed slightly and thus we need to update our use of the API.
Workaround:
Change line line 282 in couchbase/rest_client.py
- def _http_request(self, api, method='GET', params='', headers=None,
+ def _http_request(self, api, method='GET', params=None, headers=None,
Workaround:
Change line line 282 in couchbase/rest_client.py
- def _http_request(self, api, method='GET', params='', headers=None,
+ def _http_request(self, api, method='GET', params=None, headers=None,
Activity
Matt Ingenthron
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 0.8.1 [ 10411 ] |
Matt Ingenthron
made changes -
| Assignee | Matt Ingenthron [ ingenthr ] | Mark Nunberg [ mnunberg ] |
Mark Nunberg
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Fix Version/s | 0.9.0 [ 10373 ] | |
| Fix Version/s | 0.8.1 [ 10411 ] | |
| Resolution | Fixed [ 1 ] |