Bug 718163

Summary: TypeError: 'NoneType' object is not subscriptable
Product: [Fedora] Fedora Reporter: Kirill Kolyshkin <kolyshkin>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 15CC: anaconda-maint-list, jonathan, rvykydal, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard: anaconda_trace_hash:4101e8430195ceb231ceb3188d80a3775ad235240e3425efe1d641c6bb04bdc1
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-07-01 11:07:50 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
Attached traceback automatically from anaconda. none

Description Kirill Kolyshkin 2011-07-01 08:52:13 UTC
The following was filed automatically by anaconda:
anaconda 15.31 exception report
Traceback (most recent call first):
  File "/usr/lib64/python2.7/site-packages/pyanaconda/network.py", line 395, in update
    bootif_mac = flags.cmdline.get("BOOTIF")[3:].replace("-", ":").upper()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/network.py", line 352, in __init__
    self.update()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/__init__.py", line 154, in network
    self._network = network.Network()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/iw/network_gui.py", line 54, in getScreen
    if len(self.anaconda.network.netdevices) == 0 or flags.imageInstall:
  File "/usr/lib64/python2.7/site-packages/pyanaconda/gui.py", line 1338, in setScreen
    new_screen = self.currentWindow.getScreen(anaconda)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/gui.py", line 1350, in setScreen
    return self.setScreen()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/gui.py", line 1258, in nextClicked
    self.setScreen ()
TypeError: 'NoneType' object is not subscriptable

Comment 1 Kirill Kolyshkin 2011-07-01 08:52:18 UTC
Created attachment 510821 [details]
Attached traceback automatically from anaconda.

Comment 2 Radek Vykydal 2011-07-01 11:07:50 UTC
Please see https://bugzilla.redhat.com/show_bug.cgi?id=704188#c3 ("ipappend 2" should make pxe provide the BOOTIF= value).

*** This bug has been marked as a duplicate of bug 704188 ***