Open Quarlie opened 2 years ago
This is due to the fact that sometimes with large numbers of requests from one ip address, the site sends a 403 error from html documents in the form of an error for too many requests.
Unfortunately, this is not taken into account in this repository, so you should add proxies to each subsequent request in the form of a separate conversation.
Sometimes calling cleverbot() only returns "<html"
Expected Results: A Response
Actual Results: <html (string)
Code:
(Using the discord.py module, message.content being a string of the user's input and message.author.id being the int id of the user)