DAAP not working in trunk (rev 930)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Listen |
New
|
High
|
Unassigned | ||
listen (Debian) |
Fix Released
|
Unknown
|
Bug 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/
self.
File "/usr/lib/
add,port,name = service_
File "/usr/lib/
interface, protocol, name, type, domain, host, aprotocol, address, port, txt, flags = self.server.
File "/var/lib/
**keywords)
File "/var/lib/
message, timeout)
DBusException: org.freedesktop
ERROR dbus.connection Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/var/lib/
self.
File "/usr/lib/
add,port,name = service_
File "/usr/lib/
interface, protocol, name, type, domain, host, aprotocol, address, port, txt, flags = self.server.
File "/var/lib/
**keywords)
File "/var/lib/
message, timeout)
DBusException: org.freedesktop
Cheers,
Julien
This ticket was migrated from the old trac: re #804
Originally reported by: JulienV
Changed in listen (Debian): | |
status: | Unknown → Confirmed |
Changed in listen: | |
assignee: | Mehdi Abaakouk (sileht) → nobody |
Changed in listen (Debian): | |
status: | Confirmed → Fix Released |
All my aplogies, the above message is the output when listen is already loaded (that should have been a second bug report)!
here is the ouput for DAAP: python2. 5/threading. py", line 486, in __bootstrap_inner python2. 5/threading. py", line 446, in run __target( *self._ _args, **self.__kwargs) listen/ source/ daapclient. py", line 64, in add_service address, port) listen/ source/ daapclient. py", line 125, in __init__ client. connect( address, port ) python2. 5/site- packages/ daap.py" , line 367, in connect getContentCodes () # practically required python2. 5/site- packages/ daap.py" , line 455, in getContentCodes '/content- codes') python2. 5/site- packages/ daap.py" , line 418, in request response( r, params) python2. 5/site- packages/ daap.py" , line 406, in _get_response socket. connect( ) python2. 5/httplib. py", line 683, in connect
Exception in thread Thread-15:
Traceback (most recent call last):
File "/usr/lib/
self.run()
File "/usr/lib/
self.
File "/usr/lib/
l = DaapLibrary(
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
response = self.request(
File "/usr/lib/
response = self._get_
File "/usr/lib/
self.
File "/usr/lib/
raise socket.error, msg
error: (22, 'Argument invalide')
Exception in thread Thread-16: python2. 5/threading. py", line 486, in __bootstrap_inner python2. 5/threading. py", line 446, in run __target( *self._ _args, **self.__kwargs) listen/ source/ daapclient. py", line 64, in add_service address, port) listen/ source/ daapclient. py", line 125, in __init__ client. connect( address, port ) python2. 5/site- packages/ daap.py" , line 367, in connect getContentCodes () # practically required python2. 5/site- packages/ daap.py" , line 455, in getContentCodes '/content- codes') python2. 5/site- packages/ daap.py" , line 418, in request response( r, params) python2. 5/site- packages/ daap.py" , line 406, in _get_response socket. connect( ) python2. 5/httplib. py", line 683, in connect
Traceback (most recent call last):
File "/usr/lib/
self.run()
File "/usr/lib/
self.
File "/usr/lib/
l = DaapLibrary(
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
response = self.request(
File "/usr/lib/
response = self._get_
File "/usr/lib/
self.
File "/usr/lib/
raise socket.error, msg
error: (22, 'Argument invalide')
DaapSource Loading DAAP songs AT 192.168.1.70:3689
Loading DAAP songs AT 192.168.1.70:3689
No more output, and nothing shown on the GUI...
192.168.1.70 is a rhythmbox DAAP server, working with other media players.
Cheers,
Julien
Originally reported by: JulienV