← Back to team overview

gtg team mailing list archive

[Bug 500566] Re: gtg doesn't launch anymore

 

** Changed in: gtg
     Assignee: (unassigned) => Luca Invernizzi (invernizzi)

** Changed in: gtg
   Importance: Undecided => Critical

** Changed in: gtg
       Status: Confirmed => Triaged

-- 
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!: Triaged

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 :

[raph@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 ?