You are not logged in.
hey, it is not possible to stop current activities in hamster anymore after recent upgrade
here's what appears in the console after clicking "stop tracking"
Traceback (most recent call last):
File "/usr/bin/hamster-time-tracker", line 411, in on_stop_tracking_clicked
runtime.storage.stop_tracking()
File "/usr/lib/python2.7/site-packages/hamster/client.py", line 196, in stop_tracking
return self.conn.StopTracking(end_time)
File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 140, in __call__
**keywords)
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 630, in call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Python.sqlite3.ProgrammingError: Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/service.py", line 702, in _message_cb
retval = candidate_method(self, *args, **keywords)
File "/usr/lib/python2.7/site-packages/hamster/storage.py", line 172, in StopTracking
self.__touch_fact(facts[-1], end_time)
File "/usr/lib/python2.7/site-packages/hamster/db.py", line 388, in __touch_fact
self.execute(query, (end_time, fact['id']))
File "/usr/lib/python2.7/site-packages/hamster/db.py", line 921, in execute
cur.execute(state, param)
ProgrammingError: Cannot operate on a closed cursor.Last edited by cngn (2010-11-08 09:39:58)
Offline
A bug was filed: https://bugzilla.gnome.org/show_bug.cgi?id=633103
Offline