Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 200704

Summary: x11-misc/adesklets - adesklets_installer -r traceback (IndexError: list index out of range)
Product: Gentoo Linux Reporter: Sergio D. Rodríguez Inclan <sergio.rodriguez.inclan>
Component: Current packagesAssignee: Gentoo Dockapp Team <desktop-dock>
Status: RESOLVED FIXED    
Severity: normal CC: coldwind
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Sergio D. Rodríguez Inclan 2007-11-28 23:44:00 UTC
I was trying to retrieve the adesklets with 'adesklets_installer -r' and it gives me an 'IndexError: list index out of range error' after emerging adesklets.

Reproducible: Always

Steps to Reproduce:
Running 'adesklets_installer -r' or just 'adesklets_installer'
Actual Results:  
Retrieving data online... 
!!! An error occured during the operation !!!
Traceback (most recent call last):
  File "/usr/bin/adesklets_installer", line 208, in run
    self.desklets.run()
  File "/usr/bin/adesklets_installer", line 100, in run
    [(title.split()[0],
  File "/usr/bin/adesklets_installer", line 80, in extract_tag
    return [extract_text(entry.getElementsByTagName(tag)[0])
IndexError: list index out of range
------------------------------
Available desklets
------------------------------

  q)            Quit
Enter your selection > q

Expected Results:  
Retrieve the adesklets files from sourceforge.
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2007-12-26 17:09:45 UTC
just a me too. Installing git version doesn't help. Atom output only has one element so it's probably some corner case not handled in the parser.

Passed this, no desklet shows up for me whatsoever but that's likely another bug.
Comment 2 Sergio D. Rodríguez Inclan 2008-01-15 23:53:31 UTC
It's working now, after a world update.