fetchai/uAgents

Unexpected Message in 17-stateful-communication example

Closed this issue · 2 comments

Prerequisites

  • I checked the documentation and found no answer to my problem
  • I checked the existing issues and made sure there are no similar bug reports

Category

Bug (unexpected behavior)

Expected Behavior

I do not expect an error

Observed Behavior

INFO: [chit_agent]: Received message: Hello!
Please enter your message:

hi
ERROR: [chit_agent]: Received error message from agent1qwvecfwc255pfqqwtjznh9qqk6skl77xc6fzw8mr3ppfex32sr0kcad62n4: Unexpected message in dialogue: text='hi'
NoneType: None

To Reproduce

Run agent 4, then agent 3 withpython agent4.py etc

Predefined Dialogue (Agent 3 & 4)
Agent 3 and 4 are given a graph of the same ChitChat Dialogue but most of the interactions are automated and not exposed to the user. Only one interaction to start the dialogue and the cyclic ChitChat message is required to use the graph.

Version

latest, main

Environment Details (Optional)

No response

Failure Logs (Optional)

No response

Additional Information (Optional)

No response

I just checked out and tested with the latest uAgents version and main branch and can confirm that the example works as intended.

Screenshot 2024-08-14 at 14 26 40

Making sure that you have the required packages installed and invoking the agents with:

python agent3.py

and

python agent4.py

respectively.

Please check your environments and see if you've changed the predefined dialogue or anything else in the examples folder.

Closing this issue as completed.