Note that there are some explanatory texts on larger screens.

plurals
  1. POGoogle app engine sample app throwing 503
    primarykey
    data
    text
    <p>I have setup Google app engine's sample android from <a href="https://developers.google.com/cloud/samples/mbs/getting_started">this tutorial</a></p> <p>when I type something into the EditText and press Send Button, nothing happens for a while and throws the following error</p> <pre><code>06-10 18:47:49.109: I/CloudBackend(28741): error: 06-10 18:47:49.109: I/CloudBackend(28741): com.google.api.client.googleapis.json.GoogleJsonResponseException: 503 Service Unavailable 06-10 18:47:49.109: I/CloudBackend(28741): { 06-10 18:47:49.109: I/CloudBackend(28741): "code": 503, 06-10 18:47:49.109: I/CloudBackend(28741): "errors": [ 06-10 18:47:49.109: I/CloudBackend(28741): { 06-10 18:47:49.109: I/CloudBackend(28741): "domain": "global", 06-10 18:47:49.109: I/CloudBackend(28741): "message": "", 06-10 18:47:49.109: I/CloudBackend(28741): "reason": "backendError" 06-10 18:47:49.109: I/CloudBackend(28741): } 06-10 18:47:49.109: I/CloudBackend(28741): ], 06-10 18:47:49.109: I/CloudBackend(28741): "message": "" 06-10 18:47:49.109: I/CloudBackend(28741): } 06-10 18:47:49.109: I/CloudBackend(28741): at com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest.newExceptionOnError(AbstractGoogleJsonClientRequest.java:111) 06-10 18:47:49.109: I/CloudBackend(28741): at com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest.newExceptionOnError(AbstractGoogleJsonClientRequest.java:38) 06-10 18:47:49.109: I/CloudBackend(28741): at com.google.api.client.googleapis.services.AbstractGoogleClientRequest$1.interceptResponse(AbstractGoogleClientRequest.java:314) 06-10 18:47:49.109: I/CloudBackend(28741): at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1060) 06-10 18:47:49.109: I/CloudBackend(28741): at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:412) 06-10 18:47:49.109: I/CloudBackend(28741): at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:345) 06-10 18:47:49.109: I/CloudBackend(28741): at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.execute(AbstractGoogleClientRequest.java:463) 06-10 18:47:49.109: I/CloudBackend(28741): at com.google.cloud.backend.android.CloudBackend.insert(CloudBackend.java:111) 06-10 18:47:49.109: I/CloudBackend(28741): at com.google.cloud.backend.android.CloudBackendAsync.access$0(CloudBackendAsync.java:1) 06-10 18:47:49.109: I/CloudBackend(28741): at com.google.cloud.backend.android.CloudBackendAsync$1.callBackend(CloudBackendAsync.java:87) 06-10 18:47:49.109: I/CloudBackend(28741): at com.google.cloud.backend.android.CloudBackendAsync$1.callBackend(CloudBackendAsync.java:1) 06-10 18:47:49.109: I/CloudBackend(28741): at com.google.cloud.backend.android.CloudBackendAsync$BackendCaller.run(CloudBackendAsync.java:428) </code></pre> <p>It is very annoying that the message is "" ! P.S: I am new to Google app engine. </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload