Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
ERROR Fatal exception.
Traceback (most recent call last):
File "/home/username/.local/lib/python3.5/site-packages/wpull/application/app.py", line 152, in run
yield from pipeline.process()
File "/home/username/.local/lib/python3.5/site-packages/wpull/pipeline/pipeline.py", line 194, in process
yield from self._process_one_worker()
File "/home/username/.local/lib/python3.5/site-packages/wpull/pipeline/pipeline.py", line 215, in _process_one_worker
task.result()
File "/usr/lib/python3.5/asyncio/futures.py", line 292, in result
raise self._exception
File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
result = coro.send(None)
File "/home/username/.local/lib/python3.5/site-packages/wpull/pipeline/pipeline.py", line 119, in process
item = yield from self.process_one(_worker_id=worker_id)
File "/home/username/.local/lib/python3.5/site-packages/wpull/pipeline/pipeline.py", line 103, in process_one
yield from task.process(item)
File "/usr/lib/python3.5/asyncio/coroutines.py", line 206, in coro
res = func(*args, **kw)
File "/home/username/.local/lib/python3.5/site-packages/wpull/application/tasks/download.py", line 31, in process
self._build_html_parser(session)
File "/home/username/.local/lib/python3.5/site-packages/wpull/application/tasks/download.py", line 37, in _build_html_parser
from wpull.document.htmlparse.html5lib_ import HTMLParser
File "/home/username/.local/lib/python3.5/site-packages/wpull/document/htmlparse/html5lib_.py", line 3, in <module>
import html5lib.tokenizer
ImportError: No module named 'html5lib.tokenizer'
CRITICAL Sorry, Wpull unexpectedly crashed.
CRITICAL Please report this problem to the authors at Wpull's issue tracker so it may be fixed. If you know how to program, maybe help us fix it? Thank you for helping us help you help us all.
INFO Exiting with status 1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment