RequestError 429 "Rate Exceeded" #550

Closed
drgroot opened this Issue Apr 19, 2017 · 22 comments

Comments

Projects
None yet

drgroot commented Apr 19, 2017 edited

#74 (same issue)

Syncing...
17-04-19 08:41:10.959 [ERROR] [acdcli.api.backoff_req] - Error getting node list.
17-04-19 08:41:10.966 [ERROR] [acd_cli] - RequestError: 429, {"message":"Rate exceeded"}
17-04-19 08:41:10.966 [CRITICAL] [acd_cli] - Sync failed.

I'm noticing this issue again. I have tried to register my security profile (but not respsonse from amazon)
I also cannot figure out how to install the 'google.appengine.api' module.

any tips?

thenoahcomputer commented Apr 19, 2017 edited

I'm fairly certain something is broken on Amazon's end. I noticed this yesterday along with a variety of other unusual errors:
-"bad address" when writing to a mount (write access has been broken since yesterday for me)
-"url not found" and "rate exceeded" when syncing or doing anything with acd_cli
-some message about it being unable to get my quota and usage when mounting
-random dismounts
-sometimes syncing takes 3-4 attempts to complete
-clear-cache, re-auth, re-sync doesn't resolve it

Edit: I get similar problems with rclone mount, so this isn't an acd_cli specific problem

same problem, since yesterday,
and some uploaded files after upload became with 0 bytes in size
i even formated a new debian comuter, but same problem

kelek- commented Apr 19, 2017

Same issue here as well. That has to be something on Amazons side. Let's all be patient and wait 👍

drgroot commented Apr 19, 2017

so has this been resolved?

Looks like amazon has fixed it. I get no "Rate exceeded" error since the last 40 minutes, but I get some "Connection reset by peer" errors.

Before this my Arq backup was also not working and this is now working.

kelek- commented Apr 19, 2017

Its working for me for at least 4 hours again - can be closed 👍

Confirmed working for me again as well

drgroot closed this Apr 19, 2017

kelek- commented May 13, 2017 edited

Here we go again with:
acd_cli sync
17-05-13 20:57:23.850 [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 <module> 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.4/dist-packages/acdcli/api/client.py", line 46, in __init__ self._load_endpoints() File "/usr/local/lib/python3.4/dist-packages/acdcli/api/client.py", line 69, in _load_endpoints self._endpoint_data = self._get_endpoints() File "/usr/local/lib/python3.4/dist-packages/acdcli/api/client.py", line 80, in _get_endpoints raise Exception Exception

Amazon issues again? Can somebody confirm?

// sorry for the horrible formatting, in the editor it looks perfect, but when im posting it, it looks like .. this

thenoahcomputer commented May 13, 2017 edited

Yep I'm getting this again when autosync runs:

Getting changes17-05-13 15:00:36.986 [ERROR] [acd_cli] - Traceback (most recent call last): File "/usr/local/bin/acd_cli.py", line 273, in autosync sync_node_list(full=False) 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.5/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.

Given that #549 came up again at the same time just like the last time this happened, I think Amazon is having similar issues again.

kelek- commented May 13, 2017

Thanks for the confirmation!
So we can leave this closed I guess :)

I've got the same issue

same here!

devtrf commented May 13, 2017

Same here:

17-05-13 21:45:15.247 [CRITICAL] [acdcli.api.client] - Error getting endpoint data. Response: {"message":"Rate exceeded"}
Traceback (most recent call last):
File "/usr/local/bin/acdcli", line 9, in
load_entry_point('acdcli==0.3.2', 'console_scripts', 'acdcli')()
File "/usr/local/bin/acd_cli.py", line 1582, in main
acd_client = client.ACDClient(CACHE_PATH, SETTINGS_PATH)

Same here ... seems to be an Amazon issue because I can't connect with the Android Amazon Drive App either

tmanka commented May 13, 2017

Same here :-(

17-05-13 17:22:11.284 [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 1645, 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 69, 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

qbert commented May 13, 2017

Same here
[ERROR] [acd_cli] - RequestError: 429, {"message":"Rate exceeded"}

I'm also having that issue.
17-05-13 22:49:12.708 [CRITICAL] [acdcli.api.client] - Error getting endpoint data. Response: {"message":"Rate exceeded"}

same

petvas commented May 13, 2017

+1

M0V3 commented May 14, 2017

It's only acd_cli.
rclone for example works flawless

Owner

yadayada commented May 14, 2017

See #416.

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