Comment 2 for bug 822275

Revision history for this message
Oliver Joos (oliver-joos) wrote : Re: "Browse files on" functionality broken on Lucid LTS

I see the same bug in Ubuntu 11.04 (Natty)!

The mentioned Traceback of the example script "list-folders" shows more hints now:

Traceback (most recent call last):
  File "/usr/share/doc/obexd-client/examples/list-folders", line 38, in <module>
    list_folder(folder)
  File "/usr/share/doc/obexd-client/examples/list-folders", line 12, in list_folder
    session_path = client.CreateSession({ "Destination": sys.argv[1], "Target": "ftp"})
  File "/usr/lib/pymodules/python2.7/dbus/proxies.py", line 68, in __call__
    return self._proxy_method(*args, **keywords)
  File "/usr/lib/pymodules/python2.7/dbus/proxies.py", line 140, in __call__
    **keywords)
  File "/usr/lib/pymodules/python2.7/dbus/connection.py", line 630, in call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.