On Thursday 16 June 2005 09:04 pm, Mudit Wahal wrote: > Isaac, > > My script is based on debug output logged from the mythfrontend. I'm > modeling my script based on how the frontend is sending commands when > it switches to liveTV to when I stop watching live TV.
You're missing the fact that the frontend is opening multiple connections with your logging. There's 3 separate sockets in there, not 1. This is also the cause of your newest crash - you're sending different things on different connections than what the frontend would, and the backend is assuming that it gets mostly proper input. Isaac _______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
