-
I have it on my bot in Discord but I haven't used it, let alone, touched the command for cleverbot. Now I just get as a output.
-
Looks like Cleverbot API has changed or something because I'm getting a 404 response
```
{ message: '',
sessionid: '\n404 Not Found',
logurl: '\n',
vText8: '\n404 Not Found',
vText7: '…
-
![image](https://cloud.githubusercontent.com/assets/20133506/20800141/1d9f8620-b7ed-11e6-9e4b-e3d2c29ab63d.png)
started happening recently
Vadyy updated
7 years ago
-
Seems to be broken...
ugjka updated
8 years ago
-
Cleverbot doesn't work :(
-
It seems that the Cleverbot URL is no longer working (page not found). I've made modifications to switch it over to use cleverbot.io should you wish to go that route.
https://github.com/tombeynon/li…
-
I believe Chatterbot class should throw exception
code with error:
```
ChatterBotFactory factory = new ChatterBotFactory();
ChatterBot cleverbot = factory.create(ChatterBotType.CLEVERBOT);
```
the…
-
You're doing networking on the main thread with at least the Java version of Cleverbot, which means if you want to integrate this into an Android project, it will crash when being called.
I was at a …
-
Added the events plugin, and enabled the tldr plugin in the correct config.json, but it gets excluded when I start the bot again.
I have to manually 'load' the plugins to get them working.
-
I tried adding header
`Accept-Language:`
to fopen, but it doesnt work.