I have this problem now too, was there a solution? Thanks!
yaml->
runtime: custom
env: flex
entrypoint: gunicorn -b :$PORT main:app
Traceback ->
INFO 2017-05-30 19:06:43,446 module.py:813] default: "GET / HTTP/1.1"
500 -
ERROR 2017-05-30 19:06:44,489 wsgi.py:263]
Traceback (most recent call last):
File
"/Users/willcadell/google-cloud-sdk/platform/google_appengine/google/appengine/runtime/wsgi.py",
line 240, in Handle
handler = _config_handle.add_wsgi_middleware(self._LoadHandler())
File
"/Users/willcadell/google-cloud-sdk/platform/google_appengine/google/appengine/runtime/wsgi.py",
line 299, in _LoadHandler
handler, path, err = LoadObject(self._handler)
File
"/Users/willcadell/google-cloud-sdk/platform/google_appengine/google/appengine/runtime/wsgi.py",
line 85, in LoadObject
obj = __import__(path[0])
ImportError: No module named PLACEHOLDER
On Friday, 30 September 2016 09:59:35 UTC-7, Nick (Cloud Platform Support)
wrote:
>
> Hey Andrew,
>
> Is this still occurring for you? If so, could you let me know the project
> ID via a direct email to me at [email protected]? I'd be happy to try to
> take a look into this.
>
> Cheers,
>
> Nick
> Cloud Platform Community Support
>
> On Thursday, September 22, 2016 at 3:14:46 PM UTC-4, Andrew Wilson wrote:
>>
>> 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 [email protected].
To post to this group, send email to [email protected].
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/938b273a-9c85-460c-ad16-525f5ba78c4a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.