When I try to execute my app I get the Server error to try again in 30 minutes. 30 minutes doesn't help, 1, 2, or however many days doesn't help. Can someone tell me what I am doing wrong?
This is the log contents: 2014-03-10 13:37:17 Running command: "['C:\\Program Files (x86)\\Python\\python.exe', 'C:\\Program Files (x86)\\Google\\google_appengine\\dev_appserver.py', '--skip_sdk_update_check=yes', '--port=8080', '--admin_port=8000', 'C:\\e3mctwebdb\\appinventordb']" INFO 2014-03-10 13:37:20,440 devappserver2.py:675] Skipping SDK update check. WARNING 2014-03-10 13:37:20,450 api_server.py:341] Could not initialize images API; you are likely missing the Python "PIL" module. INFO 2014-03-10 13:37:20,463 api_server.py:138] Starting API server at: http://localhost:52646 INFO 2014-03-10 13:37:20,467 dispatcher.py:176] Starting module "default" running at: http://localhost:8080 INFO 2014-03-10 13:37:20,470 admin_server.py:117] Starting admin server at: http://localhost:8000 INFO 2014-03-10 13:37:24,362 module.py:612] default: "GET /_ah/warmup HTTP/1.1" 404 - INFO 2014-03-10 13:37:32,628 module.py:612] default: "GET / HTTP/1.1" 404 - -- 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.
