Skip to content

ERROR when download with URL #70

Description

@salmun

##Request:
mloader https://mangaplus.shueisha.co.jp/viewer/4000711?timestamp=1741749953501

##Response:
12.03.2025 10:41:21 | INFO | main.py 206 | Started export
12.03.2025 10:41:21 | INFO | loader.py 140 | 1/1) Manga: One Piece
12.03.2025 10:41:21 | INFO | loader.py 141 | Author: Eiichiro Oda
12.03.2025 10:41:21 | INFO | loader.py 153 | 1/1) Chapter #1142: Chapter 1142: "Hal yang Kutakutkan"
12.03.2025 10:41:21 | ERROR | main.py 226 | Failed to download manga
Traceback (most recent call last):
File "c:\users\asus\appdata\local\programs\python\python37-32\lib\pathlib.py", line 1251, in mkdir
self._accessor.mkdir(self, mode)
FileNotFoundError: [WinError 3] The system cannot find the path specified: '\\?\mloader_downloads\One Piece'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "c:\users\asus\appdata\local\programs\python\python37-32\lib\pathlib.py", line 1251, in mkdir
self._accessor.mkdir(self, mode)
FileNotFoundError: [WinError 2] The system cannot find the file specified: '\\?\mloader_downloads'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "c:\users\asus\appdata\local\programs\python\python37-32\lib\pathlib.py", line 1251, in mkdir
self._accessor.mkdir(self, mode)
OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect: '\\?\'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "c:\users\asus\appdata\local\programs\python\python37-32\lib\site-packages\mloader_main_.py", line 223, in main
last_chapter=last,
File "c:\users\asus\appdata\local\programs\python\python37-32\lib\site-packages\mloader\loader.py", line 191, in download
self._download(manga_list)
File "c:\users\asus\appdata\local\programs\python\python37-32\lib\site-packages\mloader\loader.py", line 157, in _download
title=title, chapter=chapter, next_chapter=next_chapter
File "c:\users\asus\appdata\local\programs\python\python37-32\lib\site-packages\mloader\exporter.py", line 142, in init
self.path.mkdir(parents=True, exist_ok=True)
File "c:\users\asus\appdata\local\programs\python\python37-32\lib\pathlib.py", line 1255, in mkdir
self.parent.mkdir(parents=True, exist_ok=True)
File "c:\users\asus\appdata\local\programs\python\python37-32\lib\pathlib.py", line 1255, in mkdir
self.parent.mkdir(parents=True, exist_ok=True)
File "c:\users\asus\appdata\local\programs\python\python37-32\lib\pathlib.py", line 1260, in mkdir
if not exist_ok or not self.is_dir():
File "c:\users\asus\appdata\local\programs\python\python37-32\lib\pathlib.py", line 1351, in is_dir
return S_ISDIR(self.stat().st_mode)
File "c:\users\asus\appdata\local\programs\python\python37-32\lib\pathlib.py", line 1161, in stat
return self._accessor.stat(self)
OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect: '\\?\'
12.03.2025 10:41:21 | INFO | main.py 227 | SUCCESS

D:\Content Creator\oplovers>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions