consumet / api.consumet.org

A Modern Search Engine API for Anime, Movies/TVShows, Books, Light Novels, Manga, etc.
https://docs.consumet.org
GNU General Public License v3.0
1.11k stars 504 forks source link

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

Open Jordi-Jaspers opened 8 months ago

Jordi-Jaspers commented 8 months ago

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.