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
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:
Traceback (most recent call last):
File "C:\Users\guthrie\AppData\Roaming\Python\Python27\site-packages\requests\hooks.py", line 47, in dispatch_hook
hook_data = hook(hook_data) or hook_data
File "C:\Users\guthrie\AppData\Roaming\Python\Python27\site-packages\oauth_hook\hook.py", line 207, in __call__
if request._enc_params:
AttributeError: 'Request' object has no attribute '_enc_params'
I don't have windows environment to reproduce the bug, hoping that the error message would give you some pointer.
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.
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: amalakar/pyflix2#5 (comment)
Thanks,
Arup
The text was updated successfully, but these errors were encountered: