Ackater / writing.com-archival

Utility for downloading Interactives from Writing.com
https://ackater.github.io/writing.com-archival
22 stars 3 forks source link

FilenotFoundError - nothing in index.html #42

Open SomeRandomDude870 opened 2 years ago

SomeRandomDude870 commented 2 years ago

Hi, I get another Error. Every chapter will be shown in the cmd and after the last I get this Error:

Traceback (most recent call last): File "D:\writing.com-archival\run.py", line 46, in <module> args.func(args) File "D:\writing.com-archival\run.py", line 13, in get archive(id) File "D:\writing.com-archival\archiver.py", line 180, in archive o.write(formatIndex(dumps(story, indent=0, sort_keys=True, separators=(',',':')))) File "D:\writing.com-archival\htmlformat.py", line 2, in formatIndex with open('templates/index.html', 'r') as file: FileNotFoundError: [Errno 2] No such file or directory: 'templates/index.html'

SomeRandomDude870 commented 2 years ago

push?