barolet / kovans-ogbot

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

it doesn't work at spy #319

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
ENGLISH ONLY.
IF ANY OF THE INFO BELOW IS MISSING THE BUG REPORT WILL BE DELETED.
Thank you.

Bot version: 3.1b
OGame server language: es
OGame server version: 0.84
Using admirals or commander (specify)?: No
Operating System: Ubuntu

Description of the problem:

Traceback (most recent call last):
  File "src\OGBot.py", line 108, in run
    self._start()
  File "src\OGBot.py", line 212, in _start
    self.spyPlanets(self.inactivePlanets,
EspionageReport.DetailLevels.buildings)
  File "src\OGBot.py", line 408, in spyPlanets
    self.checkIfEspionageReportsArrived()
  File "src\OGBot.py", line 523, in checkIfEspionageReportsArrived
    displayedReports = self.web.getEspionageReports()
  File "src\WebAdapter.py", line 722, in getEspionageReports
    coords = Coords(m.group('coords'))
  File "src\GameEntities.py", line 71, in __init__
    self.convertToInts()
  File "src\GameEntities.py", line 89, in convertToInts
    self.galaxy, self.solarSystem, self.planet = int(self.galaxy),
int(self.solarSystem), int(self.planet)
ValueError: invalid literal for int() with base 10: '[4]'

Thanks ;)

Log file contents:

Please provide any additional information below:

Original issue reported on code.google.com by dsfase.o...@gmail.com on 23 Jul 2009 at 4:42

GoogleCodeExporter commented 8 years ago

Original comment by kovansog...@gmail.com on 2 Apr 2010 at 9:51