Can't seem to be successful in authorising acd_cli again #559
Comments
emreuenal
commented
May 13, 2017
|
it is an amazon issue #550 |
Boecki83
commented
May 13, 2017
|
yep same for me |
M0V3
commented
May 13, 2017
•
|
Wait some hours, maybe a day. |
cpare
commented
May 13, 2017
•
|
Same here - this appears to be an Amazon issue as my setup has been working for weeks:
|
spuniun
commented
May 14, 2017
•
|
I am able to mount my ACD with rclone just fine so it doesn't appear to be an API issue on Amazon's end. |
M0V3
commented
May 14, 2017
|
Confirmed, rclone works. |
Harrdy
commented
May 14, 2017
|
same here, get "no body received." and "Rate exceeded" errors with acd but rclone still works |
ethanfel
commented
May 14, 2017
|
Hello, i can confirm the issue too. "acdcli.api.common.RequestError: RequestError: 429, [acd_api] no body received. |
scream88
commented
May 14, 2017
|
Same issues since yesterday evening :( Does everyone know, how to fix it? Maybe with a workaround? |
madyoda
commented
May 14, 2017
|
It almost sounds like acd_cli got revoked. @yadayada ? |
SchnorcherSepp
commented
May 14, 2017
•
|
maybe it's amazon reaction to |
chrisgavin
commented
May 14, 2017
|
I wonder if you are right @SchnorcherSepp. It's possible they believe it to be an issue specific to acd_cli (I wonder if it could even be a caching bug in App Engine), and have cut off access. Either way, the fact they still aren't giving open access to the API makes this a bit of a pain. I'd be happy to use my own security profile if they'd damn well let me. |
madyoda
commented
May 14, 2017
•
|
@chrisgavin I guess we can ask @yadayada if they see anything in the Amazon console or w/e regarding the tensile-runway-92512.appspot.com. |
tintop2k
commented
May 14, 2017
|
rclone still appears to be working fine. It does look like Amazon have
suspended acdcli access while they look into the issue.
…
|
zenjabba
commented
May 14, 2017
AiMAnsarie
commented
May 14, 2017
|
Confirming the acd_cli error. |
Em31Et
commented
May 14, 2017
|
acd_cli used cache to minimize api call, but rclone spam API. |
madyoda
commented
May 14, 2017
chrisgavin
commented
May 14, 2017
|
@Em31Et It seems likely the ban was due to the recently reported security concern (okay it was reported a while ago but it seems Amazon is only now paying attention). I can't really blame Amazon for protecting customer data first and asking questions later. |
tintop2k
commented
May 14, 2017
|
screen -d -m -S ACDMOUNT bash -c 'rclone mount --read-only --allow-other
--acd-templink-threshold 0 --stats 1s --buffer-size 1G --timeout 5s
--contimeout 5s -v --log-file=/home/plex/acdmount.log acd_remote:Media
/home/plex/.acd-sorted'
…
|
My personal security profile, which should have nothing to do with acd_cli, also appears to be banned. Which makes no sense at all. |
madyoda
commented
May 14, 2017
|
@zmwangx Huh. This is interesting, because rclone isn't revoked. Does your security profile make any references to acd_cli? |
|
The name is unfortunately acd_cli... But banning profiles based on the name sounds incredibly stupid. |
madyoda
commented
May 14, 2017
|
It's my security profile used only for myself. They can easily verify who's signed in with that profile, so cross-contamination is impossible unless I intentionally look into owning other people's files. Also, anyone unaware of this project could have called their security profile acd_cli. It's not exactly an imaginative name. |
chrisgavin
commented
May 14, 2017
|
They can probably check which software was used to access ACD anyway given that acd_cli sets a custom user agent. It's possible they banned based on that. Seems stupid though, given that the method for using a custom security profile should prevent any access tokens or refresh tokens from leaving your machine. |
|
Not a user agent issue. I commented out the user agent patching part. Same thing. I'll try to manually issue authorization requests after lunch to make sure that my security profile is indeed banned. I'll report back (sorry about the spam in advance). |
|
Oh I just realized @chrisgavin was talking about software that was used to access ACD with the custom user agent. Yeah that's possible. |
yadayada
added the
oauth
label
May 25, 2017
|
Please delete your oauth data and try again. |

Originn commentedMay 13, 2017
I have been trying to mount acd_cli on 16.04 ubuntu headless EC2. I have been successful on the first attempt, and the computer froze after trying to upload. I have created a new instance and tried to reinstall acd_cli, but now I get the following message after moving the oauth file to .cache/acd_cli.-
Press a key if you have saved the "oauth_data" file into "/root/.cache/acd_cli".
17-05-13 20:54:24.508 [CRITICAL] [acdcli.api.client] - Error getting endpoint data. Response: {"message":"Rate exceeded"}
Traceback (most recent call last):
File "/usr/local/bin/acd_cli", line 9, 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 46, in init
self._load_endpoints()
File "/usr/local/lib/python3.5/dist-packages/acdcli/api/client.py", line 63, in _load_endpoints
self._endpoint_data = self._get_endpoints()
File "/usr/local/lib/python3.5/dist-packages/acdcli/api/client.py", line 80, in _get_endpoints
raise Exception
Exception
re installation does not help.