[PYCBC-69] requests module update required to keep up with changing API Created: 28/Oct/12 Updated: 04/May/13 Resolved: 04/May/13 |
|
| Status: | Closed |
| Project: | Couchbase Python Client Library |
| Component/s: | None |
| Affects Version/s: | 0.8.0 |
| Fix Version/s: | 0.9.0 |
| Security Level: | Public |
| Type: | Bug | Priority: | Major |
| Reporter: | Matt Ingenthron | Assignee: | Mark Nunberg |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| 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, |
| Comments |
| Comment by Matt Ingenthron [ 28/Oct/12 ] |
| http://review.couchbase.org/#/c/21631/ |