Messages getting split into two values
I can't reproduce this. Setting my bot to a PHP script that just dumps
the entire contents of the POST, I get...
[msg] => Testy, testy
[step] => 1
[value0] => Testy, testy
We send your bot exactly what the IM network sends us without alteration.
Can you tell me which IM network and client you're using?
Comments are currently closed for this discussion. You can start a new one.
2 Posted by Acorn on 29 Jan, 2010 12:48 AM
It looks like it must be a problem with the debugger as it doesn't happen when interacting with the script over MSN.
[EDIT]
Yes, just testing and if you put any comma into the debugger is splits the msg into multiple values. Any idea why this is happening?
Another small thing on the topic of the debugger, it would be great if pressing enter while in the input box for the debugger would have the same effect as pressing the send button. It can be annoying having to switch between mouse and keyboard when trying to test.
Support Staff 3 Posted by Adam Kalsey on 29 Jan, 2010 12:59 AM
That's correct, the code you're using shouldn't have any affect, since
it's stuff we're sending to you that's the issue. I asked for the IM
network and IM client because I wanted to test to see if some IM
client was delivering the message to us split into two.
I'll log a ticket about the incorrect debugger output.