We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://bangumi.tv/subject/332418 网站可以打开, 但是 graphql 查不了这个条目
Request:
https://api.bgm.tv/v0/graphql
query Q { subject(id: 332418){id} }
Response:
{ "errors": [ { "message": "Unknown type at index 2 while unserializing payload", "locations": [ { "line": 2, "column": 3 } ], "path": [ "subject" ] } ], "data": { "subject": null } }
相邻的 332417 也查不了, 一样的错误, 但是 332416 可以
The text was updated successfully, but these errors were encountered:
看样子是用户 tag 解析的问题,目前没有 tag 的条目是个空字符串,解析之前应该先检查 buffer 长度。
Sorry, something went wrong.
No branches or pull requests
https://bangumi.tv/subject/332418 网站可以打开, 但是 graphql 查不了这个条目
Request:
https://api.bgm.tv/v0/graphql
Response:
相邻的 332417 也查不了, 一样的错误, 但是 332416 可以
The text was updated successfully, but these errors were encountered: