Hello.I'm Puriketu in Japan. I posted following question to stackoverflow. If you feel like it,please answer me.
https://stackoverflow.com/questions/24516571/how-to-solve-an-error-on-gae-for-unexpected-attribute-dispatch-for-object-of Please tell me to deploy my project for GAE. I can not deploy my project because of the following error. %appcfg.py update app.yaml dispatch.yaml worker.yaml(omissions) appcfg.py: error: Error parsing ./dispatch.yaml: Unexpected attribute 'dispatch' for object of type AppInfoExternal.in "./dispatch.yaml", line 4, column 1. This project has the following yaml files in direct project folder. app.yaml dipatch.yaml worker.yaml The following is dispatch.yaml. application: my-app dispatch:- url: "*/worker/*" module: worker The following is worker.yaml. application: my-app module: worker api_version: 1 threadsafe: false version: uno runtime: python27 instance_class: B1 manual_scaling: instances: 1 handlers:- url: /_ah/start script: my-worker.app -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
