Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 200704 - x11-misc/adesklets - adesklets_installer -r traceback (IndexError: list index out of range)
Summary: x11-misc/adesklets - adesklets_installer -r traceback (IndexError: list index...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Dockapp Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-28 23:44 UTC by Sergio D. Rodríguez Inclan
Modified: 2008-01-15 23:53 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.