[google-appengine] Google App Engine Task Queue: googleapi: Error 500: Backend Error

2013-11-18 Thread Frank Blechschmidt


Hey :)

I've defined a pull queue for my app engine application and want to fill it 
from outside via the REST api. Unfortunately it doesn't work, I always get 
an error 500: backend error. Even if I try to fill it with the api explorer 
from thedocumentation.
https://developers.google.com/appengine/docs/go/taskqueue/rest/tasks/insert

It responses:

500 Internal Server Error
- Show headers -
{
 error: {
  errors: [
   {
domain: global,
reason: backendError,
message: Backend Error
   }
  ],
  code: 500,
  message: Backend Error
 }}

Any idea how to solve it?

Best regards Frank

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] Google App Engine Task Queue: googleapi: Error 500: Backend Error

2013-11-18 Thread Vinny P
On Mon, Nov 18, 2013 at 10:49 AM, Frank Blechschmidt frabl...@gmail.com
 wrote:

 I've defined a pull queue for my app engine application and want to fill
 it from outside via the REST api. Unfortunately it doesn't work, I always
 get an error 500: backend error. Even if I try to fill it with the api
 explorer from thedocumentation.


Are there any error logs showing up in the App Engine admin console?

If not, can you post the YAML definitions of your application's app.yaml,
backends.yaml, queue.yaml, and a short test case of your backends code?
Most likely there's some kind of issue there, as the API Explorer is
generally reliable when invoking services.


-
-Vinny P
Technology  Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.