-
Notifications
You must be signed in to change notification settings - Fork 147
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
illust_comments() responds with 404 #349
Comments
Thank you for submitting the MR, and point out the issue in the I will review it as soon as possible and attempt to fix the problems. |
It seems that this API have moved to: res_illust_comments = api.illust_comments(112518890) #modified to /v3/illust/comments
print(res_illust_comments) The output:
|
And if you want to get the replies of a certain comment, you must call |
Context:
Python 3.11.4
PixivPy 3.7.5
Steps to reproduce
python ./demo.py
aapi.illust_comments(59580629)
.Description
There in
illust_comments()
method,self.no_auth_requests_call(...)
seems to be returning Response [404].Local context:
...and my headers when calling
self.requests_call(...)
I believe it'd be worth checking if
/v1/illust/comments
is still available, probably.The text was updated successfully, but these errors were encountered: