amvstrm / api

Open source anime streaming provider API with Gogoanime + Anilist for amvstrm
https://api.amvstr.me
GNU General Public License v3.0
72 stars 45 forks source link

v2/episode/{id} route is returning error 500 #27

Closed devxoshakya closed 3 months ago

devxoshakya commented 4 months ago

on calling the api https://api-amvstrm.nyt92.eu.org/api/v2/episode/16498 its giving this error.

{
  "code": 500,
  "message": "Cannot read properties of undefined (reading 'episodes')"
}
devxoshakya commented 4 months ago

also i don't know why but it's also happening with V1 route and the /info route of v1 is giving me a gateway timeout error!

NYT92 commented 3 months ago

Sorry for late reply, The V2 route rely on anify API and sometime it might throw the error like 500 or gateway timeout because the API can be slow but for V1 route, I have not tested that much but I will look into both of them.

devxoshakya commented 3 months ago

thanks for help! the V2 route is working fine and please look into V1 route for episode endpoint.