m3talstorm / foe-bot

:robot: A simple bot to automate the main functions of Forge of Empires (FoE)
MIT License
45 stars 15 forks source link

CityProductionService -> startProduction crash #14

Closed losbastardos closed 5 years ago

losbastardos commented 6 years ago

Traceback (most recent call last): File "main.py", line 64, in account.city.produce() File "\models\city.py", line 134, in produce building.produce() File "\models\building.py", line 117, in produce response = self.request('startProduction', [self.id, 1]) File "\models\model.py", line 129, in request response = Request.request(payload) File "\request.py", line 90, in request raise Exception(message) Exception: <exception str() failed>