Skip to content

The script does not create the "covers" folder #2

@alan-ford

Description

@alan-ford

When the script needs to create the "covers" folder, it shows an error message and terminates. If I create the folder instead, it works normally.

Error:
bishop@fringe:~$ python3 main.py Input series/update:261776 ノーサイド(Jコミックテラス×ナンバーナイン) Total page number 3 Processing https://bookwalker.jp/series/261776/page1/ Processing https://bookwalker.jp/series/261776/page2/ Processing https://bookwalker.jp/series/261776/page3/ Traceback (most recent call last): File "/home/bishop/main.py", line 123, in <module> main() File "/home/bishop/main.py", line 119, in main download_by_series(series) File "/home/bishop/main.py", line 100, in download_by_series os.mkdir(folder) FileNotFoundError: [Errno 2] No such file or directory: './covers/261776 ノーサイド(Jコミックテラス×ナンバーナイン)'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions