-
Notifications
You must be signed in to change notification settings - Fork 7.7k
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
Pixiv Request Daily Ranking Error but still has content returned #18123
Comments
Searching for maintainers:
If all routes can not be found, the issue will be closed automatically. Please use |
Searching for maintainers:
If all routes can not be found, the issue will be closed automatically. Please use |
refer to docs, use pixiv route is require PIXIV_REFRESHTOKEN config, have you configured yet? |
yes, I configured it in my path env |
or maybe the token has expired? I'm not a user of pixiv, but the 400 code means client error, expired token is normal reason for this kind of question. |
|
could you offer me a token for test? I'm not a user of pixiv. just email to cscnk52 at outlook.com, not reply in issue. |
I dont have any other REFRESHTOKEN expect my own account. |
i can't reproduce, it runs as expect in my Windows computer, seem like about date parse, maybe environment related bug? help wanted. |
could you keep this issue open for others can help to fix this issue? |
I noticed that the Pixiv API doesn't seem to support ranking queries for 'content=query'. It's strange because some third-party apps are able to retrieve the illustration content ranking (maybe using a different method). So, this might not be a bug after all. |
Routes
Full routes
Related documentation
https://docs.rsshub.app/routes/social-media
What is expected?
No Error and can be modified with date/mode
What is actually happening?
error: Error in /pixiv/ranking/day/rss: FetchError: FetchError: [GET] "https://app-api.pixiv.net/v1/illust/ranking?date=NaN-NaN-NaN&filter=for_ios&mode=day": 400 Bad Request
Deployment information
Self-hosted
Deployment information (for self-hosted)
MacOS Darwin Kernel Version arm64
Additional info
NaN Date in request url.
If you change the date to an exact value, then it returned with no content.
RefreshToken has been set.
This is not a duplicated issue
The text was updated successfully, but these errors were encountered: