Skip to content

Instantly share code, notes, and snippets.

@euphoris
Created January 2, 2014 17:57
Show Gist options
  • Save euphoris/8223264 to your computer and use it in GitHub Desktop.
Save euphoris/8223264 to your computer and use it in GitHub Desktop.
(earthweb1)jmair:earthweb jae-myoungyu$ earthreader server ~/Dropbox/rss
serving on http://0.0.0.0:5000
ERROR:waitress:Exception when serving /entries/
Traceback (most recent call last):
File "/Users/jae-myoungyu/ENV/earthweb1/lib/python2.7/site-packages/waitress/channel.py", line 337, in service
task.service()
File "/Users/jae-myoungyu/ENV/earthweb1/lib/python2.7/site-packages/waitress/task.py", line 173, in service
self.execute()
File "/Users/jae-myoungyu/ENV/earthweb1/lib/python2.7/site-packages/waitress/task.py", line 392, in execute
app_iter = self.channel.server.application(env, start_response)
File "/Users/jae-myoungyu/ENV/earthweb1/lib/python2.7/site-packages/flask/app.py", line 1836, in __call__
return self.wsgi_app(environ, start_response)
File "/Users/jae-myoungyu/repo/earthreader/earthweb/earthreader/web/wsgi.py", line 59, in __call__
return self.app(environ, start_response)
File "/Users/jae-myoungyu/ENV/earthweb1/lib/python2.7/site-packages/flask/app.py", line 1820, in wsgi_app
response = self.make_response(self.handle_exception(e))
File "/Users/jae-myoungyu/ENV/earthweb1/lib/python2.7/site-packages/flask/app.py", line 1407, in handle_exception
self.log_exception((exc_type, exc_value, tb))
File "/Users/jae-myoungyu/ENV/earthweb1/lib/python2.7/site-packages/flask/app.py", line 1420, in log_exception
self.logger.error('Exception on %s [%s]' % (
File "/Users/jae-myoungyu/ENV/earthweb1/lib/python2.7/site-packages/flask/app.py", line 582, in logger
from flask.logging import create_logger
ImportError: No module named logging
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment