Please see this downstream fedora report
https://bugzilla.redhat.com/show_bug.cgi?id=565224
Somehow "opened_tasks = None," ended up in gtg.conf and new_task is tripping on
"None"
** Changed in: gtg
Status: Invalid => Confirmed
** Bug watch added: Red Hat Bugzilla #565224
https://bugzilla.redhat.com/show_bug.cgi?id=565224
--
gtg doesn't launch anymore
https://bugs.launchpad.net/bugs/500566
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!: Confirmed
Bug description:
I installed GTG on Archlinux via AUR (0.2)
It worked : Add / Del / Edit / Drag / DropTasks, Tags,...
But one time, I closed it and no way to launch it again.
In the terminal, I got :
[r...@myhost ~]$ gtg
Traceback (most recent call last):
File "/usr/bin/gtg", line 40, in <module>
sys.exit(GTG.gtg.main(options, args))
File "/usr/lib/python2.6/site-packages/GTG/gtg.py", line 122, in main
tb.main()
File "/usr/lib/python2.6/site-packages/GTG/taskbrowser/browser.py", line
1618, in main
self.restore_state_from_conf()
File "/usr/lib/python2.6/site-packages/GTG/taskbrowser/browser.py", line 623,
in restore_state_from_conf
ted = self.open_task(t)
File "/usr/lib/python2.6/site-packages/GTG/taskbrowser/browser.py", line 743,
in open_task
t = self.req.get_task(uid)
File "/usr/lib/python2.6/site-packages/GTG/core/requester.py", line 72, in
get_task
task = self.ds.get_task(tid)
File "/usr/lib/python2.6/site-packages/GTG/core/datastore.py", line 68, in
get_task
empty_task = self.new_task(tid,newtask=False)
File "/usr/lib/python2.6/site-packages/GTG/core/datastore.py", line 104, in
new_task
uid,pid = tid.split('@') #pylint: disable-msg=W0612
ValueError: need more than 1 value to unpack
Is it a real bug ? Or is it my mystake ?
_______________________________________________
Mailing list: https://launchpad.net/~gtg
Post to : [email protected]
Unsubscribe : https://launchpad.net/~gtg
More help : https://help.launchpad.net/ListHelp