TacoAnime69 / nh-pdf-downloader

Downloads and coverts any doujin/manga from nhentai to PDF
GNU General Public License v3.0
20 stars 14 forks source link

Exit Peacefully during download #13

Closed TacoAnime69 closed 3 years ago

TacoAnime69 commented 3 years ago

When terminating the program (using Ctrl + C) while it's downloading, this error occurs:

Exception in thread Thread-2:
Traceback (most recent call last):
  File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.9/threading.py", line 892, in run
    self._target(*self._args, **self._kwargs)
  File "/mnt/c/Users/oa_jo/repos/nh-pdf-downloader/__main__.py", line 296, in helper
    img_path = dl_handler.save_image(p, path_handler.temp_path)
  File "/mnt/c/Users/oa_jo/repos/nh-pdf-downloader/__main__.py", line 74, in save_image
    temp_img = open(img_file, 'wb')
FileNotFoundError: [Errno 2] No such file or directory: '/mnt/c/Users/oa_jo/repos/nh-pdf-downloader/hentai/temp/temp-363455/5.png'