503 Over Quota #394

Closed
sbcrumb opened this Issue Sep 1, 2016 · 2 comments

Comments

Projects
None yet
3 participants

sbcrumb commented Sep 1, 2016

This application is temporarily over its serving quota

Anyone else getting this when trying to get a token? I was getting this on a mount so thought I needed a new token.

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 1567, in main
acd_client = client.ACDClient(CACHE_PATH, SETTINGS_PATH)
File "/usr/local/lib/python3.4/dist-packages/acdcli/api/client.py", line 44, in init
self.handler = oauth.create_handler(cache_path)
File "/usr/local/lib/python3.4/dist-packages/acdcli/api/oauth.py", line 28, in create_handler
return AppspotOAuthHandler(path)
File "/usr/local/lib/python3.4/dist-packages/acdcli/api/oauth.py", line 167, in init
self.load_oauth_data()
File "/usr/local/lib/python3.4/dist-packages/acdcli/api/oauth.py", line 99, in load_oauth_data
self.get_auth_token(reload=False)
File "/usr/local/lib/python3.4/dist-packages/acdcli/api/oauth.py", line 117, in get_auth_token
self.refresh_auth_token()
File "/usr/local/lib/python3.4/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:

<title>503 Over Quota</title> <style></style>
Error
 

Over Quota

This application is temporarily over its serving quota. Please try again later.

Contributor

zmwangx commented Sep 1, 2016

What about taking a look at the issue tracker before asking "Anyone else getting this when trying to get a token?" #393

sbcrumb commented Sep 1, 2016

yes my apologies. I see the issue being reported a few times. I used a work around as mentioned in
https://github.com/yadayada/acd_cli/issues/391

sbcrumb closed this Sep 1, 2016

yadayada added the duplicate label Sep 1, 2016

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