Bug 1403189

Summary: liveusb-creator immediately abrt at startup - IndexError: list index out of range
Product: [Fedora] Fedora Reporter: Anthony Name <anothersname>
Component: liveusb-creatorAssignee: Luke Macken <lewk>
Status: CLOSED EOL QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 24CC: lewk, mbriza
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-12-12 09:19:39 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

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.