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
raw_access <Response [400]>
ac_tkn {u'error_description': u'Failed to decode/encode refresh token', u'error': u'INVALID_REFRESH_TOKEN'}
Traceback (most recent call last):
File "/home/nmylarappa/dwh/Scripts/mktg_yahoo_campaign_d/pythonscripts/yahoo_to_json.py", line 112, in
main()
File "/home/nmylarappa/dwh/Scripts/mktg_yahoo_campaign_d/pythonscripts/yahoo_to_json.py", line 25, in main
oauth = OAuth2(None, None, from_file=secret_filename)
File "/home/nmylarappa/dwh/Scripts/mktg_yahoo_campaign_d/pythonscripts/yahoo_oauth_2.py", line 238, in init
super(OAuth2, self).init('oauth2', consumer_key, consumer_secret, **kwargs)
File "/home/nmylarappa/dwh/Scripts/mktg_yahoo_campaign_d/pythonscripts/yahoo_oauth_2.py", line 89, in init
data.update(self.refresh_access_token())
File "/home/nmylarappa/dwh/Scripts/mktg_yahoo_campaign_d/pythonscripts/yahoo_oauth_2.py", line 206, in refresh_access_token
credentials.update(self.oauth2_access_parser(raw_access))
File "/home/nmylarappa/dwh/Scripts/mktg_yahoo_campaign_d/pythonscripts/yahoo_oauth_2.py", line 167, in oauth2_access_parser
self.access_token = parsed_access['access_token']
KeyError: 'access_token'
I am having issues in getting the refresh token. Below is error
callback_uri oob
raw_access <Response [400]>
ac_tkn {u'error_description': u'Failed to decode/encode refresh token', u'error': u'INVALID_REFRESH_TOKEN'}
self.access_token = parsed_access['access_token']
KeyError: 'access_toke
The text was updated successfully, but these errors were encountered: