Hello. I hope someone could help me. This year I have a subject at college about MAS and the proffesor let us use wichever technology we want to implement a MAS project. I came across this platform and I really want to use it. While trying to test the example of
https://pythonhosted.org/SPADE/spade.basicagents.behav.html I found that the agent stop at the first
"iteration" of the loop and that the server stop working. The agent only gets to print this:
The server doesn't give any error. It only stops working. I execute the server this way:
configure.py localhost
runspade.py
I could manage to generate the logging from the agent and the server. They are attached. I don't really know how to interpret the logs but I suppose they could be helpful in finding the error. If you need more information, let me know.
Thank you all.