pierredavidbelanger / chatter-bot-api

A Mono/.NET, JAVA, Python and PHP chatter bot API that supports Cleverbot, JabberWacky and Pandorabots.
182 stars 72 forks source link

Hang on startup #43

Closed egold555 closed 7 years ago

egold555 commented 7 years ago

Hi. I have been using your code for quite awhile and now when I updated to v2 everything just hangs on startup. Code is below.. I am unsure why this happens.

static ChatterBotSession botSession;

ChatterBotFactory factory = new ChatterBotFactory(); ChatterBot bot = factory.create(ChatterBotType.CLEVERBOT, (API KEY HERE)); botSession = bot.createSession();

egold555 commented 7 years ago

Bug on my part.

pierredavidbelanger commented 7 years ago

This v2 is fairly new, do not hesitate to send feedback. Thank you!

egold555 commented 7 years ago

There does seem to be one issue is with cleverbot, is that the message like 3/4ths of the time return an empty string. Not sure why though.

pierredavidbelanger commented 7 years ago

You are not the first to report this behaviour. I will investigate.