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
Since 1.2.2 (including 1.2.3), Cleverbot isn't working anymore and giving me the following error.
Any fix expected on the pipeline?
Thanks.
irb(main):004:0> bot.say('Why am I still talking to you?')
Cookie#domain returns dot-less domain name now. Use Cookie#dot_domain if you need "." at the beginning.
RuntimeError: Error: Bad Call to the API UNRECOGNIZED ERROR! PLEASE REPORT TO CLEVERBOT RUBY ISSUE TRACKER.
from /Users/george/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/cleverbot_io-1.2.3/lib/cleverbot.rb:62:in try_throw' from /Users/george/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/cleverbot_io-1.2.3/lib/cleverbot.rb:46:in say'
from (irb):4
from /Users/george/.rbenv/versions/2.3.1/bin/irb:11:in `
'
The text was updated successfully, but these errors were encountered:
Cookie#domain returns dot-less domain name now. Use Cookie#dot_domain if you need "." at the beginning. is an HTTPClient warning and doesn't actually error.
As for the "Bad Call" error, it seems like it's a cleverbot-wide issue. @dtesler is looking into it.
david [4:07 PM]
@ everyone minor downtime on API due to excess Algolia operations. I suppose 3M API calls/day may have had something to do with that. Working on a solution. (edited)
Since 1.2.2 (including 1.2.3), Cleverbot isn't working anymore and giving me the following error.
Any fix expected on the pipeline?
Thanks.
irb(main):004:0> bot.say('Why am I still talking to you?')
'Cookie#domain returns dot-less domain name now. Use Cookie#dot_domain if you need "." at the beginning.
RuntimeError: Error: Bad Call to the API UNRECOGNIZED ERROR! PLEASE REPORT TO CLEVERBOT RUBY ISSUE TRACKER.
from /Users/george/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/cleverbot_io-1.2.3/lib/cleverbot.rb:62:in
try_throw' from /Users/george/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/cleverbot_io-1.2.3/lib/cleverbot.rb:46:in
say'from (irb):4
from /Users/george/.rbenv/versions/2.3.1/bin/irb:11:in `
The text was updated successfully, but these errors were encountered: