Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cookie#domain returns dot-less domain name now. Use Cookie#dot_domain if you need "." at the beginning. #7

Open
ghvillasboas opened this issue Jan 23, 2017 · 3 comments
Labels

Comments

@ghvillasboas
Copy link

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 `

'

@elifoster
Copy link
Member

Those are unrelated.

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.

@ghvillasboas
Copy link
Author

Thank you!
It indeed looks like a server side issue, not even on the TRY button on your website it seems to work.

screen shot 2017-01-23 at 9 30 55 pm

@elifoster
Copy link
Member

From the Slack:

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants