Page 1 of 1

Errors in (gs:listen)

Posted: Wed Feb 27, 2008 6:17 pm
by cormullion
I'm getting this error a lot, but I don't quite understand it. I'm using (gs:listen) in the usual way. What's a possible cause?

Code: Select all

missing parenthesis : "...))\n                                 "
called from user defined function gs:listen
It seems to happen mostly after typing into a text-area, but it happens sporadically and I don't know what causes the error...

Posted: Wed Feb 27, 2008 9:35 pm
by newdep
I had that a lot with the nlist tool..

there are 3 options

1) there is realy a ")" missing
2) You are quicker then the TCP channel
3) You use Blocking IO (this is what it is i think..like with text-area)

have a look at my nlist.lsp at line 1522 ->
there i created an Async function to bypass this..
then the problems where gone for get-text or text-area..

Posted: Wed Feb 27, 2008 9:43 pm
by cormullion
thanks - I appreciate the help from a busy man! :)