You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/home/dfx/src/eve/pyfa/service/market.py", line 75, in run
self.processUpdates()
File "/home/dfx/src/eve/pyfa/service/market.py", line 85, in processUpdates
service.Price.fetchPrices(requests)
File "/home/dfx/src/eve/pyfa/service/price.py", line 55, in fetchPrices
if item.marketGroupID:
AttributeError: 'NoneType' object has no attribute 'marketGroupID'
Seems like it still attempts to fetch price for t3d mode? Just doesn't put item there anymore, but puts None.
The text was updated successfully, but these errors were encountered:
I cannot reproduce. Returning None is the same way empty module slots handle not getting a price. In any case, doesn't make sense as the mode shouldn't be added to the price fetching queue. I think this may have something to do with the other issue you posted - #324. Something weird indeed
oh, I was able to reproduce when I pasted the fitting from 324 in... =/
Confessor:
Seems like it still attempts to fetch price for t3d mode? Just doesn't put item there anymore, but puts None.
The text was updated successfully, but these errors were encountered: