ghoshRitesh12 / aniwatch-api

Node.js API for obtaining anime information from hianime.to
https://aniwatch-api.onrender.com
MIT License
265 stars 163 forks source link

503 error on calling API #51

Closed naumantechie closed 4 months ago

naumantechie commented 4 months ago

Describe the bug

Getting "This service has been suspended" while fetching data from the endpoint (https://api-aniwatch.onrender.com)

Expected behavior

Expected behevior is to get data in JSON form by sending request to the given endpoints.

Actual behavior

Instead of getting data, I'm getting 503 error (server not responding) stating message that "This service has been suspended"

Additional context

No response

ghoshRitesh12 commented 4 months ago

The service has been suspended, due to high egress traffic. You to deploy your own instance to use it. Here's the reference.

naumantechie commented 4 months ago

Ahhaa, Thank you for the heads up. I'll then follow the steps mentioned in the referred link. :)