Closed shrkwt closed 1 year ago
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"
Just, try accessing any episode from "/watch" endpoint. E.g. Classroom of the Elite
This should provide the :
The response given is, {"message":{}} with status code 404.
{"message":{}}
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}
@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.
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}