I get these errors when I try to deploy my application. It runs fine
locally. The first is when I call it version 1, the second is version
2 (i read online and it said incrementing the version would help but
it didn't). I did look on the developer docs but I didn't find
anything. I apologize if I am doing something dumb.
*** Running appfg.py with the following flags:
--no_cookies --email=********** --passin update
Application: flocopoker; version: 1
Host: appengine.google.com
Starting update of app: flocopoker, version: 1
Scanning files on local disk.
Cloning 1 static file.
Cloning 9 application files.
Compilation starting.
Compilation completed.
Starting deployment.
Checking if deployment succeeded.
Will check again in 1 seconds.
Checking if deployment succeeded.
Will check again in 2 seconds.
Checking if deployment succeeded.
Will check again in 4 seconds.
Checking if deployment succeeded.
Deployment successful.
Checking if updated app version is serving.
Will check again in 1 seconds.
Checking if updated app version is serving.
Will check again in 1 seconds.
Checking if updated app version is serving.
Completed update of app: flocopoker, version: 1
Uploading index definitions.
Password for ***********: If deploy fails you might need to 'rollback'
manually.
The "Make Symlinks..." menu option can help with command-line work.
*** appcfg.py has finished with exit code 0 ***
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
*** Running appfg.py with the following flags:
--no_cookies --email=*********** --passin update
Application: flocopoker; version: 2
Host: appengine.google.com
Starting update of app: flocopoker, version: 2
Scanning files on local disk.
Cloning 1 static file.
Cloning 9 application files.
Compilation starting.
Compilation completed.
Starting deployment.
Checking if deployment succeeded.
Will check again in 1 seconds.
Checking if deployment succeeded.
Will check again in 2 seconds.
Checking if deployment succeeded.
Deployment successful.
Checking if updated app version is serving.
Completed update of app: flocopoker, version: 2
Uploading index definitions.
Password for ***********: If deploy fails you might need to 'rollback'
manually.
The "Make Symlinks..." menu option can help with command-line work.
*** appcfg.py has finished with exit code 0 ***
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Here is my app.yaml
application: flocopoker
version: 2
runtime: python
api_version: 1
handlers:
- url: /stylesheets
static_dir: stylesheets
- url: /favicon\.ico
static_files: favicon.ico
upload: favicon\.ico
- url: .*
script: main.py
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.