Created
April 8, 2011 00:44
-
-
Save amiller/909089 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
python server.py | |
Traceback (most recent call last): | |
File "/usr/local/lib/python2.6/dist-packages/web.py-0.34-py2.6.egg/web/application.py", line 242, in process | |
return self.handle() | |
File "/usr/local/lib/python2.6/dist-packages/web.py-0.34-py2.6.egg/web/application.py", line 233, in handle | |
return self._delegate(fn, self.fvars, args) | |
File "/usr/local/lib/python2.6/dist-packages/web.py-0.34-py2.6.egg/web/application.py", line 415, in _delegate | |
return handle_class(cls) | |
File "/usr/local/lib/python2.6/dist-packages/web.py-0.34-py2.6.egg/web/application.py", line 390, in handle_class | |
return tocall(*args) | |
File "/usr/local/lib/python2.6/dist-packages/mimerender-0.2.2-py2.6.egg/mimerender.py", line 159, in wrapper | |
if not shortmime: shortmime = _get_short_mime(mime) | |
File "/usr/local/lib/python2.6/dist-packages/mimerender-0.2.2-py2.6.egg/mimerender.py", line 76, in _get_short_mime | |
raise MimeRenderException('No short mime for type "%s"' % mime) | |
MimeRenderException: No short mime for type "json" | |
127.0.0.1 - - [2011-04-07 20:43:17] "GET / HTTP/1.1" 500 36570 "-" "Python-urllib/2.6" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment