-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
[gallery-dl][debug] Version 1.31.4
[gallery-dl][debug] Python 3.14.2 - Windows-10-10.0.15063-SP0
[gallery-dl][debug] requests 2.32.5 - urllib3 2.5.0
[gallery-dl][debug] Configuration Files ['%APPDATA%\gallery-dl\config.json'][gallery-dl][debug] Starting DownloadJob for 'https://weebdex.org/chapter/spsn025m8a'
[weebdex][debug] Using WeebdexChapterExtractor for 'https://weebdex.org/chapter/spsn025m8a'
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): api.weebdex.org:443
[urllib3.connectionpool][debug] https://api.weebdex.org:443 "GET /chapter/spsn025m8a HTTP/1.1" 200 None
[urllib3.connectionpool][debug] https://api.weebdex.org:443 "GET /manga/vtyi8syfjd HTTP/1.1" 200 1220
[weebdex][error] An unexpected error occurred: KeyError - 'demographic'. Please run gallery-dl again with the --verbose flag, copy its output and report this issue on https://github.com/mikf/gallery-dl/issues .
[weebdex][debug]
Traceback (most recent call last):
File "C:\Users\Rachman\AppData\Local\Programs\Python\Python314\Lib\site-packages\gallery_dl\cache.py", line 32, in call
value = self.cache[key]
~~~~~~~~~~^^^^^
KeyError: 'vtyi8syfjd'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\Rachman\AppData\Local\Programs\Python\Python314\Lib\site-packages\gallery_dl\job.py", line 158, in run
msg = self.dispatch(extractor)
File "C:\Users\Rachman\AppData\Local\Programs\Python\Python314\Lib\site-packages\gallery_dl\job.py", line 209, in dispatch
for msg, url, kwdict in messages:
^^^^^^^^
File "C:\Users\Rachman\AppData\Local\Programs\Python\Python314\Lib\site-packages\gallery_dl\extractor\common.py", line 801, in items
data = self.metadata(page)
File "C:\Users\Rachman\AppData\Local\Programs\Python\Python314\Lib\site-packages\gallery_dl\extractor\weebdex.py", line 50, in metadata
**_manga_info(self, rel["manga"]["id"]),
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Rachman\AppData\Local\Programs\Python\Python314\Lib\site-packages\gallery_dl\cache.py", line 34, in call
value = self.cache[key] = self.func(*args, **kwargs)
~~~~~~~~~^^^^^^^^^^^^^^^^^
File "C:\Users\Rachman\AppData\Local\Programs\Python\Python314\Lib\site-packages\gallery_dl\extractor\weebdex.py", line 136, in _manga_info
"demographic": manga["demographic"],
~~~~~^^^^^^^^^^^^^^^
KeyError: 'demographic'