Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: read ECONNRESET #3

Open
folliejester opened this issue Nov 4, 2020 · 3 comments
Open

Error: read ECONNRESET #3

folliejester opened this issue Nov 4, 2020 · 3 comments

Comments

@folliejester
Copy link

folliejester commented Nov 4, 2020

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
Copy link
Contributor

gentij commented Nov 10, 2020

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
Copy link
Author

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
Copy link
Contributor

sghosh1810 commented May 10, 2021

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants