reddit-html-archiver
reddit-html-archiver copied to clipboard
Issue getting write_html past generate_html
Here's the error under win10 having just installed latest python and snudown, my data folder is about a gig and a half. I assumed min score/comments and deleted are all set to something by default.
E:\Myfolder\reddittohtml>write_html.py
Traceback (most recent call last):
File "E:\Myfolder\reddittohtml\write_html.py", line 774, in
Here's when I do try it with min and max etc set;
E:\Myfolder\reddittohtml>write_html.py --min-score -4 --min-comments 2 --hide-deleted-comments
Traceback (most recent call last):
File "E:\Myfolder\reddittohtml\write_html.py", line 774, in
I pushed a fix, will you try again?
So it look longer to print out an error this time, if it helps some of the reddit subs I'm pulling from use non-english characters (ex hindi, korean) frequently
E:\Myfolder\reddittohtml>write_html.py
Traceback (most recent call last):
File "E:\Myfolder\reddittohtml\write_html.py", line 774, in
Cool, forward progress. I'm not too hip with Windows, but can you try running the 2 commands listed here under "Windows users may need to run"? https://github.com/libertysoft3/reddit-html-archiver/blob/master/README.md#install
Running the commands with cmd under admin still has the issue;
E:\Myfolder\reddittohtml>chcp 65001 Active code page: 65001
E:\Myfolder\reddittohtml>set PYTHONIOENCODING=utf-8
E:\Myfolder\reddittohtml>write_html.py
Traceback (most recent call last):
File "E:\Myfolder\reddittohtml\write_html.py", line 774, in