Ticket #804 (new bug)
DAAP not working in trunk (rev 930)
| Reported by: | JulienV | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 0.6 |
| Component: | Other | Version: | trunk |
| Keywords: | DAAP | Cc: |
Description
Here is the output when lauching listen with DAAP plugin enabled:
ERROR dbus.connection Exception in handler for D-Bus signal: Traceback (most recent call last):
File "/var/lib/python-support/python2.5/dbus/connection.py", line 214, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/listen/source/daapclient.py", line 59, in connect
add,port,name = service_discover.resolve(*args)
File "/usr/lib/listen/service_discover.py", line 59, in resolve
interface, protocol, name, type, domain, host, aprotocol, address, port, txt, flags = self.server.ResolveService?(interface, protocol, name, type, domain, avahi.PROTO_UNSPEC, dbus.UInt32(0))
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 622, in call_blocking
message, timeout)
DBusException: org.freedesktop.Avahi.TimeoutError?: Timeout reached ERROR dbus.connection Exception in handler for D-Bus signal: Traceback (most recent call last):
File "/var/lib/python-support/python2.5/dbus/connection.py", line 214, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/listen/source/daapclient.py", line 59, in connect
add,port,name = service_discover.resolve(*args)
File "/usr/lib/listen/service_discover.py", line 59, in resolve
interface, protocol, name, type, domain, host, aprotocol, address, port, txt, flags = self.server.ResolveService?(interface, protocol, name, type, domain, avahi.PROTO_UNSPEC, dbus.UInt32(0))
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 622, in call_blocking
message, timeout)
DBusException: org.freedesktop.Avahi.TimeoutError?: Timeout reached
Cheers, Julien
