After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 541847 - The LDTP server always disconnects before returning a response
The LDTP server always disconnects before returning a response
Status: RESOLVED FIXED
Product: LDTP
Classification: Other
Component: ldtp
unspecified
Other All
: Normal major
: ---
Assigned To: LDTP maintainers
LDTP Development Mailing List
Depends on:
Blocks:
 
 
Reported: 2008-07-07 09:32 UTC by Ara Pulido
Modified: 2008-07-14 23:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ara Pulido 2008-07-07 09:32:29 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:
Comment 1 Ara Pulido 2008-07-07 09:35:24 UTC
Actual results:
Traceback (most recent call last):
  • File "test.py", line 12 in <module>
    selectmenuitem ("frmTopExpandedEdgePanel", "mnuCalculator")
  • File "/var/lib/python-support/python2.5/ldtp.py", line 816 in selectmenuitem
    _responseStatus, _responseData = getresponse (_requestId)
  • File "/var/lib/python-support/python2.5/ldtp.py", line 202 in getresponse
    raise LdtpExecutionError ('Server disconnected')
ldtplib.ldtplibutils.LdtpExecutionError: 'Server disconnected'

Comment 2 Ara Pulido 2008-07-07 10:59:05 UTC
This is fixed in the latest GIT version.