Hi all,<br>I have a stream of lists that I run through something like [unpack s f f f f]<br>The lists are generated by a python script and send to pd over a network socket.<br>Every now and then I get &#39;unpack: type mismatch&#39;, but afaict my script should send the all lists in the same format.<br>

Is there a way to &#39;catch&#39; the offending lists for debugging?<br>thanks,<br>Tim<br><br>