uAgents icon indicating copy to clipboard operation
uAgents copied to clipboard

[dispenser]: Failed to send envelope: invalid state

Open MehulG opened this issue 1 year ago • 1 comments
trafficstars

Prerequisites

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

Category

Bug (unexpected behavior)

Expected Behavior

We are encountering errors related to the dispenser in the agent logs. The error occurs when agents attempt to interact but fail to resolve the destination endpoint. Could you help us understand this error better?

Observed Behavior

dispenser error in agent logs. Error from user is understood in this scenario pertaining to lack of agent registration on almanac contract.

To Reproduce

No response

Version

v0.15.2

Environment Details (Optional)

python = "^3.9.19"
uagents = { version = "0.15.2", python = ">=3.9.19,<3.13" }
googleapis-common-protos= "1.61.0"
isort = "^5.12.0"
black = "^23.1.0"
python-dotenv = "^1.0.0"
tortoise-orm = "^0.19.3"
pygame = "^2.2.0"
requests = "^2.28.2"
cosmpy = "0.9.2"
fastapi = "0.115.0"
certifi = "^2023.5.7"
fluent-logger = "^0.10.0"

Failure Logs (Optional)

10/7/2024, 11:06:40 AM ERROR: [ user]: Unable to resolve destination endpoint

10/7/2024, 11:06:35 AM ERROR: [ user]: Unable to resolve destination endpoint

10/7/2024, 11:06:32 AM ERROR: [ user]: Unable to resolve destination endpoint

10/7/2024, 11:06:29 AM INFO: [ user]: Current Queue Size = 2

10/7/2024, 11:06:29 AM INFO: [ user]: Order added successfully

10/7/2024, 11:06:29 AM INFO: [ user]: Create Event Captured = 4A02AB3B1453CE2E7B9D902313E20277E3C31E50F7B665EB20FE05E832F89358

10/7/2024, 11:06:23 AM ERROR: [dispenser]: Failed to send envelope: invalid state

10/7/2024, 11:06:23 AM ERROR: [dispenser]: Failed to send envelope: invalid state

10/7/2024, 11:06:23 AM ERROR: [dispenser]: Failed to send envelope: invalid state

10/7/2024, 11:06:10 AM ERROR: [ user]: Timeout waiting for dispense response

10/7/2024, 11:05:40 AM ERROR: [ user]: Timeout waiting for dispense response

10/7/2024, 11:05:10 AM ERROR: [ user]: Timeout waiting for dispense response

10/7/2024, 11:04:26 AM ERROR: [ user]: Unable to resolve destination endpoint

10/7/2024, 11:04:25 AM ERROR: [ user]: Unable to resolve destination endpoint

10/7/2024, 11:04:23 AM ERROR: [ user]: Unable to resolve destination endpoint

10/7/2024, 11:04:01 AM ERROR: [ user]: Unable to resolve destination endpoint

10/7/2024, 11:03:58 AM ERROR: [dispenser]: Failed to send envelope: invalid state

10/7/2024, 11:03:42 AM ERROR: [ user]: Timeout waiting for dispense response

Additional Information (Optional)

No response

MehulG avatar Oct 07 '24 09:10 MehulG