I am getting following error while deploying the app. I have changed peoject Id in config file.
ERROR: (gcloud.app.deploy) Error Response: [9] Application startup error: 13:33:52 system | bookshelf.1 started (pid=7) 13:33:53 bookshelf.1 | [2016-12-07 13:33:53 +0000] [9] [INFO] Starting gunicorn 19.6.0 13:33:53 bookshelf.1 | [2016-12-07 13:33:53 +0000] [9] [INFO] Listening at: http://0.0.0.0:8080 (9) 13:33:53 bookshelf.1 | [2016-12-07 13:33:53 +0000] [9] [INFO] Using worker: sync 13:33:53 bookshelf.1 | [2016-12-07 13:33:53 +0000] [12] [INFO] Booting worker with pid: 12 13:33:54 bookshelf.1 | [2016-12-07 13:33:54 +0000] [12] [ERROR] Exception in worker process 13:33:54 bookshelf.1 | Traceback (most recent call last): 13:33:54 bookshelf.1 | File "/env/lib/python3.4/site-packages/gunicorn/arbiter.py", line 557, in spawn_worker 13:33:54 bookshelf.1 | worker.init_process() 13:33:54 bookshelf.1 | File "/env/lib/python3.4/site-packages/gunicorn/workers/base.py", line 126, in init_process 13:33:54 bookshelf.1 | self.load_wsgi() 13:33:54 bookshelf.1 | File "/env/lib/python3.4/site-packages/gunicorn/workers/base.py", line 136, in load_wsgi 13:33:54 bookshelf.1 | self.wsgi = self.app.wsgi() 13:33:54 bookshelf.1 | File "/env/lib/python3.4/site-packages/gunicorn/app/base.py", line 67, in wsgi 13:33:54 bookshelf.1 | self.callable = self.load() 13:33:54 bookshelf.1 | File "/env/lib/python3.4/site-packages/gunicorn/app/wsgiapp.py", line 65, in load 13:33:54 bookshelf.1 | return self.load_wsgiapp() 13:33:54 bookshelf.1 | File "/env/lib/python3.4/site-packages/gunicorn/app/wsgiapp.py", line 52, in load_wsgiapp 13:33:54 bookshelf.1 | return util.import_app(self.app_uri) 13:33:54 bookshelf.1 | File "/env/lib/python3.4/site-packages/gunicorn/util.py", line 357, in import_app 13:33:54 bookshelf.1 | __import__(module) 13:33:54 bookshelf.1 | File "/home/vmagent/app/main.py", line 19, in <module> 13:33:54 bookshelf.1 | app = bookshelf.create_app(config) 13:33:54 bookshelf.1 | File "/home/vmagent/app/bookshelf/__init__.py", line 41, in create_app 13:33:54 bookshelf.1 | handler = CloudLoggingHandler(client) 13:33:54 bookshelf.1 | File "/env/lib/python3.4/site-packages/google/cloud/logging/handlers/handlers.py", line 80, in __init__ 13:33:54 bookshelf.1 | self.transport = transport(client, name) 13:33:54 bookshelf.1 | File "/env/lib/python3.4/site-packages/google/cloud/logging/handlers/transports/background_thread.py", line 154, in __init__ 13:33:54 bookshelf.1 | http = client._connection.credentials.authorize(http) 13:33:54 bookshelf.1 | AttributeError: 'Credentials' object has no attribute 'authorize' 13:33:54 bookshelf.1 | [2016-12-07 13:33:54 +0000] [12] [INFO] Worker exiting (pid: 12) 13:33:54 bookshelf.1 | [2016-12-07 13:33:54 +0000] [9] [INFO] Shutting down: Master 13:33:54 bookshelf.1 | [2016-12-07 13:33:54 +0000] [9] [INFO] Reason: Worker failed to boot. 13:33:54 system | bookshelf.1 stopped (rc=3) -- 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/2ba1bccf-9bc0-43d0-9441-a9d45d6ec05b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
