Skip to content

Instantly share code, notes, and snippets.

@tlevine
Created April 10, 2012 13:08
Show Gist options
  • Save tlevine/2351241 to your computer and use it in GitHub Desktop.
Save tlevine/2351241 to your computer and use it in GitHub Desktop.
Error that I've been seeing recently
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