← Back to team overview

gtg team mailing list archive

[Bug 569607] [NEW] Crash viewing tags

 

Public bug reported:

Steps to reproduce:

0.  ./scripts/debug.sh
1.  View > Tags Sidebar (F9)
2.  Click on 'All tags'
3.  Crashes:

Traceback (most recent call last):
  File "/home/bryce/src/gtg/gtg-fixes/GTG/taskbrowser/browser.py", line 1285, in on_select_tag
    if self.ctask_tree:
AttributeError: TaskBrowser instance has no attribute 'ctask_tree'

Same thing happens when clicking on any tag

** Affects: gtg
     Importance: Undecided
         Status: New

** Description changed:

  Steps to reproduce:
  
  0.  ./scripts/debug.sh
  1.  View > Tags Sidebar (F9)
  2.  Click on 'All tags'
  3.  Crashes:
  
- applying filter notag
  Traceback (most recent call last):
-   File "/home/bryce/src/gtg/gtg-fixes/GTG/taskbrowser/browser.py", line 1281, in on_select_tag
-     if self.ctask_tree:
- AttributeError: TaskBrowser instance has no attribute 'ctask_tree'
- 
- bryce@chideok:~/src/gtg/gtg-fixes$ rm -rf tmp && ./scripts/debug.sh 
- Setting XDG vars to use default dataset.
- Traceback (most recent call last):
-   File "/home/bryce/src/gtg/gtg-fixes/GTG/taskbrowser/browser.py", line 1285, in on_select_tag
-     if self.ctask_tree:
+   File "/home/bryce/src/gtg/gtg-fixes/GTG/taskbrowser/browser.py", line 1285, in on_select_tag
+     if self.ctask_tree:
  AttributeError: TaskBrowser instance has no attribute 'ctask_tree'
  
  Same thing happens when clicking on any tag

-- 
Crash viewing tags
https://bugs.launchpad.net/bugs/569607
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:
Steps to reproduce:

0.  ./scripts/debug.sh
1.  View > Tags Sidebar (F9)
2.  Click on 'All tags'
3.  Crashes:

Traceback (most recent call last):
  File "/home/bryce/src/gtg/gtg-fixes/GTG/taskbrowser/browser.py", line 1285, in on_select_tag
    if self.ctask_tree:
AttributeError: TaskBrowser instance has no attribute 'ctask_tree'

Same thing happens when clicking on any tag







Follow ups

References