You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I tried downloading a chapter from mangadex, but it returned an error message (which it never did before btw) - maybe mangadex changed something.
$ gallery-dl --verbose https://mangadex.org/chapter/648e7282-8721-4f70-ac2a-4010bf2ed33e
[gallery-dl][debug] Version 1.18.3
[gallery-dl][debug] Python 3.9.0 - Windows-10-10.0.19041-SP0
[gallery-dl][debug] requests 2.25.1 - urllib3 1.26.5
[gallery-dl][debug] Starting DownloadJob for 'https://mangadex.org/chapter/648e7282-8721-4f70-ac2a-4010bf2ed33e'
[mangadex][debug] Using MangadexChapterExtractor for 'https://mangadex.org/chapter/648e7282-8721-4f70-ac2a-4010bf2ed33e'
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): api.mangadex.org:443
[urllib3.connectionpool][debug] https://api.mangadex.org:443 "GET /chapter/648e7282-8721-4f70-ac2a-4010bf2ed33e HTTP/1.1" 200 None
[urllib3.connectionpool][debug] https://api.mangadex.org:443 "GET /manga/e78a489b-6632-4d61-b00b-5206f5b8b22b HTTP/1.1" 200 None
[mangadex][error] An unexpected error occurred: KeyError - 'en'. Please run gallery-dl again with the --verbose flag, copy its output and report this issue on https://github.com/mikf/gallery-dl/issues .
[mangadex][debug]
Traceback (most recent call last):
File "c:\users\shade\appdata\local\programs\python\python39\lib\site-packages\gallery_dl\extractor\mangadex.py", line 114, in items
chapter, data = self._cache.pop(self.uuid)
KeyError: '648e7282-8721-4f70-ac2a-4010bf2ed33e'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\users\shade\appdata\local\programs\python\python39\lib\site-packages\gallery_dl\job.py", line 76, in run
for msg in self.extractor:
File "c:\users\shade\appdata\local\programs\python\python39\lib\site-packages\gallery_dl\extractor\mangadex.py", line 117, in items
data = self._transform(chapter)
File "c:\users\shade\appdata\local\programs\python\python39\lib\site-packages\gallery_dl\extractor\mangadex.py", line 64, in _transform
"manga" : mattributes["title"]["en"],
KeyError: 'en'
The text was updated successfully, but these errors were encountered:
Hi. I tried downloading a chapter from mangadex, but it returned an error message (which it never did before btw) - maybe mangadex changed something.
The text was updated successfully, but these errors were encountered: