folz / cleverbot.py

ARCHIVED - Use https://github.com/edwardslabs/cleverwrap.py instead.
BSD 2-Clause "Simplified" License
77 stars 41 forks source link

bot stopped working from 15 July evening #16

Closed ashishnetworks closed 9 years ago

ashishnetworks commented 9 years ago

Its not responding to any question. It used to work a few hours from now but suddenly it stopped working. And the code is exactly same. Even the example code provided with this API is not working :( probably their API might have been changed

ashishnetworks commented 9 years ago

suddenly started working again ..

ionuthulub commented 9 years ago

Let us know if the issue appears again.

CrazyPython commented 9 years ago

If it detects something (e.g. configuring two bots to talk to each other) it will say "I am not sure you are a human" or something like that and start sending ads prefixed with a newline. Configure your script to sleep with random.random() instead of a static number and it will think you are a human.

ionuthulub commented 9 years ago

Just tested the examples and they work so I'll close this for now. Let me know if you run into this issue again.