Skip to content

Instantly share code, notes, and snippets.

@tucotuco
Created December 10, 2013 22:34
Show Gist options
  • Save tucotuco/7901592 to your computer and use it in GitHub Desktop.
Save tucotuco/7901592 to your computer and use it in GitHub Desktop.
ERROR 2013-12-10 21:10:00,214 wsgi.py:262]
Traceback (most recent call last):
File "/Users/tuco/bin/google_appengine/google/appengine/runtime/wsgi.py", line 239, in Handle
handler = _config_handle.add_wsgi_middleware(self._LoadHandler())
File "/Users/tuco/bin/google_appengine/google/appengine/api/lib_config.py", line 353, in __getattr__
self._update_configs()
File "/Users/tuco/bin/google_appengine/google/appengine/api/lib_config.py", line 289, in _update_configs
self._registry.initialize()
File "/Users/tuco/bin/google_appengine/google/appengine/api/lib_config.py", line 164, in initialize
import_func(self._modname)
File "/Users/tuco/Projects/VertNet/webapp/appengine_config.py", line 53, in <module>
auth = get_auth()
File "/Users/tuco/Projects/VertNet/webapp/appengine_config.py", line 32, in get_auth
auth = json.loads(open(path, "r").read())
File "/Users/tuco/bin/google_appengine/google/appengine/tools/devappserver2/python/stubs.py", line 250, in __init__
super(FakeFile, self).__init__(filename, mode, bufsize, **kwargs)
IOError: [Errno 2] No such file or directory: '/Users/tuco/Projects/VertNet/webapp/auth.txt'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment