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
- All
- Comments
- Work Log
- History
- Activity
- Gerrit Reviews