GithubHelp home page GithubHelp logo

Comments (6)

pierredavidbelanger avatar pierredavidbelanger commented on July 18, 2024

Hi!
Thank you for your feedback!

I have just tried to run the php test with the latest GIT:

$ php chatterbotapitest.php

And it works.

Does www.cleverbot.com at least works in your browser ?

Are you able to ping or traceroute to www.cleverbot.com ?

from chatter-bot-api.

technocode avatar technocode commented on July 18, 2024

Thanks for the reply..

Finally i found the solution...

I changed the code from
http_build_query($params);
to
http_build_query($params, '', '&');

And its work perfectly. The problem caused by the & might not be handled properly.

from chatter-bot-api.

pierredavidbelanger avatar pierredavidbelanger commented on July 18, 2024

hum, you should not have to do this, as those are the default values:

http_build_query($params, '', '&');

What version of php to you use ?

Here, I use:

$ php --version
PHP 5.5.14 (cli) (built: Sep  9 2014 19:09:25) 
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies

from chatter-bot-api.

technocode avatar technocode commented on July 18, 2024

I'm using php 5.3.

I fixed my problem by referring this note on php.net

http://php.net/manual/en/function.http-build-query.php#102324

from chatter-bot-api.

pierredavidbelanger avatar pierredavidbelanger commented on July 18, 2024

Oh, ok, you are right, "&" is not the default in php 5.3.
Good to know!
Also, good to know you fixed your bug.
Thank you!

from chatter-bot-api.

technocode avatar technocode commented on July 18, 2024

Welcome.

This API really great.

Thank you.

from chatter-bot-api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.