Here is the raw stack trace:

Traceback (most recent call last):
  File 
"/home/vmagent/python_vm_runtime/google/appengine/ext/vmruntime/meta_app.py", 
line 550, in GetUserAppAndServe
    app, mod_file = self.GetUserApp(script)
  File 
"/home/vmagent/python_vm_runtime/google/appengine/ext/vmruntime/meta_app.py", 
line 411, in GetUserApp
    app = _AppFrom27StyleScript(script)
  File 
"/home/vmagent/python_vm_runtime/google/appengine/ext/vmruntime/meta_app.py", 
line 271, in _AppFrom27StyleScript
    app, filename, err = wsgi.LoadObject(script)
  File "/home/vmagent/python_vm_runtime/google/appengine/runtime/wsgi.py", line 
85, in LoadObject
    obj = __import__(path[0])
ImportError: No module named PLACEHOLDER


After a recent deploy to AppEngine flexable i get this spammed in the server 
logs. 

I have a very simple app.yaml - 


runtime: python27
vm: true
threadsafe: true
entrypoint: gunicorn -b :$PORT main:app


I have no idea why this is coming up or even how to start debugging. Any help 
would be greatly appriciated. Thank you


-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/b78dabdf-ad15-408a-bee8-6284e5a2da0d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine]... Andrew Wilson

Reply via email to