Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mangadex Server Error #1154

Closed
MurderHobo-svg opened this issue Dec 4, 2020 · 1 comment
Closed

Mangadex Server Error #1154

MurderHobo-svg opened this issue Dec 4, 2020 · 1 comment

Comments

@MurderHobo-svg
Copy link

MurderHobo-svg commented Dec 4, 2020

[gallery-dl][debug] Version 1.15.4
[gallery-dl][debug] Python 3.8.6 - Windows-10-10.0.19041-SP0
[gallery-dl][debug] requests 2.25.0 - urllib3 1.26.2
[gallery-dl][debug] Starting DownloadJob for 'https://mangadex.org/chapter/1122815'
[mangadex][debug] Using MangadexChapterExtractor for 'https://mangadex.org/chapter/1122815'
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): mangadex.org:443
[urllib3.connectionpool][debug] https://mangadex.org:443 "GET /api/v2/chapter/1122815 HTTP/1.1" 200 None
[urllib3.connectionpool][debug] https://mangadex.org:443 "GET /api/v2/manga/50954 HTTP/1.1" 200 None
[mangadex][error] An unexpected error occurred: KeyError - 'server'. 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\USER\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\gallery_dl\job.py", line 67, in run
for msg in self.extractor:
File "C:\Users\USER\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\gallery_dl\extractor\mangadex.py", line 90, in items
base = cdata["server"] + cdata["hash"] + "/"
KeyError: 'server'

@kattjevfel
Copy link
Contributor

The page says

This chapter can be read for free on the official publisher's website.
Feel free to write your comments about it here on MangaDex!

so I'd assume you can't get it from there and gallery-dl just needs to implement passing along that message.

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

No branches or pull requests

3 participants