You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: