You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
Requests now throws an
ApplicationError
with this information: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
The text was updated successfully, but these errors were encountered: