fojas / cleverbot-node

Cleverbot client in node.js
MIT License
62 stars 33 forks source link

<html> Needs update? #25

Closed dragonfire535 closed 7 years ago

dragonfire535 commented 7 years ago

All messages are responding with "html". Does cleverbot-node need an update?

fojas commented 7 years ago

What version are you currently running? npm view cleverbot-node version should tell you. The latest version is 0.2.6 and I am not seeing any issues on my requests.

dumptyd commented 7 years ago

I was using 0.2.2 🤦‍

dragonfire535 commented 7 years ago

I've been using 0.2.6.

fojas commented 7 years ago

@dragonfire535 Do you mind posting some sample code? Version 0.2.1 had an interface change that required everything to be wrapped in 'prepare'.

dragonfire535 commented 7 years ago

@fojas I'm using yumabot-core. It's a discord bot framework.

fojas commented 7 years ago

I'm assuming this is the project? https://github.com/TheVexatious/YumaBot-Core/

According to the package.json in that project, they are using a fork of this package. The fork can be found at https://github.com/briantanner/cleverbot-node

TheVexatious commented 7 years ago

@dragonfire535 This is the developer of yumabot-core here, yes as fojas said, that framework wasn't using this repo at the time, because at that time there was a bug that made it respond with "\" every time, so that fork was created to patch it, but now it's fixed i guess, i updated the package.json in my repo now so it should be good, sorry for the inconvenience

fojas commented 7 years ago

Thanks so much.