Advertisement
dehqan

Untitled

Jan 15th, 2012
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. root@om-gta02 ~ $ opimd-cli m query > your_file.txt
  2. ERROR:dbus.proxies:Introspect error on :1.18:/org/freesmartphone/PIM/Messages: 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.
  3. ERROR:dbus.connection:Unable to set arguments ({},) according to signature None: <type 'exceptions.ValueError'>: Unable to guess signature from an empty dict
  4. Traceback (most recent call last):
  5. File "/usr/bin/opimd-cli", line 141, in <module>
  6. query(argv[3:])
  7. File "/usr/bin/opimd-cli", line 47, in query
  8. x = interface.Query(dict)
  9. File "/usr/lib/python2.6/site-packages/dbus/proxies.py", line 68, in __call__
  10. return self._proxy_method(*args, **keywords)
  11. File "/usr/lib/python2.6/site-packages/dbus/proxies.py", line 140, in __call__
  12. **keywords)
  13. File "/usr/lib/python2.6/site-packages/dbus/connection.py", line 612, in call_blocking
  14. message.append(signature=signature, *args)
  15. ValueError: Unable to guess signature from an empty dict
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement