Created
December 10, 2013 22:34
-
-
Save tucotuco/7901592 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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