IntriguingTiles / cleverbot-free

Simple package to interact with the same API that the Cleverbot website uses for free.
MIT License
37 stars 10 forks source link

no normal response, "You can have a great chat at www.cleverbot.com." #29

Closed SpeckyYT closed 3 years ago

SpeckyYT commented 3 years ago

I guess cleverbot owners fucked up this module. It returns "You can have a great chat at www.cleverbot.com." on any message.

SammyWhamy commented 3 years ago

I'm only getting "Forbidden" error messages right now

APartOfMe1 commented 3 years ago

I had the same error. Fixed it by just updating to the latest version of the package.

npm i cleverbot-free@latest

SpeckyYT commented 3 years ago

Oh, just realised that this is an Ubuntu-only error (on my Windows machine it works).

APartOfMe1 commented 3 years ago

It's definitely not ubuntu only. I can recreate this on windows using version 1.0.5. The fix was just updating to 1.1.6

SpeckyYT commented 3 years ago

I'm using 1.1.6 on Ubuntu, but I still get the same text (i.e. You can have a great chat at www.cleverbot.com.)

SpeckyYT commented 3 years ago

nvm, now it seems to work fine again.