Open folliejester opened 4 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.
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
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).
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.