pierredavidbelanger / chatter-bot-api

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

Cleverbot Webservice Link 404's #35

Closed NeighbourJim closed 7 years ago

NeighbourJim commented 7 years ago

Looks like they've changed the webservice link for Cleverbot again, its now returning a 404 error.

Any idea what the new one is?

Skerberus commented 7 years ago

http://www.cleverbot.com/webservicemin?uc=321

pierredavidbelanger commented 7 years ago

Indeed, I get the same error.

TheEpTic commented 7 years ago

I'm getting the same error.

Brawl345 commented 7 years ago

Yes everyone gets the same error, please stop commenting this.

NeighbourJim commented 7 years ago

The link Skerberus posted fixes it.

Cheers Skerberus

TheEpTic commented 7 years ago

That link still returns a 404 on my end.

Brawl345 commented 7 years ago

Yes but it works. E.g. for PHP replace the URL here: https://github.com/pierredavidbelanger/chatter-bot-api/blob/master/php/chatterbotapi.php#L39

TheEpTic commented 7 years ago

I'm using the Java version 🙄

Brawl345 commented 7 years ago

It was an example. Why should I spoon-feed you? Change it in the java file, done.

pierredavidbelanger commented 7 years ago

@Brawl345 I like people commenting issues. It usually help me fixing things. If you don't want to get notified by each comment, you can unsubscribe from this threads.

That being said, indeed, you are right, the "me too" comments are usually redundant, one is better "add reaction" to an existing comment instead :)

@NeighbourJim I will reopen. This issue is not fixed on this projet (and for the majority of its users). @Skerberus post a good work around though.

@Brawl345 No one is asking YOU to spoon feed anyone :)

TheEpTic commented 7 years ago

@Brawl345 I never once requested a spoon fed response. It would be nice if you could drop this rude attitude, as nothing gets resolved with rudeness.

@pierredavidbelanger Appreciate you re-opening considering a URL doesn't seem to fix it for everyone. I made a small PR to change the URL on the Java application but it might be worth closing since it doesn't actually fix it for everyone.

pierredavidbelanger commented 7 years ago

Thanks to @TheEpTic 's PR #36 the Java version is now fixed.

And version 1.4.3 will soon appear on Maven central.

pierredavidbelanger commented 7 years ago

Fixed also the php, python and .net version.

As always though, the .net version was only tested with mono:

$ mono --version
Mono JIT compiler version 4.0.5 ((detached/1d8d582 Tue Oct 20 15:15:33 EDT 2015)

And, as @TheEpTic said, this URL hack may not work for everyone. I suggest everyone to update their code to the latest version and try.

I will close this issue now, from my perspective, everything is working.

Thank you for your help.