Created
April 10, 2012 13:08
-
-
Save tlevine/2351241 to your computer and use it in GitHub Desktop.
Error that I've been seeing recently
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
Traceback (most recent call last): | |
File "/home/startup/exec.py", line 111, in <module> | |
etb = scraperwiki.stacktrace.getExceptionTraceback(code) | |
File "/home/scraperwiki/python/scraperwiki/stacktrace.py", line 68, in getExceptionTraceback | |
result = { "message_type":'exception', "exceptiondescription":"%s: %s" % (exc_value.__class__.__name...more | |
UnicodeEncodeError: 'ascii' codec can't encode characters in position 24631-24633: ordinal not in range(128) | |
Finished: 8.962 seconds elapsed, exit status 1 | |
runfinished |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment