Refreshing authentication token - Unauthorized #561

Closed
erse80 opened this Issue May 14, 2017 · 2 comments

Comments

Projects
None yet
2 participants

erse80 commented May 14, 2017 edited

hi

i have this error any suggestion?

it stop working after year of usage

17-05-14 14:08:03.384 [INFO] [acd_cli] - Plugin leaf classes: TestPlugin
17-05-14 14:08:03.384 [INFO] [acd_cli] - TestPlugin attached.
17-05-14 14:08:03.384 [INFO] [acd_cli] - Settings path is "/root/.config/acd_cli".
17-05-14 14:08:03.384 [INFO] [acd_cli] - Cache path is "/root/.cache/acd_cli".
17-05-14 14:08:03.386 [INFO] [acdcli.api.client] - Initializing ACD with path "/root/.cache/acd_cli".
17-05-14 14:08:03.386 [INFO] [acdcli.api.oauth] - Token expired at 2017-05-14 11:33:55.998284.
17-05-14 14:08:03.386 [INFO] [acdcli.api.oauth] - Refreshing authentication token.
Traceback (most recent call last):
File "/usr/local/bin/acd_cli", line 11, in
load_entry_point('acdcli==0.3.2', 'console_scripts', 'acd_cli')()
File "/usr/local/bin/acd_cli.py", line 1646, in main
acd_client = client.ACDClient(CACHE_PATH, SETTINGS_PATH)
File "/usr/local/lib/python3.5/dist-packages/acdcli/api/client.py", line 43, in init
self.handler = oauth.create_handler(cache_path)
File "/usr/local/lib/python3.5/dist-packages/acdcli/api/oauth.py", line 28, in create_handler
return AppspotOAuthHandler(path)
File "/usr/local/lib/python3.5/dist-packages/acdcli/api/oauth.py", line 167, in init
self.load_oauth_data()
File "/usr/local/lib/python3.5/dist-packages/acdcli/api/oauth.py", line 99, in load_oauth_data
self.get_auth_token(reload=False)
File "/usr/local/lib/python3.5/dist-packages/acdcli/api/oauth.py", line 117, in get_auth_token
self.refresh_auth_token()
File "/usr/local/lib/python3.5/dist-packages/acdcli/api/oauth.py", line 210, in refresh_auth_token
'Error refreshing authentication token: %s' % response.text)
acdcli.api.common.RequestError: RequestError: 1004, Error refreshing authentication token: {
"error": "HTTP Error 401: Unauthorized",

cpare commented May 14, 2017

Please read the other posts before starting a new thread.
It appears Amazon has temporally disabled acd_cli due to defect #549 - This is impacting all users while Amazon investigates with yadayada. Watch this thread, or #559 for updates.

erse80 commented May 14, 2017

Sorry, you're right

erse80 closed this May 14, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment