GNOME Bugzilla – Bug 541847
The LDTP server always disconnects before returning a response
Last modified: 2008-07-14 23:03:44 UTC
Please describe the problem: Using the 1.1.0 version in Ubuntu Intrepid 8.10. When running any python LDTP script the LDTP server returns a 'Server disconnected' error. Steps to reproduce: 1. Get debsource from https://launchpad.net/ubuntu/+source/ldtp/1.1.0-1 2. Build the debian package. (you will need to remove libgail-dev first from the debian/control file, that it is no longer needed) 3. Install ldtp and python-ldtp packages 4. Try to run any of the python scripts that you might have 5. The server always returns "Server disconnected" error. Actual results: Expected results: Does this happen every time? Yes Other information:
Actual results: Traceback (most recent call last):
+ Trace 202209
selectmenuitem ("frmTopExpandedEdgePanel", "mnuCalculator")
_responseStatus, _responseData = getresponse (_requestId)
raise LdtpExecutionError ('Server disconnected')
This is fixed in the latest GIT version.