Skip to content

Instantly share code, notes, and snippets.

@Cameron-D
Created December 16, 2013 06:40
Show Gist options
  • Select an option

  • Save Cameron-D/7983165 to your computer and use it in GitHub Desktop.

Select an option

Save Cameron-D/7983165 to your computer and use it in GitHub Desktop.
--------------------------------------------------------------------------
Starting the web interface on 0.0.0.0:8001...
--------------------------------------------------------------------------
Run 'touch STOP' to stop downloading.
Starting GetItemFromTracker for Item
Starting GetItemFromTracker for Item
ERROR:tornado.application:Exception in callback <functools.partial object at 0x9412374>
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/tornado/ioloop.py", line 458, in _run_callback
callback()
File "/usr/local/lib/python2.7/dist-packages/tornado/stack_context.py", line 331, in wrapped
raise_exc_info(exc)
File "/usr/local/lib/python2.7/dist-packages/tornado/stack_context.py", line 343, in _handle_exception
if tail.exit(*exc):
File "/usr/local/lib/python2.7/dist-packages/tornado/stack_context.py", line 186, in exit
return self.exception_handler(type, value, traceback)
File "/usr/lib/python2.7/contextlib.py", line 84, in helper
return GeneratorContextManager(func(*args, **kwds))
File "/usr/local/lib/python2.7/dist-packages/seesaw/pipeline.py", line 48, in handle_item_exception
item.log_output("Failed %s for %s\n" % (task, item.description()))
File "/usr/local/lib/python2.7/dist-packages/seesaw/item.py", line 68, in log_output
self.on_output(self, data)
File "/usr/local/lib/python2.7/dist-packages/seesaw/event.py", line 30, in fire
handler(*args, **kargs)
File "/usr/local/lib/python2.7/dist-packages/seesaw/runner.py", line 154, in _handle_item_output
sys.stdout.write(data)
UnicodeEncodeError: 'ascii' codec can't encode characters in position 35-36: ordinal not in range(128)
ERROR:tornado.application:Exception in callback <functools.partial object at 0x9719874>
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/tornado/ioloop.py", line 458, in _run_callback
callback()
File "/usr/local/lib/python2.7/dist-packages/tornado/stack_context.py", line 331, in wrapped
raise_exc_info(exc)
File "/usr/local/lib/python2.7/dist-packages/tornado/stack_context.py", line 343, in _handle_exception
if tail.exit(*exc):
File "/usr/local/lib/python2.7/dist-packages/tornado/stack_context.py", line 186, in exit
return self.exception_handler(type, value, traceback)
File "/usr/lib/python2.7/contextlib.py", line 84, in helper
return GeneratorContextManager(func(*args, **kwds))
File "/usr/local/lib/python2.7/dist-packages/seesaw/pipeline.py", line 48, in handle_item_exception
item.log_output("Failed %s for %s\n" % (task, item.description()))
File "/usr/local/lib/python2.7/dist-packages/seesaw/item.py", line 68, in log_output
self.on_output(self, data)
File "/usr/local/lib/python2.7/dist-packages/seesaw/event.py", line 30, in fire
handler(*args, **kargs)
File "/usr/local/lib/python2.7/dist-packages/seesaw/runner.py", line 154, in _handle_item_output
sys.stdout.write(data)
UnicodeEncodeError: 'ascii' codec can't encode characters in position 35-36: ordinal not in range(128)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment