Closed GoogleCodeExporter closed 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
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
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
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
Original comment by pepillog...@gmail.com
on 5 Jun 2007 at 7:13
Original comment by pepillog...@gmail.com
on 5 Jun 2007 at 7:14
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
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
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
Please Update
Original comment by pepillog...@gmail.com
on 7 Jun 2007 at 9:22
Original issue reported on code.google.com by
sa...@fastwebnet.it
on 5 Jun 2007 at 3:53