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

Key Issue- 'service' #6530

Closed
Crossoverfan96 opened this issue Nov 26, 2024 · 2 comments
Closed

Key Issue- 'service' #6530

Crossoverfan96 opened this issue Nov 26, 2024 · 2 comments

Comments

@Crossoverfan96
Copy link

I was attempting to download image dumps off Kemono when I got this error. here is my Verbose data:
[gallery-dl][debug] Version 1.27.7
[gallery-dl][debug] Python 3.6.9 - Linux-6.6.50-05090-g02ec56928355-x86_64-with-debian-12.6
[gallery-dl][debug] requests 2.27.1 - urllib3 1.26.20
[gallery-dl][debug] Configuration Files ['${XDG_CONFIG_HOME}/gallery-dl/config.json']
usage: gallery-dl [OPTION]... URL...

@JohnnyDarks
Copy link

JohnnyDarks commented Nov 26, 2024

Same issue. I think it happens when one tries to get a single post, maybe they changed the API is return just the bare post json, instead of a list of one element with the post?

[gallery-dl][debug] Starting DownloadJob for 'LINK'
[coomerparty][debug] Using KemonopartyPostExtractor for 'LINK'
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): coomer.su:443
[urllib3.connectionpool][debug] https://coomer.su:443 "GET /api/v1/LINK HTTP/1.1" 200 531
[coomerparty][error] An unexpected error occurred: KeyError - 'service'. Please run gallery-dl again with the --verbose flag, copy its output and report this issue on https://github.com/mikf/gallery-dl/issues .
[coomerparty][debug]
Traceback (most recent call last):
File "/usr/local/lib/python3.9/dist-packages/gallery_dl/job.py", line 127, in run
for msg in extractor:
File "/usr/local/lib/python3.9/dist-packages/gallery_dl/extractor/kemonoparty.py", line 70, in items
self.root, post["service"], post["user"], post["id"])
KeyError: 'service'

@Hrxn
Copy link
Contributor

Hrxn commented Nov 26, 2024

Duplicate of #6415

mikf added a commit that referenced this issue Nov 26, 2024
(#6415, #6503, #6528, #6530, #6536)

… at least for the most part. Favorites are still broken, but the rest
should be functional again.
@mikf mikf closed this as completed Nov 26, 2024
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

4 participants