Uploaded image for project: 'Couchbase Python Client Library'
  1. Couchbase Python Client Library
  2. PYCBC-69

requests module update required to keep up with changing API

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 0.9.0
    • 0.8.0
    • None
    • Security Level: Public
    • 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,

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            mnunberg Mark Nunberg (Inactive)
            ingenthr Matt Ingenthron
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty