Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Error with Requests 2.18.4 or Urrlib3 1.22 #16

Open
leonsp opened this issue Dec 15, 2017 · 0 comments
Open

Error with Requests 2.18.4 or Urrlib3 1.22 #16

leonsp opened this issue Dec 15, 2017 · 0 comments

Comments

@leonsp
Copy link

leonsp commented Dec 15, 2017

The code below stopped working with Requests 2.18.4 and Urrlib3 1.22. It was working fine with Requests 2.11.1 and Urllib3 1.7.1:

uservoice.get("/api/v1/support_queues.json?per_page=500")["support_queues"]

Requests now throws an ApplicationError with this information:

{u'errors': {u'message': u'Internal Error. Make sure you passed valid arguments', u'type': u'application_error'}}

Including the parameters in the path was a workaround around your library not supporting parameters for gets (#11). I think Requests plugged the workaround, so now #11 is very urgent

@leonsp leonsp changed the title Error with Requests 2.18.4 Error with Requests 2.18.4 or Urrlib3 1.22 Dec 15, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant