josuebrunel / myql

mYQL is a Python wrapper of the Yahoo! Query Language a.k.a YQL (Finances, ...)
https://myql.readthedocs.org/en/latest/
MIT License
31 stars 8 forks source link

[OAUTH] TypeError: __init__() got an unexpected keyword argument 'oauth_session_handle' #60

Closed josuebrunel closed 9 years ago

josuebrunel commented 9 years ago
Traceback (most recent call last):
  File "auth.py", line 139, in <module>
    auth.refresh_token()
  File "auth.py", line 75, in refresh_token
    oauth = OAuth1(self.consumer_key, resource_owner_key=self.access_token, oauth_session_handle= self.session_handle)
  File "/home/yosuke/.virtualenvs/yql/local/lib/python2.7/site-packages/requests_oauthlib/oauth1_auth.py", line 52, in __init__
    signature_type, rsa_key, verifier, decoding=decoding, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'oauth_session_handle'