barolet / kovans-ogbot

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

IndexError: list index out of range #181

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Traceback (most recent call last):
  File "src\OGBot.py", line 96, in run
  File "src\OGBot.py", line 131, in _connect
  File "src\WebAdapter.py", line 97, in __init__
IndexError: list index out of range

Original issue reported on code.google.com by sa...@fastwebnet.it on 5 Jun 2007 at 3:53

GoogleCodeExporter commented 8 years ago
Same thing here. Sometimes it works though. But don't know when.

Traceback (most recent call last):
  File "src\OGBot.py", line 96, in run
  File "src\OGBot.py", line 131, in _connect
  File "src\WebAdapter.py", line 97, in __init__
IndexError: list index out of range

Original comment by per...@gmail.com on 5 Jun 2007 at 4:14

GoogleCodeExporter commented 8 years ago
Traceback (most recent call last):
  File "src\OGBot.py", line 96, in run
  File "src\OGBot.py", line 131, in _connect
  File "src\WebAdapter.py", line 97, in __init__
IndexError: list index out of range

Same

Original comment by phxcitys...@gmail.com on 5 Jun 2007 at 4:32

GoogleCodeExporter commented 8 years ago
Same error...
The error is appear on the line : 
"form = ParseFile(cachedResponse, self.lastFetchedUrl, 
backwards_compat=False)[0]"

Somebody avec an idea?

Original comment by Gricou...@gmail.com on 5 Jun 2007 at 4:48

GoogleCodeExporter commented 8 years ago
The problem could be that a new version have been released, 0.76a.

Original comment by ef...@mixmail.com on 5 Jun 2007 at 6:35

GoogleCodeExporter commented 8 years ago

Original comment by pepillog...@gmail.com on 5 Jun 2007 at 7:13

GoogleCodeExporter commented 8 years ago

Original comment by pepillog...@gmail.com on 5 Jun 2007 at 7:14

GoogleCodeExporter commented 8 years ago
If any correction is done, would it be possible to have a temporary Windows 
version ?

Original comment by per...@gmail.com on 5 Jun 2007 at 11:51

GoogleCodeExporter commented 8 years ago
Traceback (most recent call last):
  File "logging\handlers.pyo", line 73, in emit
  File "logging\handlers.pyo", line 147, in shouldRollover
ValueError: I/O operation on closed file
Traceback (most recent call last):
  File "OGBot.py", line 28, in <module>
zipimport.ZipImportError: bad pyc data
Traceback (most recent call last):
  File "OGBot.py", line 46, in <module>
zipimport.ZipImportError: can't find module 'GameEntities'
Traceback (most recent call last):
  File "src\OGBot.py", line 96, in run
  File "src\OGBot.py", line 131, in _connect
  File "src\WebAdapter.py", line 97, in __init__
IndexError: list index out of range

Help please

Original comment by sa...@fastwebnet.it on 7 Jun 2007 at 12:57

GoogleCodeExporter commented 8 years ago
They changed login page once again, two days after bot beta version release :)

Now the problem is that login form is placed not directly on ogame.org page, 
but in 
frame. So if "config.webpage = ogame.org", URL in WebAdapter should be 
"self.webpage 
= "http://"+ config.webpage +"/home.php".

Original comment by perebo...@gmail.com on 7 Jun 2007 at 8:20

GoogleCodeExporter commented 8 years ago
Please Update

Original comment by pepillog...@gmail.com on 7 Jun 2007 at 9:22