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.18k stars 536 forks source link

Zoro "/watch" endpoint broken. #386

Closed shrkwt closed 1 year ago

shrkwt commented 1 year ago

Describe the bug

Zoro isn't providing video data, while fetching from the link given in docs, "https://api.consumet.org/anime/zoro/watch?episodeId=spy-x-family-17977$episode$89506$dub"

Steps to reproduce

Just, try accessing any episode from "/watch" endpoint. E.g. Classroom of the Elite

Expected behavior

This should provide the :

Actual behavior

The response given is, {"message":{}} with status code 404.

Additional context

I just made a direct anime player for Iframe embeds based on the API and in just an hour this problem occured.

The player works with using episode Id : https://speedynet.eu.org/apps/anime/zoro?id={episodeId}

riimuru commented 1 year ago

@gaminglnk the zoro links should be working fine now. but you need to use a cors proxy to bypass the cors errors you're having on your player. check cors anywhere for more information.