kengz / robocup-soccer

A.I. Python project on RoboCup 2D Soccer Simulation League.
MIT License
31 stars 14 forks source link

player can't move probleam #3

Open bestpredicts opened 7 years ago

bestpredicts commented 7 years ago

Exception in thread message_loop: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner self.run() File "/usr/lib/python2.7/threading.py", line 763, in run self.__target(*self.__args, **self.__kwargs) File "/home/d/Documents/robocup-soccer/aigent/soccerpy/agent.py", line 180, in __message_loop msg_type = self.msg_handler.handle_message(raw_msg) File "/home/d/Documents/robocup-soccer/aigent/soccerpy/handler.py", line 39, in handle_message parsed = message_parser.parse(msg) File "/home/d/Documents/robocup-soccer/aigent/soccerpy/message_parser.py", line 23, in parse raise ValueError("Message text has unmatching parenthesis!") ValueError: Message text has unmatching parenthesis!

kengz commented 7 years ago

Seems to be coming from the server's message, source from here

has there been any changes/update to the rcsoccersim dependency that u are using?

bestpredicts commented 7 years ago

my rcssever version is update to 15.30 https://github.com/rcsoccersim/rcssserver

bestpredicts commented 7 years ago

when i start two team and kick off the game the palyer can't move , when i just start one team and kick off the game , the player can move

unishubh commented 7 years ago

Same issue with me too, using rcss server version 15, can you please tell which version you coded it for?

bestpredicts commented 7 years ago

rcsssever version 15.30 @unishubh

kengz commented 7 years ago

This was written about 3 years ago, and given this default value I think the version is 11