Context: Trying to add implants to a Garmur fit. Added the snake set, a couple navigation ones and wanted to check which missile ones would be applicable for a Garmur. Clicked the slot 6 sidebar item (forgetting that the snake omega goes in that slot) and got the following error:
pyfa v2.69.0
EVE Data Version: 3532181 (2026-09-22 14:31:10)
OS version: Windows-10-10.0.19045-SP0
Python version: 3.14.0 (tags/v3.14.0:ebf955d, Oct 7 2025, 10:15:03) [MSC v.1944 64 bit (AMD64)]
wxPython version: 4.3.1 (wxWidgets 3.3.3)
SQLAlchemy version: 2.0.51
Logbook version: 1.9.2
Requests version: 2.34.2
Dateutil version: 2.9.0.post0
####################
Traceback (most recent call last):
File "gui\builtinMarketBrowser\itemView.py", line 92, in treeSelectionChanged
File "gui\builtinMarketBrowser\itemView.py", line 113, in selectionMade
File "service\market.py", line 770, in getItemsByMarketGroup
File "service\market.py", line 646, in getParentItemByItem
AttributeError: 'NoneType' object has no attribute 'name'
It seems like something was added in the category that's not supposed to be there. I suspect a null check (or "does this thing exist" check) should suffice.
Context: Trying to add implants to a Garmur fit. Added the snake set, a couple navigation ones and wanted to check which missile ones would be applicable for a Garmur. Clicked the slot 6 sidebar item (forgetting that the snake omega goes in that slot) and got the following error:
It seems like something was added in the category that's not supposed to be there. I suspect a null check (or "does this thing exist" check) should suffice.