← Back to team overview

gtg team mailing list archive

[Bug 543647] [NEW] unknown type (null) in tag_sort_func

 

Public bug reported:

I upgraded my tasks to the 0.3 branch today. After installing it, on
starting it up, amongst other things I notice this printed many times:

Traceback (most recent call last):
  File "/home/bryce/src/gtg/gtg/GTG/taskbrowser/browser.py", line 713, in tag_sort_func
    t1 = model.get_value(iter1, tagtree.COL_OBJ)
TypeError: unknown type (null)
Traceback (most recent call last):
  File "/home/bryce/src/gtg/gtg/GTG/taskbrowser/browser.py", line 713, in tag_sort_func
    t1 = model.get_value(iter1, tagtree.COL_OBJ)
TypeError: unknown type (null)
...etc...

This also prints out a bunch when I click on tags or even just Alt-Tab
from one app to another and back.

** Affects: gtg
     Importance: Undecided
         Status: New

-- 
unknown type (null) in tag_sort_func
https://bugs.launchpad.net/bugs/543647
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!: New

Bug description:
I upgraded my tasks to the 0.3 branch today. After installing it, on starting it up, amongst other things I notice this printed many times:

Traceback (most recent call last):
  File "/home/bryce/src/gtg/gtg/GTG/taskbrowser/browser.py", line 713, in tag_sort_func
    t1 = model.get_value(iter1, tagtree.COL_OBJ)
TypeError: unknown type (null)
Traceback (most recent call last):
  File "/home/bryce/src/gtg/gtg/GTG/taskbrowser/browser.py", line 713, in tag_sort_func
    t1 = model.get_value(iter1, tagtree.COL_OBJ)
TypeError: unknown type (null)
...etc...

This also prints out a bunch when I click on tags or even just Alt-Tab from one app to another and back.





Follow ups

References