-
Beavis is stuck on response.
-
So sometimes my bot errors with unexpected token found in JSON... Error can be found here
https://sentry.io/share/issue/3133353338302e323234363239343030/
ghost updated
7 years ago
-
```js
SyntaxError: Unexpected end of JSON input
at Object.parse (native)
at Object. (../node_modules/cleverbot-node/lib/cleverbot.js:55:35)
at emitNone (events.js:91:20)
at Incomi…
Wodki updated
7 years ago
-
The script file I have is pretty much the same as frost.py except my token, but I get the following error:
```
Ignoring exception in on_message
Traceback (most recent call last):
File "C:\Users\…
-
Hello,
I need help, this I am creating a bot for discordapp but i have one erreur :
- u.push(params(a1[x])); params is not defined.
I present my code to test :
> `var fs = require('…
-
I'm using cleverbot for my Hipchat bot and today we noticed it didn't reply anymore. After upgrading the python module, I get this error:
```
In [1]: from cleverbot import Cleverbot
In [2]: cb = Cle…
-
SyntaxError: Unexpected token ♂ in JSON at position 2062
It seems to crash sometimes due to symbols/emoji's etc.
-
Any plans on fixing the keys or finding a way around them? The java source isn't wanting to work for me (even version 2.0)
ghost updated
7 years ago
-
I have a few questions about the training.
I understand how learning works like "learn * is *", or "my name is *"
And I understand that this data is stored in memory, that is, as long as the app…
-
Currently running on the 1.1.1 version, and I am still getting the
if parsed[0][1] == 'DENIED' error.
simply put in cb.ask("hi")
any solutions?