I've been having a problem on one of my frontends (QT 3.1), where about 2/3 of the time it isn't able to get any information from the backend. I did a network dump and it looks like the frontend is closing the connection before the backend could return.
since it was disconnecting in under a second with a readstring list timeout, i figured there was a bug in QTimer. to verify, i added some debugging lines. There is a print when it initializes the 'elapsed' variable to 0, which prints elapsed and timer.elapsed, and then when elapsed is updated, it prints the new value for elapsed. Also when you get a timeout, it prints the value of elapsed as well. also, i wrote a little QTimer test program, which seems to be behaving just fine (ie not jumping around) -tmk here's the output: [EMAIL PROTECTED] kthayer]$ mythfrontend -v all 2005-09-17 19:19:24.121 New DB connection, total: 1 Total desktop width=1400, height=1050, numscreens=1 2005-09-17 19:19:24.182 Using screen 0, 1400x1050 at 0,0 2005-09-17 19:19:24.241 mythfrontend version: 0.18.1.20050510-1 www.mythtv.org 2005-09-17 19:19:24.243 Enabled verbose msgs :all 2005-09-17 19:19:26.110 Switching to square mode (blue) 2005-09-17 19:19:26.298 /home/kthayer/.mythtv/joystickmenurc not found. 2005-09-17 19:19:26.300 Joystick disabled. 2005-09-17 19:19:27.250 Registering Internal as a media playback plugin. 2005-09-17 19:19:31.302 Connecting to backend server: 192.168.77.248:6543 (try 1 of 5) 2005-09-17 19:19:31.309 write->11 21 MYTH_PROTO_VERSION 15: 2005-09-17 19:19:31.309 init elapsed: 0 timer.elapsed(): 0 2005-09-17 19:19:31.298 new elapsed: 86399989 2005-09-17 19:19:31.298 ReadStringList timeout (quick)! 86399989 2005-09-17 19:19:31.298 Unexpected response to MYTH_PROTO_VERSION: error querying master in ProgramList::FromScheduler _______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
