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

[BUG] No Descriptions found in episode information anymore. #558

Open
Jordi-Jaspers opened this issue Jan 15, 2024 · 0 comments
Open

[BUG] No Descriptions found in episode information anymore. #558

Jordi-Jaspers opened this issue Jan 15, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Jordi-Jaspers
Copy link

Describe the bug

Requesting details of an anime does not return a description for their episodes anymore.

Steps to reproduce

Do any GET request on the anime details endpoint.

example:

GET /meta/anilist/info/21 -- ONE PIECE

Expected behavior

sub response:

{"id":"one-piece-episode-1","title":"EP 1","description":"Should have a description.","number":1,"image":"https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx21-tXMN3Y20PIL9.jpg","imageHash":"hash","airDate":null}

Actual behavior

sub response:

{"id":"one-piece-episode-1","title":"EP 1","description":null,"number":1,"image":"https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx21-tXMN3Y20PIL9.jpg","imageHash":"hash","airDate":null}

Additional context

Something change along the way because this was always supported.

@Jordi-Jaspers Jordi-Jaspers added the bug Something isn't working label Jan 15, 2024
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

1 participant