These forums have been archived and are now read-only.
The new forums are live and can be found at https://forums.eveonline.com/
pyfa 1.15.0 (Vanguard)
Traceback (most recent call last):File "\pyfa\.\gui\mainFrame.py", line 703, in openGraphFrame self.graphFrame = GraphFrame(self)File "\pyfa\.\gui\graphFrame.py", line 76, in __init__ self.fitList.fitList.update(self.fits)File "\pyfa\.\gui\display.py", line 298, in update self.refresh(stuff)File "\pyfa\.\gui\display.py", line 250, in refresh newText = col.getText(st)File "\pyfa\.\gui\builtinViewColumns\baseName.py", line 46, in getText return "%dx %s (%s)" % (stuff.getProjectionInfo(fitID).amount, stuff.name, stuff.ship.item.name)AttributeError:'NoneType' object has no attribute 'amount'
Traceback (most recent call last): File "/home/infine/pyfa-git/Pyfa/gui/mainFrame.py", line 703, in openGraphFrame self.graphFrame = GraphFrame(self) File "/home/infine/pyfa-git/Pyfa/gui/graphFrame.py", line 76, in __init__ self.fitList.fitList.update(self.fits) File "/home/infine/pyfa-git/Pyfa/gui/display.py", line 298, in update self.refresh(stuff) File "/home/infine/pyfa-git/Pyfa/gui/display.py", line 250, in refresh newText = col.getText(st) File "/home/infine/pyfa-git/Pyfa/gui/builtinViewColumns/baseName.py", line 46, in getText return "%dx %s (%s)" % (stuff.getProjectionInfo(fitID).amount, stuff.name, stuff.ship.item.name)AttributeError: 'NoneType' object has no attribute 'amount'