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
992 stars 434 forks source link

Cannot read properties of undefined (reading 'Media') #601

Closed ShivaBhattacharjee closed 1 month ago

ShivaBhattacharjee commented 2 months ago

Describe the bug

Get request at meta provider returns http://localhost:6969/meta/anilist/info/101922 returns a undefined mediia error

Steps to reproduce

send a get request to https://http:localhost:3000/meta/anilist/info/101922 it returns {"message":"Cannot read properties of undefined (reading 'Media')"} instead of anime details

Expected behavior

An array containing anime information

Actual behavior

{"message":"Cannot read properties of undefined (reading 'Media')"}

Additional context

No response

riimuru commented 1 month ago

Should have been working! works on my end, make sure to stay up to date using yarn upgrade or npm update