endpoints.API_EXPLORER_CLIENT_ID) AttributeError: 'module' object has no attribute 'API_EXPLORER_CLIENT_ID'

22 views
Skip to first unread message

Dewey Gaedcke

unread,
May 9, 2016, 5:47:18 PM5/9/16
to Ferris Framework

Ferris is having trouble with a missing attribute on the "endpoints" module....



Traceback (most recent call last): File "/Users/dgaedcke/gcloud_tools/google-cloud-sdk/platform/google_appengine/google/appengine/runtime/wsgi.py", line 240, in Handle File "/Users/dgaedcke/gcloud_tools/google-cloud-sdk/platform/google_appengine/google/appengine/runtime/wsgi.py", line 240, in Handle File "/Users/dgaedcke/gcloud_tools/google-cloud-sdk/platform/google_appengine/google/appengine/runtime/wsgi.py", line 240, in Handle handler = _config_handle.add_wsgi_middleware(self._LoadHandler()) handler = _config_handle.add_wsgi_middleware(self._LoadHandler()) handler = _config_handle.add_wsgi_middleware(self._LoadHandler()) File "/Users/dgaedcke/gcloud_tools/google-cloud-sdk/platform/google_appengine/google/appengine/runtime/wsgi.py", line 299, in _LoadHandler File "/Users/dgaedcke/gcloud_tools/google-cloud-sdk/platform/google_appengine/google/appengine/runtime/wsgi.py", line 299, in _LoadHandler handler, path, err = LoadObject(self._handler) File "/Users/dgaedcke/gcloud_tools/google-cloud-sdk/platform/google_appengine/google/appengine/runtime/wsgi.py", line 299, in _LoadHandler handler, path, err = LoadObject(self._handler) handler, path, err = LoadObject(self._handler) File "/Users/dgaedcke/gcloud_tools/google-cloud-sdk/platform/google_appengine/google/appengine/runtime/wsgi.py", line 96, in LoadObject File "/Users/dgaedcke/gcloud_tools/google-cloud-sdk/platform/google_appengine/google/appengine/runtime/wsgi.py", line 96, in LoadObject__import__(cumulative_path) __import__(cumulative_path) File "/Users/dgaedcke/gcloud_tools/google-cloud-sdk/platform/google_appengine/google/appengine/runtime/wsgi.py", line 96, in LoadObject__import__(cumulative_path) File "/Users/dgaedcke/dev/TouchstoneMicroservices/service_backend/main.py", line 9, in <module> File "/Users/dgaedcke/dev/TouchstoneMicroservices/service_backend/main.py", line 9, in <module> File "/Users/dgaedcke/dev/TouchstoneMicroservices/service_backend/main.py", line 9, in <module> import endpoint_config # establishes the endpoint 'tstone' in registry as the default import endpoint_config # establishes the endpoint 'tstone' in registry as the default import endpoint_config # establishes the endpoint 'tstone' in registry as the default File "/Users/dgaedcke/dev/TouchstoneMicroservices/service_backend/endpoint_config.py", line 4, in <module>File "/Users/dgaedcke/dev/TouchstoneMicroservices/service_backend/endpoint_config.py", line 4, in <module> File "/Users/dgaedcke/dev/TouchstoneMicroservices/service_backend/endpoint_config.py", line 4, in <module> endpoints.add('service_backend/endpoint_config.yaml', default=True)endpoints.add('service_backend/endpoint_config.yaml', default=True)endpoints.add('service_backend/endpoint_config.yaml', default=True) File "/Users/dgaedcke/dev/TouchstoneMicroservices/venv/lib/python2.7/site-packages/ferris3/endpoints.py", line 37, in add File "/Users/dgaedcke/dev/TouchstoneMicroservices/venv/lib/python2.7/site-packages/ferris3/endpoints.py", line 37, in add File "/Users/dgaedcke/dev/TouchstoneMicroservices/venv/lib/python2.7/site-packages/ferris3/endpoints.py", line 37, in add config = load_config_file(config_or_file) config = load_config_file(config_or_file)config = load_config_file(config_or_file) File "/Users/dgaedcke/dev/TouchstoneMicroservices/venv/lib/python2.7/site-packages/ferris3/endpoints.py", line 91, in load_config_file File "/Users/dgaedcke/dev/TouchstoneMicroservices/venv/lib/python2.7/site-packages/ferris3/endpoints.py", line 91, in load_config_file File "/Users/dgaedcke/dev/TouchstoneMicroservices/venv/lib/python2.7/site-packages/ferris3/endpoints.py", line 91, in load_config_file recursive_replace(config, 'API_EXPLORER_CLIENT_ID', endpoints.API_EXPLORER_CLIENT_ID) AttributeError: 'module' object has no attribute 'API_EXPLORER_CLIENT_ID' recursive_replace(config, 'API_EXPLORER_CLIENT_ID', endpoints.API_EXPLORER_CLIENT_ID) recursive_replace(config, 'API_EXPLORER_CLIENT_ID', endpoints.API_EXPLORER_CLIENT_ID) AttributeError: 'module' object has no attribute 'API_EXPLORER_CLIENT_ID'

Jonathan Parrott

unread,
May 10, 2016, 1:35:35 PM5/10/16
to Dewey Gaedcke, Ferris Framework
Can you file a bug on github? It'll be a bit easier to track and respond to.

Reply all
Reply to author
Forward
0 new messages