I believe I figured out what the problem is.  When I am passing a
string that has a "%" sign in it, it causes ape to stop running.  Are
there any other special characters that may do this?

For example this will cause it to fail:

$yourmessage="You earned 40%";

$cmd = array(array(
          'cmd' => 'inlinepush',
          'params' =>  array(
                  'password'  => $APEPassword,
                  'raw'       => 'postmsg',
                  'channel'   => 'testchannel',
                  'data'      => array( //Note: data can't be a string
                  'yourbidmessage' => $yourmessage)

On Feb 19, 9:52 am, crusherdestroyer <[email protected]> wrote:
> There is quite a bit.  I'm querying mysql and using inline push to
> send the data.  The query is only taking around 200 ms to complete,
> that is the only thing causing this to fail.  And it only fails
> occassionally. It doesn't seem to fail when I run other queries using
> inlinepush.
>
> On Feb 19, 7:42 am, Anthony Catel <[email protected]> wrote:
>
> > I guess that it's not one of your file. The error should be elsewhere.
>
> > Can you paste your code?
>
> > crusherdestroyer a crit :
>
> > > I didn't even know this existed in Chrome.  Thank you.  The bad part
> > > is that it's still happening.  Here is there error in Chrome:
>
> > > Uncaught URIError: URI malformed                           native
> > > uri.js:95
>
> > > On Feb 19, 6:27 am, Anthony Catel <[email protected]> wrote:
>
> > >> That's what I said : "silently". There is a bug with some version of
> > >> firebug. You should try with Chrome ;)
>
> > >> Anthony
>
> > >> crusherdestroyer a crit :
>
> > >>> Thank you for the direction.  My only concern with that is that it
> > >>> happens intermittently and I don't get any javascript errors in
> > >>> firebug.
>
> > >>> On Feb 19, 5:22 am, Anthony Catel <[email protected]> wrote:
>
> > >>>> Hi,
>
> > >>>> A javascript error can lead to a silent kill of the connection without
> > >>>> any debug. Follow this hint ;)
>
> > >>>> Anthony
>
> > >>>> crusherdestroyer a crit :
>
> > >>>>> I probably just have something not configured correctly, but not
> > >>>>> sure.  What is happening is while i'm running my application in
> > >>>>> firefox, I can see in firebug where ape is working.  Every 25 seconds
> > >>>>> or so, ajax will start up again.  It will do this forever if I let
> > >>>>> it.  This is good.  The behavior I'm seeing is when I click on submit
> > >>>>> to send data, it will kill the existing ajax process in firebug and
> > >>>>> immediately launch another one MOST of the time.  Some times, it will
> > >>>>> just quit running all together and then after many seconds will start
> > >>>>> back up again.  This is bad because the application won't work during
> > >>>>> this time.
>
> > >>>>> I noticed on some of your demos sites, that when you click on "submit"
> > >>>>> on the applications the ape ajax process will continue to run in
> > >>>>> firebug the entire 25 seconds before it stars a new one.  No matter
> > >>>>> how many times I submit data on those demo sites, it will not fail.
> > >>>>> It just keeps running the full 25.
>
> > >>>>> Why does mine always die and restart again?  Is it suppose to do
> > >>>>> that?  I'm using inlinepush if that matters.

-- 
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/

Reply via email to