gtg team mailing list archive
-
gtg team
-
Mailing list archive
-
Message #00967
[Bug 520688] [NEW] Hamster crashes
Public bug reported:
I do have hamster up and running, version 2.29.4.
Trace:
File "/home/luca/Projects/gtg/trunk/GTG/plugins/hamster/hamster.py", line 238, in browser_cb
self.sendTask(plugin_api.get_selected_task())
File "/home/luca/Projects/gtg/trunk/GTG/plugins/hamster/hamster.py", line 85, in sendTask
hamster_tags = set([unicode(x) for x in self.hamster.GetTags()])
File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 140, in __call__
**keywords)
File "/usr/lib/pymodules/python2.6/dbus/connection.py", line 620, in call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.UnknownMethod: Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/dbus/service.py", line 649, in _message_cb
(candidate_method, parent_method) = _method_lookup(self, method_name, interface_name)
File "/usr/lib/pymodules/python2.6/dbus/service.py", line 246, in _method_lookup
raise UnknownMethodException('%s is not a valid method' % method_name)
UnknownMethodException: org.freedesktop.DBus.Error.UnknownMethod: Unknown method: GetTags is not a valid method
** Affects: gtg
Importance: High
Assignee: Kevin Mehall (kevin-mehall)
Status: Fix Committed
** Tags: plugin
** Changed in: gtg
Assignee: blafasel (km) => (unassigned)
** Changed in: gtg
Assignee: (unassigned) => Kevin Mehall (kevin-mehall)
--
Hamster crashes
https://bugs.launchpad.net/bugs/520688
You received this bug notification because you are a member of Gtg
contributors, which is subscribed to Getting Things GNOME!.
Status in Getting Things GNOME!: Fix Committed
Bug description:
I do have hamster up and running, version 2.29.4.
Trace:
File "/home/luca/Projects/gtg/trunk/GTG/plugins/hamster/hamster.py", line 238, in browser_cb
self.sendTask(plugin_api.get_selected_task())
File "/home/luca/Projects/gtg/trunk/GTG/plugins/hamster/hamster.py", line 85, in sendTask
hamster_tags = set([unicode(x) for x in self.hamster.GetTags()])
File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 140, in __call__
**keywords)
File "/usr/lib/pymodules/python2.6/dbus/connection.py", line 620, in call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.UnknownMethod: Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/dbus/service.py", line 649, in _message_cb
(candidate_method, parent_method) = _method_lookup(self, method_name, interface_name)
File "/usr/lib/pymodules/python2.6/dbus/service.py", line 246, in _method_lookup
raise UnknownMethodException('%s is not a valid method' % method_name)
UnknownMethodException: org.freedesktop.DBus.Error.UnknownMethod: Unknown method: GetTags is not a valid method
Follow ups
References