-
-
Notifications
You must be signed in to change notification settings - Fork 980
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
[kemonoparty][error] An unexpected error occurred: TypeError - argument of type 'NoneType' is not iterable. Please run gallery-dl again with the --verbose flag, copy its output and report this issue on https://github.com/mikf/gallery-dl/issues . #6415
Comments
For now, you can prevent this error by disabling I thought kemono is shutting down in less than a month. Then why is the owner changing the site and adding new API endpoints like https://kemono.su/api/v1/fanbox/user/2060482/profile ? |
Never heard of that, the dev can still be contact on Matrix.
Hours ago the dev uploaded the new api documents, both kemono and coomer. |
Nah, bit of fear mongering and people not understanding what the admin said. What's actually happening is just that the current server provider is unreliable and they're switching out the servers. |
#6096 (comment) |
Apologies, I might have misinterpreted that comment, though it was worded a bit vaguely. The admin issued an update later on: https://chan.kemono.party/kemono/res/46907.html#46908 It sounds like they just got fed up with the old server host and will be colocating with dedicated hardware instead, not shutting down the site entirely. |
with
|
They no longer render HTML on the server side, they now just return an HTML file with minimal content, so the site is now an SPA. All data should be taken from the API, not from HTML. |
It looks they have some server issues. And they are going to switch the servers to another ones. |
Extracting |
Seems, they just returned the old web-server's code. |
It looks like the new SPA is live again |
We're back on the new version! Will it stay, will it be reverted again? Who knows! |
OK, the Admin for Kemono has confirmed no roll back this time, only a couple of small display issues so nothing enough to need reverting. |
Everything except favorites should be working again: 74d855c To update:
|
Thank you so much! One thing I've just noticed, if comments are enabled within the config, if there are no comments on a page, the response gives a 404 response. This means that gallery-dl seems to exit.:
Gives: [kemonoparty][error] HttpError: '404 NOT FOUND' for 'https://kemono.su/api/v1/gumroad/user/4316243074436/post/cfqjw/comments' That response for the page is actually: { |
@valdearg Could you share your config for saving comments? Long time ago, I failed with setting up a config that saved comments to a text file and didn't save the same comments twice. I'm not sure if I did anything wrong or if comments can't be added to an archive. |
I have the following set:
I've disabled the comments part for the moment as I don't require it. |
ok apparently the problem is with kemono screwing up their api and no scraper works at all, except for the "kemono-scraper" fork for some reason huh |
Both are valid. See https://gdl-org.github.io/docs/configuration.html#duration @Triramama |
` name enclosed in double quotes: line 55 column 9 (char 2212) [kemonoparty][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 .` still broken for me |
[gallery-dl][debug] Version 1.27.7 - Executable (stable/windows)
[gallery-dl][debug] Python 3.8.10 - Windows-10-10.0.22000
[gallery-dl][debug] requests 2.32.3 - urllib3 2.2.3
[gallery-dl][debug] Configuration Files ['%USERPROFILE%\gallery-dl\config.json']
[gallery-dl][debug] Starting DownloadJob for 'https://kemono.su/fanbox/user/2060482'
[kemonoparty][debug] Using KemonopartyUserExtractor for 'https://kemono.su/fanbox/user/2060482'
[kemonoparty][debug] Loading cookies from 'F:/cookies-kemono-party.txt'
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): kemono.su:443
[urllib3.connectionpool][debug] https://kemono.su:443 "GET /fanbox/user/2060482 HTTP/11" 200 1020
[kemonoparty][error] An unexpected error occurred: TypeError - argument of type 'NoneType' is not iterable. Please run gallery-dl again with the --verbose flag, copy its output and report this issue on https://github.com/mikf/gallery-dl/issues .
[kemonoparty][debug]
Traceback (most recent call last):
File "gallery_dl\job.pyc", line 151, in run
File "gallery_dl\extractor\kemonoparty.pyc", line 66, in items
File "html_init_.pyc", line 130, in unescape
TypeError: argument of type 'NoneType' is not iterable
The text was updated successfully, but these errors were encountered: