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

404 for kemono.party #6536

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

404 for kemono.party #6536

tkzv opened this issue Nov 26, 2024 · 2 comments

Comments

@tkzv
Copy link

tkzv commented Nov 26, 2024

Looks like the API changed once again. Now I always get a 404 error:

$ gallery-dl https://kemono.party/patreon/user/75536199 --proxy socks5h://localhost:9050 --write-pages
[kemonoparty][error] HttpError: '404 NOT FOUND' for 'https://kemono.su/api/v1/patreon/user/75536199?o=0'
$ gallery-dl --version
1.27.7
$ gallery-dl https://kemono.party/patreon/user/75536199 --proxy socks5h://localhost:9050 --write-pages --verbose
[gallery-dl][debug] Version 1.27.7
[gallery-dl][debug] Python 3.12.7 - Linux-5.15.32-gentoo-r1-x86_64-AMD_FX-tm-8300_Eight-Core_Processor-with-glibc2.40
[gallery-dl][debug] requests 2.32.3 - urllib3 2.2.3
[gallery-dl][debug] Configuration Files ['${HOME}/.config/gallery-dl/config.json']
[gallery-dl][debug] Starting DownloadJob for 'https://kemono.party/patreon/user/75536199'
[kemonoparty][debug] Using KemonopartyUserExtractor for 'https://kemono.party/patreon/user/75536199'
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): kemono.party:443
[socks][debug] Error connecting to SOCKS5 proxy localhost:9050 due to: [Errno 111] Connection refused
[urllib3.connectionpool][debug] https://kemono.party:443 "GET /api/v1/patreon/user/75536199?o=0 HTTP/11" 308 164
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): kemono.su:443
[socks][debug] Error connecting to SOCKS5 proxy localhost:9050 due to: [Errno 111] Connection refused
[urllib3.connectionpool][debug] https://kemono.su:443 "GET /api/v1/patreon/user/75536199?o=0 HTTP/11" 404 41
[kemonoparty][error] HttpError: '404 NOT FOUND' for 'https://kemono.su/api/v1/patreon/user/75536199?o=0'
[kemonoparty][debug] 
Traceback (most recent call last):
  File "/home/oleg/.local/lib/python3.12/site-packages/gallery_dl/job.py", line 151, in run
    for msg in extractor:
  File "/home/oleg/.local/lib/python3.12/site-packages/gallery_dl/extractor/kemonoparty.py", line 79, in items
    for post in posts:
  File "/home/oleg/.local/lib/python3.12/site-packages/gallery_dl/extractor/kemonoparty.py", line 325, in posts
    posts = self.request(url, params=params).json()
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/oleg/.local/lib/python3.12/site-packages/gallery_dl/extractor/common.py", line 243, in request
    raise exception.HttpError(msg, response)
gallery_dl.exception.HttpError: '404 NOT FOUND' for 'https://kemono.su/api/v1/patreon/user/75536199?o=0'
@mikf
Copy link
Owner

mikf commented Nov 26, 2024

Duplicate of #6415

@mikf mikf marked this as a duplicate of #6415 Nov 26, 2024
@PBXg33k
Copy link

PBXg33k commented Nov 26, 2024

@mikf kemono and coomer pushed a change today that took the v1 api offline, causing all api calls to return 404.

The api docs point back to v0, so therefor i don't think this issue is a 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

3 participants