Open amalakar opened 12 years ago
Hi Arup,
Most likely the problem is that he is using a new version of requests with an old version of requests-oauth. This bug here is already solved long time ago. There is probably a versions mismatch in Windows.
Cheers, Miguel
Thanks, I have requests-0.13.2 & requests_oauth-0.4.1 (both from activeState python).
requests-0.13.2-py2.7.egg-info requests_oauth-0.4.1-py2.7.egg-info
Hi,
I use the request-oauth library in a netflix webservice client library that I have written (pyflix2). One of the users in Windows has found that the oauth hook is throwing the following error:
I don't have windows environment to reproduce the bug, hoping that the error message would give you some pointer.
Original comment: https://github.com/amalakar/pyflix2/issues/5#issuecomment-6892067
Thanks, Arup