coherence-project / Coherence

DLNA/UPnP Media Server and Framework for the Digital Living
MIT License
171 stars 52 forks source link

ValueError: Unable to guess signature from an empty list #20

Open Hypfer opened 9 years ago

Hypfer commented 9 years ago

I am using coherence from the repo in Debian Wheezy with the caja plugin found here https://github.com/Hypfer/Coherence/blob/develop/caja-plugin/coherence_upnp_play_extension.py

Sometimes it works, but most of the time caja throws this error:

Traceback (most recent call last): File "/home/hypfer/.local/share/caja-python/extensions/coherence_upnp_play_extension.py", line 176, in get_file_items devices = self.coherence.get_devices(dbus_interface=BUS_NAME) File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 145, in call *keywords) File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in call_blocking message, timeout) dbus.exceptions.DBusException: org.freedesktop.DBus.Python.ValueError: Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/dbus/service.py", line 751, in _message_cb _method_reply_return(connection, message, method_name, signature, retval) File "/usr/lib/python2.7/dist-packages/dbus/service.py", line 254, in _method_reply_return reply.append(signature=signature, *retval) ValueError: Unable to guess signature from an empty list

htgoebel commented 4 years ago

This project is seeking a maintainer, see #33. If you want this to be fixed, please provide a pull-request or volunteer to maintain the project.