Comment 27 for bug 283064

Revision history for this message
xens (r-aviolat) wrote :

Hi Baptiste,

with the obex-data-server included in intrepid the ods-server-test.py returned nothing.

with your modified obex-data-server the file transfer from my phone to my computer works fine! Thank you very much :D

I'd like to give you more feedback but here's the output ou ods-server-test.py with your obex-data-server:

----------------
poste@poste:~$ python ods-server-test.py opp /tmpTraceback (most recent call last):
  File "ods-server-test.py", line 185, in <module>
    tester = Tester(args[0], args[1], options)
  File "ods-server-test.py", line 106, in __init__
    self.server_type, options.pairing)
  File "/var/lib/python-support/python2.5/dbus/proxies.py", line 68, in __call__
    return self._proxy_method(*args, **keywords)
  File "/var/lib/python-support/python2.5/dbus/proxies.py", line 140, in __call__
    **keywords)
  File "/var/lib/python-support/python2.5/dbus/connection.py", line 607, in call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.openobex.Error.Failed: Could not create server socket
poste@poste:~$
----------------