You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I wanted: Using WPULL to archive hosted website per year
What I expect: WPULL makes a copy of my own website and puts is an index.html (it does it before by using a very simple only WPULL command with the website address)
Log/Output:
Error Report:
ERROR Fatal exception.
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/wpull/application/app.py", line 152, in run
yield from pipeline.process()
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/wpull/pipeline/pipeline.py", line 194, in process
yield from self._process_one_worker()
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/wpull/pipeline/pipeline.py", line 215, in _process_one_worker
task.result()
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/wpull/pipeline/pipeline.py", line 119, in process
item = yield from self.process_one(_worker_id=worker_id)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/wpull/pipeline/pipeline.py", line 103, in process_one
yield from task.process(item)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/asyncio/coroutines.py", line 210, in coro
res = func(*args, **kw)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/wpull/application/tasks/download.py", line 31, in process
self.build_html_parser(session)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/wpull/application/tasks/download.py", line 37, in build_html_parser
from wpull.document.htmlparse.html5lib import HTMLParser
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/wpull/document/htmlparse/html5lib.py", line 3, in
import html5lib.tokenizer
Copy a snippet of the log or what Wpull outputs:
ModuleNotFoundError: 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.
No file Samples - no result
The text was updated successfully, but these errors were encountered:
What I wanted: Using WPULL to archive hosted website per year
What I expect: WPULL makes a copy of my own website and puts is an index.html (it does it before by using a very simple only WPULL command with the website address)
What happened: Command structure:
MyMachine:~ MeUser$ wpull https://MyWebsite.net/2003/ \
The command or website causes the problem: https://dailym.net
Operating system: macOS Sierra V. 1012.5 (16F73)
Python version: Python 2.7.10 and Python 3.6.1
Wpull version: 2.0.1
Log/Output:
Error Report:
ERROR Fatal exception.
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/wpull/application/app.py", line 152, in run
yield from pipeline.process()
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/wpull/pipeline/pipeline.py", line 194, in process
yield from self._process_one_worker()
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/wpull/pipeline/pipeline.py", line 215, in _process_one_worker
task.result()
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/wpull/pipeline/pipeline.py", line 119, in process
item = yield from self.process_one(_worker_id=worker_id)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/wpull/pipeline/pipeline.py", line 103, in process_one
yield from task.process(item)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/asyncio/coroutines.py", line 210, in coro
res = func(*args, **kw)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/wpull/application/tasks/download.py", line 31, in process
self.build_html_parser(session)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/wpull/application/tasks/download.py", line 37, in build_html_parser
from wpull.document.htmlparse.html5lib import HTMLParser
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/wpull/document/htmlparse/html5lib.py", line 3, in
import html5lib.tokenizer
ModuleNotFoundError: 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.
No file Samples - no result
The text was updated successfully, but these errors were encountered: