My favorites | Sign in
Logo
                
Details: Show all Hide all

Earlier this year

  • Oct 22, 2009
    issue 321 (Does the bot work on Redesign universes ?) commented on by boris.kuster   -   Yeah probably, but Ogame isnt good, there's plenty more things to do in life than play some internet game, if nothing else, play Stalker - Call of Pripyat, it just got released :P
    Yeah probably, but Ogame isnt good, there's plenty more things to do in life than play some internet game, if nothing else, play Stalker - Call of Pripyat, it just got released :P
  • Oct 22, 2009
    issue 321 (Does the bot work on Redesign universes ?) commented on by Oliver-S...@gmx.de   -   I think the project is dead
    I think the project is dead
  • Aug 25, 2009
    issue 321 (Does the bot work on Redesign universes ?) commented on by Oliver-S...@gmx.de   -   good question. Hopefully they will answer soon! I am interested in that is also
    good question. Hopefully they will answer soon! I am interested in that is also
  • Aug 15, 2009
    issue 321 (Does the bot work on Redesign universes ?) reported by boris.kuster   -   I just started to play on one of them and I'm wondering if the bot works there, if not I'll stop playing Oh, and is the bot still actually developed ? Thanks
    I just started to play on one of them and I'm wondering if the bot works there, if not I'll stop playing Oh, and is the bot still actually developed ? Thanks
  • Aug 05, 2009
    issue 320 (New Uneverses) reported by Oliver-S...@gmx.de   -   hiho in OGame started new unis !! When comes the bot for this universes
    hiho in OGame started new unis !! When comes the bot for this universes
  • Jul 23, 2009
    issue 319 (it doesn't work at spy) reported by dsfase.ogame   -   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:
    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:
  • Jul 19, 2009
    issue 318 (it doesn't work) commented on by alexswanage   -   if someone knows an other bot which works please tell me
    if someone knows an other bot which works please tell me
  • Jul 18, 2009
    issue 318 (it doesn't work) reported by alexswanage   -   ENGLISH ONLY. IF ANY OF THE INFO BELOW IS MISSING THE BUG REPORT WILL BE DELETED. Thank you. Bot version: newst OGame server language: german OGame server version: v0.84 Using admirals or commander (specify)?: no Operating System: windows Description of the problem: the bot still doesn't work. i did everything what is said in F.A.Q. but i won't get it running. i think nobody cares about us. the bot got lame. sry but you make me sad..
    ENGLISH ONLY. IF ANY OF THE INFO BELOW IS MISSING THE BUG REPORT WILL BE DELETED. Thank you. Bot version: newst OGame server language: german OGame server version: v0.84 Using admirals or commander (specify)?: no Operating System: windows Description of the problem: the bot still doesn't work. i did everything what is said in F.A.Q. but i won't get it running. i think nobody cares about us. the bot got lame. sry but you make me sad..
  • Jul 07, 2009
    issue 301 (Problem launching 3.1b ogame.com.es) commented on by mbarriolinares   -   Same problem here. ----------------------------------------------------------- 07/08/09 03:47:23 Contacting server... 07/08/09 03:47:26 Logged in with user kIERO. Traceback (most recent call last): File "src\OGBot.py", line 106, in run self._connect() File "src\OGBot.py", line 139, in _connect self.web.updatePlayerData(self.player) File "src\WebAdapter.py", line 412, in updatePlayerData self.getResearchLevels(player, [player.colonies[0]]) File "src\WebAdapter.py", line 496, in getResearchLevels player.research[self.translationsByLocalText[fullName]] = int(level) KeyError: 'Tecnolog\xc3\xada de espionaje' 07/08/09 03:47:47 Something unexpected occured, see log file. Stopping bot. ----------------------------------------------------------- i'd attach last debug file (with erased personal data)... and you can see that with ISO-8859-1 it shows something like "Tecnologà a de espionaje". Wrong enconding, it should be UTF-8 and it would be alright.
    Same problem here. ----------------------------------------------------------- 07/08/09 03:47:23 Contacting server... 07/08/09 03:47:26 Logged in with user kIERO. Traceback (most recent call last): File "src\OGBot.py", line 106, in run self._connect() File "src\OGBot.py", line 139, in _connect self.web.updatePlayerData(self.player) File "src\WebAdapter.py", line 412, in updatePlayerData self.getResearchLevels(player, [player.colonies[0]]) File "src\WebAdapter.py", line 496, in getResearchLevels player.research[self.translationsByLocalText[fullName]] = int(level) KeyError: 'Tecnolog\xc3\xada de espionaje' 07/08/09 03:47:47 Something unexpected occured, see log file. Stopping bot. ----------------------------------------------------------- i'd attach last debug file (with erased personal data)... and you can see that with ISO-8859-1 it shows something like "Tecnologà a de espionaje". Wrong enconding, it should be UTF-8 and it would be alright.
  • Jun 18, 2009
    issue 317 (Italian language file) reported by pmcallstars   -   ENGLISH ONLY. IF ANY OF THE INFO BELOW IS MISSING THE BUG REPORT WILL BE DELETED. Thank you. Bot version: Latest OGame server language: .it OGame server version: v o.84 Using admirals or commander (specify)?: N Operating System: Windows Vista Description of the problem: I need the Italain language file, I try to make it but it don't work, anyone can help me? Log file contents: Please provide any additional information below:
    ENGLISH ONLY. IF ANY OF THE INFO BELOW IS MISSING THE BUG REPORT WILL BE DELETED. Thank you. Bot version: Latest OGame server language: .it OGame server version: v o.84 Using admirals or commander (specify)?: N Operating System: Windows Vista Description of the problem: I need the Italain language file, I try to make it but it don't work, anyone can help me? Log file contents: Please provide any additional information below:
  • Jun 16, 2009
    issue 316 (Don't work) reported by sarstev   -   Bot version: Lasted OGame server language: ES OGame server version: 0.84 Using admirals or commander (specify)?: Y Operating System: Linux Description of the problem: I can't run the bot. Log file contents: Tue Jun 16 18:38:54 2009 Contacting server... Tue Jun 16 18:38:58 2009 Logged in with user SaMu. Traceback (most recent call last): File "src/OGBot.py", line 106, in run self._connect() File "src/OGBot.py", line 139, in _connect self.web.updatePlayerData(self.player) File "src/WebAdapter.py", line 412, in updatePlayerData self.getResearchLevels(player, [player.colonies[0]]) File "src/WebAdapter.py", line 496, in getResearchLevels player.research[self.translationsByLocalText[fullName]] = int(level) KeyError: 'Tecnolog\xc3\xada de espionaje' Tue Jun 16 18:39:21 2009 Something unexpected occured, see log file. Stopping bot.
    Bot version: Lasted OGame server language: ES OGame server version: 0.84 Using admirals or commander (specify)?: Y Operating System: Linux Description of the problem: I can't run the bot. Log file contents: Tue Jun 16 18:38:54 2009 Contacting server... Tue Jun 16 18:38:58 2009 Logged in with user SaMu. Traceback (most recent call last): File "src/OGBot.py", line 106, in run self._connect() File "src/OGBot.py", line 139, in _connect self.web.updatePlayerData(self.player) File "src/WebAdapter.py", line 412, in updatePlayerData self.getResearchLevels(player, [player.colonies[0]]) File "src/WebAdapter.py", line 496, in getResearchLevels player.research[self.translationsByLocalText[fullName]] = int(level) KeyError: 'Tecnolog\xc3\xada de espionaje' Tue Jun 16 18:39:21 2009 Something unexpected occured, see log file. Stopping bot.
  • Jun 14, 2009
    issue 315 (OGbot ???) commented on by steffenfriis   -   ´Well have downloaded and run the bat file.. Where came some other files and directories.. But not an OGbot.exe Could not find anything on that problem under the FAQ.. I play on the danish server with Windows XP on english. Hope you can help me... (again lol)
    ´Well have downloaded and run the bat file.. Where came some other files and directories.. But not an OGbot.exe Could not find anything on that problem under the FAQ.. I play on the danish server with Windows XP on english. Hope you can help me... (again lol)
  • Jun 14, 2009
    issue 315 (OGbot ???) commented on by goazen.txitxarro   -   in some languages the bot doesnt run.....
    in some languages the bot doesnt run.....
  • Jun 14, 2009
    issue 315 (OGbot ???) commented on by goazen.txitxarro   -   read Faq Q: How do I run the multi-platform (source) version of the bot in Windows? A: The easiest and recommended way to run the bot in Windows is to use the prepared version, but it is possible to use the source version. These are the steps: 1. Download & install Python 2.5 (http://www.python.org) 2. Download & install QT 4 GPL for Windows (http://www.trolltech.com) 3. Download & install PyQt v4 GPL for Windows (http://www.riverbankcomputing.co.uk) 4. Add the QT bin directory and the Python directory to the PATH. After all that, execute runbot.bat and it should work.
    read Faq Q: How do I run the multi-platform (source) version of the bot in Windows? A: The easiest and recommended way to run the bot in Windows is to use the prepared version, but it is possible to use the source version. These are the steps: 1. Download & install Python 2.5 (http://www.python.org) 2. Download & install QT 4 GPL for Windows (http://www.trolltech.com) 3. Download & install PyQt v4 GPL for Windows (http://www.riverbankcomputing.co.uk) 4. Add the QT bin directory and the Python directory to the PATH. After all that, execute runbot.bat and it should work.
  • Jun 12, 2009
    issue 315 (OGbot ???) commented on by steffenfriis   -   anybody care us ??? WTF?.. What does that mean?...
    anybody care us ??? WTF?.. What does that mean?...
  • Jun 12, 2009
    issue 315 (OGbot ???) commented on by lostintime.lostintime   -   anybody care us
    anybody care us
  • Jun 11, 2009
    issue 315 (OGbot ???) reported by steffenfriis   -   Hello there.. I downloaded the new source codes, but it seems like something is missing.. Like the OGbot.exe. I have tried to download the old version to upgrade for the new.. But it still missing something. Help please
    Hello there.. I downloaded the new source codes, but it seems like something is missing.. Like the OGbot.exe. I have tried to download the old version to upgrade for the new.. But it still missing something. Help please
  • Jun 11, 2009
    issue 314 (i cant start this program, help plse) reported by lostintime.lostintime   -   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: brasil OGame server version: 0.84 Using admirals or commander (specify)?: Operating System: windows Description of the problem: Q: How do I run the bot in Windows? A: After downloading the file, decompress it and run OGBot.exe but; where is the ogbot.exe, i cant find it ok another way; Q: How do I run the multi-platform (source) version of the bot in Windows? A: The easiest and recommended way to run the bot in Windows is to use the prepared version, but it is possible to use the source version. These are the steps: 1. Download & install Python 2.5 (http://www.python.org) 2. Download & install QT 4 GPL for Windows (http://www.trolltech.com) 3. Download & install PyQt v4 GPL for Windows (http://www.riverbankcomputing.co.uk) 4. Add the QT bin directory and the Python directory to the PATH. After all that, execute runbot.bat and it should work. 1. ok 2. ok 3. ok download but how can i install this pyqt v4, there is no exe for installing? Finaly i cant start the ogbot.bat or lost .exe plase help me
    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: brasil OGame server version: 0.84 Using admirals or commander (specify)?: Operating System: windows Description of the problem: Q: How do I run the bot in Windows? A: After downloading the file, decompress it and run OGBot.exe but; where is the ogbot.exe, i cant find it ok another way; Q: How do I run the multi-platform (source) version of the bot in Windows? A: The easiest and recommended way to run the bot in Windows is to use the prepared version, but it is possible to use the source version. These are the steps: 1. Download & install Python 2.5 (http://www.python.org) 2. Download & install QT 4 GPL for Windows (http://www.trolltech.com) 3. Download & install PyQt v4 GPL for Windows (http://www.riverbankcomputing.co.uk) 4. Add the QT bin directory and the Python directory to the PATH. After all that, execute runbot.bat and it should work. 1. ok 2. ok 3. ok download but how can i install this pyqt v4, there is no exe for installing? Finaly i cant start the ogbot.bat or lost .exe plase help me
  • Jun 01, 2009
    issue 312 (I cannot use the bot for months in ogame.com.es "\xc3\") commented on by email.jaimegarcia   -   I think the problem is not file spanish.ini, it is the way it interprets the bot. but, what is the solution?
    I think the problem is not file spanish.ini, it is the way it interprets the bot. but, what is the solution?
  • May 28, 2009
    issue 312 (I cannot use the bot for months in ogame.com.es "\xc3\") commented on by goazen.txitxarro   -   im searching in the program code, and i find that language files are codified in UTF-8. \xc3\xad means "í" in utf-8.
    im searching in the program code, and i find that language files are codified in UTF-8. \xc3\xad means "í" in utf-8.
  • May 28, 2009
    issue 312 (I cannot use the bot for months in ogame.com.es "\xc3\") commented on by goazen.txitxarro   -   i find something, \xc3\xad are a encryption code. we need write energ\xc3\xada how energía to solve the problem
    i find something, \xc3\xad are a encryption code. we need write energ\xc3\xada how energía to solve the problem
  • May 28, 2009
    issue 312 (I cannot use the bot for months in ogame.com.es "\xc3\") commented on by goazen.txitxarro   -   in english, There is a problem in .es, the bot looks for the inactive well, but when it is going to spy there is a mistake. in spanish exists accents on words, for example energía have accent on i. i think that the bot cant read this accents. i try to quit accents in traslation file, but it no runs.
    in english, There is a problem in .es, the bot looks for the inactive well, but when it is going to spy there is a mistake. in spanish exists accents on words, for example energía have accent on i. i think that the bot cant read this accents. i try to quit accents in traslation file, but it no runs.
  • May 28, 2009
    issue 312 (I cannot use the bot for months in ogame.com.es "\xc3\") commented on by goazen.txitxarro   -   creo que tiene algo que ver con la traduccion. date cuenta que el programa da error cuando hay acentos. yo creo que es algun fallo del programa con los acentos.
    creo que tiene algo que ver con la traduccion. date cuenta que el programa da error cuando hay acentos. yo creo que es algun fallo del programa con los acentos.
  • May 23, 2009
    issue 313 (Not connect on ogame.com.pt) reported by e...@inbox.com   -   Bot version: OGame server language: Portuguese OGame server version: 0.84 Using admirals or commander (specify)?:NO Operating System: XP Description of the problem: Don´t run........ Log file contents: ------------------------------------------------------------ Traceback (most recent call last): File "src\OGBot.py", line 106, in run File "src\OGBot.py", line 139, in _connect File "src\WebAdapter.py", line 410, in updatePlayerData File "src\WebAdapter.py", line 787, in getStats AttributeError: 'NoneType' object has no attribute 'group' ------------------------------------------------------------ Please provide any additional information below:
    Bot version: OGame server language: Portuguese OGame server version: 0.84 Using admirals or commander (specify)?:NO Operating System: XP Description of the problem: Don´t run........ Log file contents: ------------------------------------------------------------ Traceback (most recent call last): File "src\OGBot.py", line 106, in run File "src\OGBot.py", line 139, in _connect File "src\WebAdapter.py", line 410, in updatePlayerData File "src\WebAdapter.py", line 787, in getStats AttributeError: 'NoneType' object has no attribute 'group' ------------------------------------------------------------ Please provide any additional information below:
  • May 21, 2009
    issue 304 (KeyError: 'combustionDrive' Something unexpected occured) commented on by email.jaimegarcia   -   looking this issue http://code.google.com/p/kovans-ogbot/issues/detail?id=287
  • May 19, 2009
    issue 304 (KeyError: 'combustionDrive' Something unexpected occured) commented on by sap.werk   -   How did you solve this?
    How did you solve this?
  • May 13, 2009
    issue 311 (bot dont run) commented on by email.jaimegarcia   -   edita tu autoexec.bat (lo encontraras en el directorio raiz de "c:\" y añade esto: path=%PATH%;c:\Python25;C:\Qt\4.3.1\bin Eso suponiendo que instalas en esos directorios Python y los QT, ¿que SO usas? Si es linux tendras que correr el programa desde la consola. De todas formas a mi desde la version 0.83 de ogame no me funciona en ogame.com.es, me arranca bien, me busca los inactivos bien, se pone a espiar bien, y cuando lee los informes de espionaje que van llegando *pluff* se queda pillado. saludos.
    edita tu autoexec.bat (lo encontraras en el directorio raiz de "c:\" y añade esto: path=%PATH%;c:\Python25;C:\Qt\4.3.1\bin Eso suponiendo que instalas en esos directorios Python y los QT, ¿que SO usas? Si es linux tendras que correr el programa desde la consola. De todas formas a mi desde la version 0.83 de ogame no me funciona en ogame.com.es, me arranca bien, me busca los inactivos bien, se pone a espiar bien, y cuando lee los informes de espionaje que van llegando *pluff* se queda pillado. saludos.
  • May 13, 2009
    issue 311 (bot dont run) commented on by email.jaimegarcia   -   ¿que SO usas? Si es linux tendras que correr el programa desde la consola. Si es windows algo de python has instalado mal o te falta algo por instalar. De todas formas a mi desde la version 0.83 de ogame no me funciona en ogame.com.es, me arranca bien, me busca los inactivos bien, se pone a espiar bien, y cuando lee los informes de espionaje que van llegando *pluff* se queda pillado.
    ¿que SO usas? Si es linux tendras que correr el programa desde la consola. Si es windows algo de python has instalado mal o te falta algo por instalar. De todas formas a mi desde la version 0.83 de ogame no me funciona en ogame.com.es, me arranca bien, me busca los inactivos bien, se pone a espiar bien, y cuando lee los informes de espionaje que van llegando *pluff* se queda pillado.
  • May 13, 2009
    issue 304 (KeyError: 'combustionDrive' Something unexpected occured) commented on by email.jaimegarcia   -   Thank you, solve this problem, now I have another.
    Thank you, solve this problem, now I have another.
  • May 13, 2009
    issue 312 (I cannot use the bot for months in ogame.com.es "\xc3\") reported by email.jaimegarcia   -   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: Spanish (com.es) OGame server version: 0.84 Using admirals or commander (specify)?: No Operating System: Ubuntu 9.04 Description of the problem: The bot looks for inactive, but when reading the report provides several types of espionage error. Log file contents: Traceback (most recent call last): File "src/OGBot.py", line 108, in run self._start() File "src/OGBot.py", line 225, in _start self.spyPlanets(self.inactivePlanets, EspionageReport.DetailLevels.buildings) # spy pending planets: File "src/OGBot.py", line 414, in spyPlanets self.checkIfEspionageReportsArrived() File "src/OGBot.py", line 527, in checkIfEspionageReportsArrived displayedReports = self.web.getEspionageReports() File "src/WebAdapter.py", line 637, in getEspionageReports dict[self.translationsByLocalText[fullName.strip()]] = int(quantity.replace('.', '')) KeyError: 'Planta de energ\xc3\xada solar' Please provide any additional information below: I can not use the bot for months, I'm continually testing without success. I have an account in ogame.org and the bot works perfectly. But In Ogame.com.es I'm unable to make it work. Anyone ogame.com.es it works? Please I need help, I'm desperate. thank you very much in advance.
    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: Spanish (com.es) OGame server version: 0.84 Using admirals or commander (specify)?: No Operating System: Ubuntu 9.04 Description of the problem: The bot looks for inactive, but when reading the report provides several types of espionage error. Log file contents: Traceback (most recent call last): File "src/OGBot.py", line 108, in run self._start() File "src/OGBot.py", line 225, in _start self.spyPlanets(self.inactivePlanets, EspionageReport.DetailLevels.buildings) # spy pending planets: File "src/OGBot.py", line 414, in spyPlanets self.checkIfEspionageReportsArrived() File "src/OGBot.py", line 527, in checkIfEspionageReportsArrived displayedReports = self.web.getEspionageReports() File "src/WebAdapter.py", line 637, in getEspionageReports dict[self.translationsByLocalText[fullName.strip()]] = int(quantity.replace('.', '')) KeyError: 'Planta de energ\xc3\xada solar' Please provide any additional information below: I can not use the bot for months, I'm continually testing without success. I have an account in ogame.org and the bot works perfectly. But In Ogame.com.es I'm unable to make it work. Anyone ogame.com.es it works? Please I need help, I'm desperate. thank you very much in advance.
  • May 13, 2009
    issue 311 (bot dont run) reported by Daniel.Almeida1987   -   ENGLISH ONLY. IF ANY OF THE INFO BELOW IS MISSING THE BUG REPORT WILL BE DELETED. Thank you. Bot version: OGame server language: OGame server version: Using admirals or commander (specify)?: Operating System: Description of the problem: i installed all programs but i cant understand this 4. Add the QT bin directory and the Python directory to the PATH. bot just dont run when click in the .bat Log file contents: Please provide any additional information below:
    ENGLISH ONLY. IF ANY OF THE INFO BELOW IS MISSING THE BUG REPORT WILL BE DELETED. Thank you. Bot version: OGame server language: OGame server version: Using admirals or commander (specify)?: Operating System: Description of the problem: i installed all programs but i cant understand this 4. Add the QT bin directory and the Python directory to the PATH. bot just dont run when click in the .bat Log file contents: Please provide any additional information below:
  • May 13, 2009
    issue 310 (DON'T CONNECT) reported by cresex   -   ENGLISH ONLY. IF ANY OF THE INFO BELOW IS MISSING THE BUG REPORT WILL BE DELETED. Thank you. Bot version: OGame server language: www.ogame.com.es OGame server version: v 0.84 Using admirals or commander (specify)?: No Operating System: Windows XP Description of the problem: Kovan's OGBot not connect on www.ogame.com.es 13/5/09. Log file contents: Please provide any additional information below:
    ENGLISH ONLY. IF ANY OF THE INFO BELOW IS MISSING THE BUG REPORT WILL BE DELETED. Thank you. Bot version: OGame server language: www.ogame.com.es OGame server version: v 0.84 Using admirals or commander (specify)?: No Operating System: Windows XP Description of the problem: Kovan's OGBot not connect on www.ogame.com.es 13/5/09. Log file contents: Please provide any additional information below:
  • May 13, 2009
    issue 304 (KeyError: 'combustionDrive' Something unexpected occured) commented on by sap.werk   -   When i comment (self.player.research['combustionDrive'] * 0.1))) There is an identical error on smallCargos.speed = int(10000 * (1 + (self.player.research['impulseDrive'] * 0.2))) with ['impulseDrive']
    When i comment (self.player.research['combustionDrive'] * 0.1))) There is an identical error on smallCargos.speed = int(10000 * (1 + (self.player.research['impulseDrive'] * 0.2))) with ['impulseDrive']
  • May 09, 2009
    issue 306 (Language fixes + problems) commented on by Bruno.Miguel.Tavares.Silva   -   languageCode = pt old = False # as found in the overview page: fields = campos rank = Classificação #research page expeditionTechnology = Tecnologia de Exploração Espacial # when being attacked aHostile = Uma frota inimiga itsMissionIs = A missão é # as found on the fleets page expeditions = Expedições #as found on shipyard and defense page durationRemaining = Duração Is this correct? Traceback (most recent call last): File "src\OGBot.py", line 106, in run self._connect() File "src\OGBot.py", line 139, in _connect self.web.updatePlayerData(self.player) File "src\WebAdapter.py", line 410, in updatePlayerData self.getStats(player, "pts", overview) File "src\WebAdapter.py", line 787, in getStats player.rank = int(stats.group(1).replace('.','')) AttributeError: 'NoneType' object has no attribute 'group' This problem could be result of a bad translation? regars bruno
    languageCode = pt old = False # as found in the overview page: fields = campos rank = Classificação #research page expeditionTechnology = Tecnologia de Exploração Espacial # when being attacked aHostile = Uma frota inimiga itsMissionIs = A missão é # as found on the fleets page expeditions = Expedições #as found on shipyard and defense page durationRemaining = Duração Is this correct? Traceback (most recent call last): File "src\OGBot.py", line 106, in run self._connect() File "src\OGBot.py", line 139, in _connect self.web.updatePlayerData(self.player) File "src\WebAdapter.py", line 410, in updatePlayerData self.getStats(player, "pts", overview) File "src\WebAdapter.py", line 787, in getStats player.rank = int(stats.group(1).replace('.','')) AttributeError: 'NoneType' object has no attribute 'group' This problem could be result of a bad translation? regars bruno
  • May 08, 2009
    issue 309 (AttributeError: 'NoneType' object has no attribute 'isDefend...) reported by Oliver-S...@gmx.de   -   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: German OGame server version: v 0.84 Using admirals or commander (specify)?: no Operating System: Windows XP Description of the problem: bot sned the Spio and then comes "Something unexpected occured see log file. stopping Bot" Log file contents: Traceback (most recent call last): File "src\OGBot.py", line 108, in run File "src\OGBot.py", line 219, in _start AttributeError: 'NoneType' object has no attribute 'isDefended' Please provide any additional information below:
    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: German OGame server version: v 0.84 Using admirals or commander (specify)?: no Operating System: Windows XP Description of the problem: bot sned the Spio and then comes "Something unexpected occured see log file. stopping Bot" Log file contents: Traceback (most recent call last): File "src\OGBot.py", line 108, in run File "src\OGBot.py", line 219, in _start AttributeError: 'NoneType' object has no attribute 'isDefended' Please provide any additional information below:
  • May 06, 2009
    issue 286 (not working) commented on by pmcallstars   -   Anyone can make the italian.ini?
    Anyone can make the italian.ini?
  • May 06, 2009
    issue 286 (not working) commented on by seether85   -   I haven't been playing for ages, I don't have anything related to this project
    I haven't been playing for ages, I don't have anything related to this project
  • May 06, 2009
    issue 286 (not working) commented on by pmcallstars   -   Can you post the italian.ini?
    Can you post the italian.ini?
  • Apr 24, 2009
    issue 308 (WE MISS KOVAN :)) reported by pierre.cuxac   -   Just to say that we REALLY miss kovan. I'd really like to help you put kovan back on tracks. Think we can make it undetectable, got some ideas. If you're interested email me.
    Just to say that we REALLY miss kovan. I'd really like to help you put kovan back on tracks. Think we can make it undetectable, got some ideas. If you're interested email me.
  • Apr 24, 2009
    issue 307 (WE MISS KOVAN :)) reported by pierre.cuxac   -   Just to say that we REALLY miss kovan. I'd really like to help you put kovan back on tracks. Think we can make it undetectable, got some ideas. If you're interested email me.
    Just to say that we REALLY miss kovan. I'd really like to help you put kovan back on tracks. Think we can make it undetectable, got some ideas. If you're interested email me.
  • Apr 16, 2009
    issue 305 (howtofix) commented on by xxxangelsin   -   04/16/09 23:09:16 Contacting server... Traceback (most recent call last): File "src\OGBot.py", line 106, in run self._connect() File "src\OGBot.py", line 137, in _connect self.web = WebAdapter(self.config, self.allTranslations, self._checkThreadQu eue, self.gui) File "src\WebAdapter.py", line 157, in __init__ if self.translations['old'] == 'True': KeyError: 'old' 04/16/09 23:09:18 Something unexpected occured, see log file. Stopping bot. what about it ? i don't know hot to fix this problem.
    04/16/09 23:09:16 Contacting server... Traceback (most recent call last): File "src\OGBot.py", line 106, in run self._connect() File "src\OGBot.py", line 137, in _connect self.web = WebAdapter(self.config, self.allTranslations, self._checkThreadQu eue, self.gui) File "src\WebAdapter.py", line 157, in __init__ if self.translations['old'] == 'True': KeyError: 'old' 04/16/09 23:09:18 Something unexpected occured, see log file. Stopping bot. what about it ? i don't know hot to fix this problem.
  • Apr 14, 2009
    issue 306 (Language fixes + problems) commented on by abv.esi   -   ogame.com.es has changed now the version is 0.84 can you fix bot for this update?
    ogame.com.es has changed now the version is 0.84 can you fix bot for this update?
  • Apr 14, 2009
    issue 306 (Language fixes + problems) commented on by abv.esi   -   when i apply the latest patch i get this error: D:\Descargas\kovans-king-vash-ogbot-source_3.1b(2)>c:\python26\python -O src\OGB ot.py 04/14/09 11:14:43 Contacting server... 04/14/09 11:14:44 Logged in with user reventador. Traceback (most recent call last): File "src\OGBot.py", line 104, in run self._connect() File "src\OGBot.py", line 137, in _connect self.web.updatePlayerData(self.player) File "src\WebAdapter.py", line 415, in updatePlayerData self.getResearchLevels(player, [player.colonies[0]]) File "src\WebAdapter.py", line 499, in getResearchLevels player.research[self.translationsByLocalText[fullName]] = int(level) KeyError: 'Tecnolog\xc3\xada de espionaje' 04/14/09 11:14:55 Something unexpected occured, see log file. Stopping bot.
    when i apply the latest patch i get this error: D:\Descargas\kovans-king-vash-ogbot-source_3.1b(2)>c:\python26\python -O src\OGB ot.py 04/14/09 11:14:43 Contacting server... 04/14/09 11:14:44 Logged in with user reventador. Traceback (most recent call last): File "src\OGBot.py", line 104, in run self._connect() File "src\OGBot.py", line 137, in _connect self.web.updatePlayerData(self.player) File "src\WebAdapter.py", line 415, in updatePlayerData self.getResearchLevels(player, [player.colonies[0]]) File "src\WebAdapter.py", line 499, in getResearchLevels player.research[self.translationsByLocalText[fullName]] = int(level) KeyError: 'Tecnolog\xc3\xada de espionaje' 04/14/09 11:14:55 Something unexpected occured, see log file. Stopping bot.
  • Mar 31, 2009
    issue 306 (Language fixes + problems) commented on by AndredePaiva   -   Traceback (most recent call last): File "src\OGBot.py", line 106, in run self._connect() File "src\OGBot.py", line 139, in _connect self.web.updatePlayerData(self.player) File "src\WebAdapter.py", line 410, in updatePlayerData self.getStats(player, "pts", overview) File "src\WebAdapter.py", line 787, in getStats player.rank = int(stats.group(1).replace('.','')) AttributeError: 'NoneType' object has no attribute 'group' Ive tried to translate it to portuguese and im getting this error ... Can anyone help?
    Traceback (most recent call last): File "src\OGBot.py", line 106, in run self._connect() File "src\OGBot.py", line 139, in _connect self.web.updatePlayerData(self.player) File "src\WebAdapter.py", line 410, in updatePlayerData self.getStats(player, "pts", overview) File "src\WebAdapter.py", line 787, in getStats player.rank = int(stats.group(1).replace('.','')) AttributeError: 'NoneType' object has no attribute 'group' Ive tried to translate it to portuguese and im getting this error ... Can anyone help?
  • Mar 28, 2009
    issue 306 (Language fixes + problems) commented on by karel.lodewijk   -   Well, I've been making some minor alterations, so I thought I'd prepare a patch that should work for all languages (including dutch) with those alterations. Fixes include: - Small stability updates, basically comes down to swallowing an error here and there. - Fixed multiple source planets, support for this was basically complete, I just had to write the code that reads the configuration properly and builds the list of source planets. It seems to work quite well. - Attacks will be performed when there are not enough cargo ships but more than 5. Basically this is kind of bypassing the logic that was in place, but it was flawed. It would look at the next possible attack and see if that one was perhaps more profitable, but not taking into account that there are probably not enough ships to attack that target aswell. To make a long story short, in most cases the algorithm would decide to not attack anything at all. - Fixed detection of moons: Due to a bug moons were detected as a second planet with same coordinates. - The latest dutch language file
    Well, I've been making some minor alterations, so I thought I'd prepare a patch that should work for all languages (including dutch) with those alterations. Fixes include: - Small stability updates, basically comes down to swallowing an error here and there. - Fixed multiple source planets, support for this was basically complete, I just had to write the code that reads the configuration properly and builds the list of source planets. It seems to work quite well. - Attacks will be performed when there are not enough cargo ships but more than 5. Basically this is kind of bypassing the logic that was in place, but it was flawed. It would look at the next possible attack and see if that one was perhaps more profitable, but not taking into account that there are probably not enough ships to attack that target aswell. To make a long story short, in most cases the algorithm would decide to not attack anything at all. - Fixed detection of moons: Due to a bug moons were detected as a second planet with same coordinates. - The latest dutch language file
  • Mar 18, 2009
    issue 306 (Language fixes + problems) commented on by karel.lodewijk   -   Forget the error with the semicolon in the first message, seems it was just a result of a translation error. The reason the fix worked was because he didn't detect mine levels at all with that improper regular expression and was therefor not crashing. The other issues are still valid. (updated language file)
    Forget the error with the semicolon in the first message, seems it was just a result of a translation error. The reason the fix worked was because he didn't detect mine levels at all with that improper regular expression and was therefor not crashing. The other issues are still valid. (updated language file)
  • Mar 18, 2009
    issue 306 (Language fixes + problems) commented on by karel.lodewijk   -   WebAdapter.py:692, I added a line to catch an ItemNotFoundError, which is occasionally thrown for some reason when selecting attack as a mission. I can only assume it is sometimes not listed. try: form['order'] = [str(mission.missionType)] except ItemNotFoundError: continue except ControlNotFoundError: continue
    WebAdapter.py:692, I added a line to catch an ItemNotFoundError, which is occasionally thrown for some reason when selecting attack as a mission. I can only assume it is sometimes not listed. try: form['order'] = [str(mission.missionType)] except ItemNotFoundError: continue except ControlNotFoundError: continue
  • Mar 17, 2009
    issue 306 (Language fixes + problems) reported by karel.lodewijk   -   Bot version: trunk OGame server language: nl OGame server version: 0.83 Using admirals or commander (specify)?: Operating System: ubuntu I got the trunk version running on the dutch server, had to make a lot of language fixes, which are included in a new dutch language file. But I did run into some issues besides that. First of all the check if your impuls drive is above level 5 crashes the program if you haven't researched impulse enige at all (level 0). The next two errors I received when parsing the espionage reports, so are probably language specific but not fixable by simply translating. The header of an espionage report starts as follows <td class=c colspan=4>Grondstoffen&nbsp;op ***** <a href=# onclick=showGalaxy(*,***,**); >[*:***:**]</a> (Speler '****')<br /> op 03-17 21:44:45&nbsp;</td> Look at teh two "&nbsp;" those aren't parsed correctly by the regular expression. The first one I can fix by translating resourcesOn to Grondstoffen&nbsp;op . But the second one is more annoying. The second issue is in the same espionage reports: resource names end with a ':' that prevents the parser from recognizing the resource name properly. Included is the diff patch that will fix everything for the dutch version, but the patch will most likely break other languages.
    Bot version: trunk OGame server language: nl OGame server version: 0.83 Using admirals or commander (specify)?: Operating System: ubuntu I got the trunk version running on the dutch server, had to make a lot of language fixes, which are included in a new dutch language file. But I did run into some issues besides that. First of all the check if your impuls drive is above level 5 crashes the program if you haven't researched impulse enige at all (level 0). The next two errors I received when parsing the espionage reports, so are probably language specific but not fixable by simply translating. The header of an espionage report starts as follows <td class=c colspan=4>Grondstoffen&nbsp;op ***** <a href=# onclick=showGalaxy(*,***,**); >[*:***:**]</a> (Speler '****')<br /> op 03-17 21:44:45&nbsp;</td> Look at teh two "&nbsp;" those aren't parsed correctly by the regular expression. The first one I can fix by translating resourcesOn to Grondstoffen&nbsp;op . But the second one is more annoying. The second issue is in the same espionage reports: resource names end with a ':' that prevents the parser from recognizing the resource name properly. Included is the diff patch that will fix everything for the dutch version, but the patch will most likely break other languages.
  • Mar 16, 2009
    issue 303 (Scans inactive but stops after that) commented on by alexswanage   -   with this file it has to work
    with this file it has to work
  • Mar 13, 2009
    issue 305 (howtofix) commented on by xxxangelsin   -   edit : Using admirals or commander (specify)?: No
    edit : Using admirals or commander (specify)?: No
 
Hosted by Google Code