Closed Originn closed 7 years ago
it is an amazon issue #550
yep same for me
Wait some hours, maybe a day. We had this the last time about 24 days ago and it is an amazon api problem.
Same here - this appears to be an Amazon issue as my setup has been working for weeks:
cpare@raspberrypi:~$ /usr/local/bin/acd_cli -v sync
17-05-13 18:56:29.567 [INFO] [acd_cli] - Plugin leaf classes: TestPlugin
17-05-13 18:56:29.569 [INFO] [acd_cli] - TestPlugin attached.
17-05-13 18:56:29.570 [INFO] [acd_cli] - Settings path is "/home/cpare/.config/acd_cli".
17-05-13 18:56:29.571 [INFO] [acd_cli] - Cache path is "/home/cpare/.cache/acd_cli".
17-05-13 18:56:29.579 [INFO] [acdcli.api.client] - Initializing ACD with path "/home/cpare/.cache/acd_cli".
17-05-13 18:56:29.588 [INFO] [acdcli.api.oauth] - AppspotOAuthHandler initialized
17-05-13 18:56:34.844 [INFO] [acdcli.cache.schema] - DB schema version is 2.
Getting changes17-05-13 18:56:34.849 [INFO] [acdcli.api.metadata] - Getting changes with checkpoint "CLKBx5fAKxoA".
17-05-13 18:56:34.850 [INFO] [acdcli.api.backoff_req] - POST "https://cdws.us-east-1.amazonaws.com/drive/v1/changes"
Traceback (most recent call last):
File "/usr/local/bin/acd_cli", line 9, in <module>
load_entry_point('acdcli==0.3.2', 'console_scripts', 'acd_cli')()
File "/usr/local/bin/acd_cli.py", line 1680, in main
ret = args.func(args)
File "/usr/local/bin/acd_cli.py", line 774, in sync_action
ret = sync_node_list(args.full, args.to_file, args.from_file)
File "/usr/local/bin/acd_cli.py", line 149, in sync_node_list
file=to_file if to_file else None)
File "/usr/local/lib/python3.4/dist-packages/acdcli/api/metadata.py", line 51, in get_changes
raise RequestError(r.status_code, r.text)
acdcli.api.common.RequestError: RequestError: 429, [acd_api] no body received.
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.
Confirmed, rclone works.
same here, get "no body received." and "Rate exceeded" errors with acd but rclone still works
Hello, i can confirm the issue too.
"acdcli.api.common.RequestError: RequestError: 429, [acd_api] no body received. 17-05-14 09:34:06.223 [WARNING] [acdcli.acd_fuse] - Error getting account quota data. Cannot determine total and available disk space."
Same issues since yesterday evening :( Does everyone know, how to fix it? Maybe with a workaround? Or do we really have to wait that Amazon fix it?
It almost sounds like acd_cli got revoked. @yadayada ?
maybe it's amazon reaction to https://github.com/yadayada/acd_cli/issues/549#issuecomment-301234895 or this https://github.com/yadayada/acd_cli/issues/416
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.
@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. Makes sense what you're saying - though.
rclone still appears to be working fine. It does look like Amazon have suspended acdcli access while they look into the issue.
On Sun, 14 May 2017, 11:26 Tom Bowditch, notifications@github.com wrote:
@chrisgavin https://github.com/chrisgavin I guess we can ask @yadayada https://github.com/yadayada if they see anything in the Amazon console or w/e regarding the tensile-runway-92512.appspot.com.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/yadayada/acd_cli/issues/559#issuecomment-301303367, or mute the thread https://github.com/notifications/unsubscribe-auth/AQTBhBRxOlOqfWr76wKh0hw6mGX6bs2Hks5r5tbggaJpZM4NaMXP .
Error |
Over Quota
This application is temporarily over its serving quota. Please try again later.
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.