You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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)
The text was updated successfully, but these errors were encountered: