← Back to team overview

project-leonov team mailing list archive

[Bug 251426] Re: Bug List Error

 

Fixed in lp:leonov/leonov-gtk.

** Changed in: leonov
   Importance: Undecided => Medium
       Status: New => Fix Committed

-- 
Bug List Error
https://bugs.launchpad.net/bugs/251426
You received this bug notification because you are a member of The
Leonov Project Team, which is subscribed to Leonov.

Status in Leonov - A Launchpad Desktop Client: Fix Committed

Bug description:
Whenever I try to fetch the bug list from launchpad, I get the following error

Exception in thread Thread-2:
Traceback (most recent call last):
  File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner
    self.run()
  File "/home/rugby471/Software/leonov/leonov-gtk/leonov/backend/threads.py", line 35, in run
    self.execution(job)
  File "/home/rugby471/Software/leonov/leonov-gtk/leonov/backend/threads.py", line 43, in execution
    job.result = job.function(*job.args)
  File "/home/rugby471/Software/leonov/leonov-gtk/leonov/gtk/lpwidget.py", line 171, in _downloadBugs
    self._bugListUser.loadBugsForUser(all, user)
  File "/home/rugby471/Software/leonov/leonov-gtk/leonov/gtk/buglisttreeviewwidget.py", line 80, in loadBugsForUser
    for bug in bugList[type]:
IndexError: list index out of range

This also means that all the bug entries are then placed in the wrong categories. This is a very important bug.

( I am using most up-to-date rev of leonov-gtk )



References