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

Getting 404 error from API #28

Closed NeighbourJim closed 8 years ago

NeighbourJim commented 8 years ago

Seems like Cleverbot screwed with the API again and broke it. All requests returning 404. Just letting you know.

xNanochip commented 8 years ago

Yep, happening for me as well. Anyone know of a fix?

marcinciarka commented 8 years ago

+1

Gleydar commented 8 years ago

Can anyone try replacing the url ending on /webservicemin to /webservicemin?uc=165&

xNanochip commented 8 years ago

Still 404 when replacing the link with that.

NeighbourJim commented 8 years ago

Changing the url to what @Gleydar suggested seemed to fix it for me.

Gleydar commented 8 years ago

Good, I will try to submit a push then Am 18.05.2016 10:19 vorm. schrieb "NeighbourJim" notifications@github.com:

Changing the url to what @Gleydar https://github.com/Gleydar suggested seemed to fix it for me.

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/pierredavidbelanger/chatter-bot-api/issues/28#issuecomment-219957797

pierredavidbelanger commented 8 years ago

@Gleydar indeed, this seems to fix the problem, though I have no idea why :)

I will push a fix in a couple of minute.

pierredavidbelanger commented 8 years ago

Should be fixed now in all ports.

Also, for maven users, the new 1.4.2 release version will be available on maven central as soon as its cache clear.