barolet / kovans-ogbot

Automatically exported from code.google.com/p/kovans-ogbot
0 stars 0 forks source link

Not working, something unexp. occured... #224

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
ENGLISH ONLY.

Bot version: 2.2b
OGame server language: ogame.de
OGame server version:
Operating System: source version

Description of the problem:
not working...

Log contents:
06/18/07 13:10:47 Bot started.
Traceback (most recent call last):
  File "src\OGBot.py", line 110, in run
    self._start()
  File "src\OGBot.py", line 221, in _start
    self.spyPlanets(self.inactivePlanets,
EspionageReport.DetailLevels.buildings
)    # spy pending planets:
  File "src\OGBot.py", line 452, in spyPlanets
    self._spyPlanet(sourcePlanet, targetPlanet, True, msg, probesToSend)
  File "src\OGBot.py", line 482, in _spyPlanet
    self.web.launchMission(mission, True, slotsToReserve)
  File "src\WebAdapter.py", line 366, in launchMission
    if self.getFreeSlots(pageText) <= int(slotsToReserve):
  File "src\WebAdapter.py", line 457, in getFreeSlots
    maxFleets = int(self.REGEXPS['maxSlots'].search(page).group(1))
AttributeError: 'NoneType' object has no attribute 'group'
06/18/07 13:10:48 Something unexpected occured, see log file. Restarting bot.

Please provide any additional information below:

Original issue reported on code.google.com by schenk.h...@googlemail.com on 18 Jun 2007 at 11:14

GoogleCodeExporter commented 8 years ago

Original comment by jsceballos on 18 Jun 2007 at 3:32