-
Even with an updated module.
-
Looks like they've changed the webservice link for Cleverbot again, its now returning a 404 error.
Any idea what the new one is?
-
```Python
File "WeenieBot.py", line 30, in cleverbot_logic
answer = str(cb.ask(question))
File "/usr/local/lib/python3.5/dist-packages/cleverbot/cleverbot.py", line 104, in ask
parsed …
-
Good Afternoon,
It looks like there might've been a change on the Cleverbot side - I'm seeing the 'ask' method fail like so:
>>> import cleverbot
>>> clev = cleverbot.Cleverbot()
>>> clev.ask("t…
-
Using cleverbot.py 1.1.0 and Python 3.5.1
```python
from cleverbot import Cleverbot
cb = Cleverbot()
cb.ask("hi")
```
gives a null response "".
-
A few general suggestions (keep in mind I only played with the search endpoint so far):
- Currently I have to `urllib.parse.unquote` the data I get. Example:
`"name": "Helps%20you%20cover%20your%2…
-
The PHP example is not working on my machine. On the PHP error log:
[Wed Jun 03 16:33:37 2015] [error] PHP Warning: fopen(http://www.cleverbot.com/webservicemin): failed to open stream: HTTP request…
-
-
Today I downloaded the latest PHP version and Cleverbot does not work again. Is anyone having the same problem?
Thanks
-
TOPIC not QUEUE.
Multiple clients can subscribe to BOT. On every SEND frame to destination BOT, some AI/response will be created automatically in Server and MESSAGE delivered to all subscribers.
…