Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Occasional 503 from Fusion Tables API #16

Open
cgansen opened this issue Mar 11, 2013 · 0 comments
Open

Occasional 503 from Fusion Tables API #16

cgansen opened this issue Mar 11, 2013 · 0 comments
Labels

Comments

@cgansen
Copy link
Contributor

cgansen commented Mar 11, 2013

Sometimes Fusion Tables will get cranky and throw 503s.

There should be more graceful handling of this error condition.

A GData::Client::UnknownError occurred in location#show:

  request error 503: {
 "error": {
  "errors": [
   {
    "domain": "global",
    "reason": "backendError",
    "message": "Backend Error"
   }
  ],
  "code": 503,
  "message": "Backend Error"
 }
}

  vendor/bundle/ruby/1.9.1/gems/gdata_19-1.1.5/lib/gdata/client/base.rb:96:in `make_request'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant