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

ERROR:No creator information was retrieved. | exiting #196

Open
si-ryao opened this issue Jan 30, 2024 · 5 comments
Open

ERROR:No creator information was retrieved. | exiting #196

si-ryao opened this issue Jan 30, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@si-ryao
Copy link

si-ryao commented Jan 30, 2024

When I entered the same command about a month ago, I was able to download the file, but when I just ran it, I got the following result and was unable to download the file.
Can you tell me how to handle it?

D:\kemono-dl-main>python kemono-dl.py --cookies "cookie.txt" --links https://kemono.su/fanbox/user/21862577
WARNING:URL is not downloadable | https://kemono.su/fanbox/user/21862577
ERROR:No creator information was retrieved. | exiting
@si-ryao si-ryao added the bug Something isn't working label Jan 30, 2024
@ILogOutOnTheToilet
Copy link

ILogOutOnTheToilet commented Apr 18, 2024

This is probably caused by creator GET request returning too large of a JSON object since currently it tries to get a list of all creators. I updated it to call the GET profile API, which just gets the creator from the URL you passed:
ILogOutOnTheToilet@00bc20e

@pankakg
Copy link

pankakg commented May 4, 2024

This is probably caused by creator GET request returning too large of a JSON object since currently it tries to get a list of all creators. I updated it to call the GET profile API, which just gets the creator from the URL you passed: ILogOutOnTheToilet@00bc20e

It's been a while since I was able to update
thank you!

@pankakg
Copy link

pankakg commented May 21, 2024

This is probably caused by creator GET request returning too large of a JSON object since currently it tries to get a list of all creators. I updated it to call the GET profile API, which just gets the creator from the URL you passed: ILogOutOnTheToilet@00bc20e

I thought it was working, but
After checking the first person's post, I cannot move on to the second person's post.

Your Command:
py -m kemono-dl --cookies "cookie.txt" --dateafter 20240515 --post-timeout 2 --retry 5 --content --comments --kemono-fav-users fanbox

Error:
******\Roaming\Python\Python310\site-packages\bs4_init_.py:404: MarkupResemblesLocatorWarning: The input looks more like a URL than markup. You may want to use an HTTP client like requests to get the document behind the URL, and feed that document to Beautiful Soup.
warnings.warn(

*****\Python\Python310\site-packages\bs4_init_.py:435: MarkupResemblesLocatorWarning: The input looks more like a filename than markup. You may want to open this file and pass the filehandle into Beautiful Soup.
warnings.warn(

ERROR:Failed to get post comments
Traceback (most recent call last):
File "J****[!kemono-dl-2022.02.10]\kemono-dl\src\main.py", line 286, in get_comments
no_comments = re.search(r'([^ ]+ does not support comment scraping yet.|No comments found for this post.)',comment_soup.text)
AttributeError: 'NoneType' object has no attribute 'text'

https://github.com/ILogOutOnTheToilet/kemono-dl/tree/update-creator-and-favorites-API
I am using this (2024/05/21)
I would be happy if you could respond.

@ILogOutOnTheToilet
Copy link

ILogOutOnTheToilet commented May 21, 2024

@pankakg My fork only fixed it for single download like in the command that OP uses, not multi-download. Will have to take a look when I have time since I don't use logged-in features.

python kemono-dl.py --cookies <cookie file path> --links <url>

From the error, it might work if you remove --comments parameter. You can ignore the warnings.

@pankakg
Copy link

pankakg commented May 22, 2024

@pankakg My fork only fixed it for single download like in the command that OP uses, not multi-download. Will have to take a look when I have time since I don't use logged-in features.

python kemono-dl.py --cookies <cookie file path> --links <url>

From the error, it might work if you remove --comments parameter. You can ignore the warnings.

thank you for your reply.
I tried it as you taught me, but the first poster works fine, but
Problems arise with the second person.
[First person's name] + [Second person's ID]
A new folder is created, and its contents are normal.
(Correct second object and file name)

Command: py -m kemono-dl --cookies "cookie.txt" --dateafter 20240515 --kemono-fav-users fanbox

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants