[google-appengine] Is This a Bug in admin console ?

2009-10-03 Thread gimme

I just visiting my admin console with the following settings in
app.yaml:

- url: /admin/.*
  script: $PYTHON_LIB/google/appengine/ext/admin
  login: admin


but when i visit the `Task Queues` menu , it seems error occured
somewhere in python lab.

Traceback (most recent call last):
  File /base/python_lib/versions/1/google/appengine/ext/webapp/
__init__.py, line 507, in __call__
handler.get(*groups)
  File /base/python_lib/versions/1/google/appengine/ext/admin/
__init__.py, line 292, in get
'queues': self.stub.GetQueues(),
AttributeError: 'module' object has no attribute 'GetQueues'
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Why not GoogleAppEngineLauncher provide a password save feature

2009-10-01 Thread gimme

Every time i deploy my app use GoogleAppEngineLauncher , I was asked
to type my account and password .
So why not give us a choise , like a checkbox,  to save our password
according to our Apps when GoogleAppEngineLauncher is running. And
provide a button to manually type the Account info.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Anyone gives some advice to me please.

2009-09-23 Thread gimme

I checked my log , and the server returns a HTTP 200 reply
As the doc said, the task may be removed a week later? and there's no
way to NOTIFY the task with the same name to be executed again in
these days. - -

POST /task_test HTTP/1.1 200 124 AppEngine-Google; (+http://
code.google.com/appengine)

On Sep 23, 1:40 am, stelg stelg.best...@gmail.com wrote:
 Maybe the executed task has an error or does it respond a 303 HTTP
 code?

 To empty the task queue make sure that the Task function that is
 executed returns ONLY a HTTP 200 reply.  (Put simple dummy code and
 upload this)
 That works fine. The queue will be made empty. Check your LOG in de
 admin console select the DEBUG option.

 My framework did automatically access a CSS file. So the function
 caused 2 HTTP GETs, one that I coded myself and one that the framework
 generated. That HTTP GET for the CSS file was returning a 304 code
 causing the task not to run, while my own code returned a proper HTTP
 200.
 So I stripped the Task function and made sure no CSS file was going to
 be read. That solved my problem.  My advice: first check the log and
 try to clean your Task queue as described above

 On 22 sep, 10:21, gimme ba...@gimme.org wrote:



  I just use GAE to host a simple Blog, and I use Task to update my
  reply list .

  My idea is : every time a reply is posted , I just trigger a Task to
  add into the queue to update the reply list. I just add a task with
  the blog's subject id , and the task is executed some time later ,
  maybe 5 seconds after the post is replyed.

  And, when someone else post a new reply in the near time , I just add
  a task with the same name if the task is already in queue , so the
  task will executed only once.

  But i found that even if the Task is executed , It's not removed from
  the Queue. We could not re-add it.

  Why there's no mechanism to NOTIFY the Task to be re-executed ?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Anyone gives some advice to me please.

2009-09-22 Thread gimme

I just use GAE to host a simple Blog, and I use Task to update my
reply list .

My idea is : every time a reply is posted , I just trigger a Task to
add into the queue to update the reply list. I just add a task with
the blog's subject id , and the task is executed some time later ,
maybe 5 seconds after the post is replyed.

And, when someone else post a new reply in the near time , I just add
a task with the same name if the task is already in queue , so the
task will executed only once.

But i found that even if the Task is executed , It's not removed from
the Queue. We could not re-add it.

Why there's no mechanism to NOTIFY the Task to be re-executed ?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Random HTTP 500 errors

2009-09-03 Thread GIMME

Hey , why not remove all  try-except block and set debug=False in
WSGIApplication,
Then Google will log the error for you .


On 8月31日, 下午11时42分, vp vivpu...@gmail.com wrote:
 Can anyone from Google give me an update on this issue. Right now my
 app is hovering at 1 Request/Second with an error rate of .5 Errors/
 Second. As i have mentioned earlier, 99% of these errors clearly say
 ...500 10096ms 0cpu_ms 0kb..., which from what i can understand
 shows the request never gets to the actual request handler code.

 Thanks
 -V
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] GAE 自定义域名怎么又 不能用了??

2009-08-31 Thread GIMME
GFW 又疯了?
前段时间还好好的啊.
怎么现在又不好了啊?

- -

GAE 是不是有必要整治一下那些低俗网站了?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---