hunterjm / futgui

FIFA Auto Buyer GUI
73 stars 24 forks source link

Bidding errors #107

Closed hyoussef closed 7 years ago

hyoussef commented 7 years ago

when start bidding, i see this error in the console

Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/multiprocessing/process.py", line 249, in _bootstrap
    self.run()
  File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/multiprocessing/process.py", line 93, in run
    self._target(*self._args, **self._kwargs)
  File "/Users/i060356/git/personal/futgui/core/bid.py", line 62, in bid
    displayName = asset['Item']['Desc']
KeyError: 'Desc'

I think the bids never happens because of that exception.

Using last master branch code line on MacOs Sierra

hunterjm commented 7 years ago

Duplicate of https://github.com/hunterjm/futgui/issues/25.

Workaround is to clear out your transfer list before running the app.