ChrisMichaelPerezSantiago / gogoanime

Gogoanime is a custom API that provides data from the 10.gogoanime.io website. You will have access to the entire catalog whether movies, series, current episodes, etc., with English subtitles.
MIT License
73 stars 52 forks source link

Error: read ECONNRESET #3

Open folliejester opened 3 years ago

folliejester commented 3 years ago

I'm getting this error : gogo.search(query) .then(async data => { console.log(data)})

Log :

[] returns an empty array.

In your goodbye message you said you would help us so that we could maintain this forever without any issue.

gentij commented 3 years ago

I'm getting this error : gogo.search(query) .then(async data => { console.log(data)})

Log :

[] returns an empty array.

In your goodbye message you said you would help us so that we could maintain this forever without any issue.

Hi, I also was getting that error bu I've fixed that error by replacing node fetch with axios, and we merged those changes to the github repo, but the creator didnt deploy the changes to the npm module, maybe because he was busy. I have deployed the repo that I forked to npm with that error fixed here: https://www.npmjs.com/package/gogoanime-axios, and thats what I've been using.

folliejester commented 3 years ago

I'm getting this error : gogo.search(query) .then(async data => { console.log(data)}) Log : [] returns an empty array. In your goodbye message you said you would help us so that we could maintain this forever without any issue.

Hi, I also was getting that error bu I've fixed that error by replacing node fetch with axios, and we merged those changes to the github repo, but the creator didnt deploy the changes to the npm module, maybe because he was busy. I have deployed the repo that I forked to npm with that error fixed here: https://www.npmjs.com/package/gogoanime-axios, and thats what I've been using.

does not work

sghosh1810 commented 3 years ago

I'm getting this error : gogo.search(query) .then(async data => { console.log(data)}) Log : [] returns an empty array. In your goodbye message you said you would help us so that we could maintain this forever without any issue.

Hi, I also was getting that error bu I've fixed that error by replacing node fetch with axios, and we merged those changes to the github repo, but the creator didnt deploy the changes to the npm module, maybe because he was busy. I have deployed the repo that I forked to npm with that error fixed here: https://www.npmjs.com/package/gogoanime-axios, and thats what I've been using.

does not work

Use this package, host it somewhere and it should work. While testing locally it doesn't work but it works when I host it on heroku / vps or connect my computer to a vpn(for local testing).