Bug 1403189 - liveusb-creator immediately abrt at startup - IndexError: list index out of range
Summary: liveusb-creator immediately abrt at startup - IndexError: list index out of r...
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: liveusb-creator
Version: 24
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Luke Macken
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-12-09 11:38 UTC by Anthony Name
Modified: 2016-12-12 09:19 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-12-12 09:19:39 UTC
Type: Bug


Attachments (Terms of Use)

Description Anthony Name 2016-12-09 11:38:32 UTC
Description of problem:
when starting liveusb-creator from GUI it starts, runs for a couple of seconds then dies.  Running from a command line same problem with output IndexError: list index out of range


Version-Release number of selected component (if applicable):

liveusb-creator-3.95.4-1.fc24.noarch

Linux somehost.nodomain.com 4.8.11-200.fc24.x86_64 #1 SMP Mon Nov 28 19:36:57 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

How reproducible:

select liveusb-creator icon from Applications --> System-Tools

or

type liveusb-creator from command line


Steps to Reproduce:
1. As above
2.
3.

Actual results:
Aborts at startup

liveusb-creator
file:///usr/lib64/qt5/qml/QtQuick/Controls/ComboBox.qml:560:5: QML Menu: Binding loop detected for property "__selectedIndex"
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/liveusb/gui.py", line 670, in run
    get_fedora_flavors()
  File "/usr/lib/python2.7/site-packages/liveusb/releases.py", line 257, in get_fedora_flavors
    products = getProducts('https://getfedora.org/')
  File "/usr/lib/python2.7/site-packages/liveusb/releases.py", line 249, in getProducts
    product = getProductDetails(productUrl)
  File "/usr/lib/python2.7/site-packages/liveusb/releases.py", line 223, in getProductDetails
    download = getDownload(url + "/download/")
  File "/usr/lib/python2.7/site-packages/liveusb/releases.py", line 76, in getDownload
    size = getSize(d('a.btn-success').parent().parent()('h5').text())
  File "/usr/lib/python2.7/site-packages/liveusb/releases.py", line 19, in getArch
    return url.split('/')[-1].split('.')[0].split('-')[3]
IndexError: list index out of range
Aborted


Expected results:

Starts without abrt 

Additional info:

Comment 1 Anthony Name 2016-12-12 09:19:39 UTC
As this has been obseleted in favour of fedora mediawriter this bug can be closed.


Note You need to log in before you can comment on or make changes to this bug.