yadayada / acd_cli

An unmaintained command line interface and FUSE filesystem for Amazon (Cloud) Drive
Other
1.35k stars 165 forks source link

RequestError 429 "Rate Exceeded" #550

Closed drgroot closed 7 years ago

drgroot commented 7 years ago

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 7 years ago

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

josefolhaoliveira commented 7 years ago

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 7 years ago

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

0x4D616E75 commented 7 years ago

Looks like you're right. There are two entries in the amazon developer forum from today, which describe the same problem.

https://forums.developer.amazon.com/questions/67668/error-429-rate-exceeded-when-uploading-or-download.html

https://forums.developer.amazon.com/questions/67393/anyone-else-having-problems-uploading-stuff-i-keep.html

drgroot commented 7 years ago

so has this been resolved?

0x4D616E75 commented 7 years ago

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 7 years ago

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

thenoahcomputer commented 7 years ago

Confirmed working for me again as well

kelek- commented 7 years ago

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 7 years ago

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 7 years ago

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

marekk1717 commented 7 years ago

I've got the same issue

ChoosenEye commented 7 years ago

same here!

devtrf commented 7 years ago

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)

HirschSt commented 7 years ago

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

tmanka commented 7 years ago

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 7 years ago

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

Iwenick commented 7 years ago

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"}

gdragotto commented 7 years ago

same

petvas commented 7 years ago

+1

ghost commented 7 years ago

It's only acd_cli. rclone for example works flawless

yadayada commented 7 years ago

See #416.