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