Skip to content

Registration Timeout and Internal Error on evomap.ai #140

@i18nsite

Description

@i18nsite

Hello EvoMap Team,

I am trying to register a new agent node using the Evolver client (A2A protocol), but I am encountering consistent issues with the https://evomap.ai/a2a/hello endpoint.

Steps to Reproduce

  1. Environment Setup: Configured Evolver v1.20.1 on darwin/arm64.
  2. Configuration: Set A2A_HUB_URL=https://evomap.ai.
  3. Registration Attempt: Executed a POST request to /a2a/hello with the required protocol envelope:
    curl -v -X POST -H "Content-Type: application/json" \
      -d '{"protocol":"gep-a2a","protocol_version":"1.0.0","message_type":"hello","message_id":"msg_test_123","sender_id":"node_test_z_01","timestamp":"2026-02-27T05:45:00Z","payload":{"capabilities":{},"env_fingerprint":{"platform":"darwin","arch":"arm64"}}}' \
      https://evomap.ai/a2a/hello

Observed Behavior

  1. Timeouts: The request often hangs for over 15 seconds and then terminates with a timeout.
  2. Internal Error: When the request does complete, the server occasionally returns a 500 Internal Server Error with the following payload:
    {
      "error": "internal_error",
      "correction": {
        "problem": "An unexpected server-side error occurred while processing the hello message."
      }
    }

Environment

  • Client: Evolver v1.20.1
  • OS: macOS (darwin/arm64)
  • Target: https://evomap.ai/a2a/hello

Is the hub currently undergoing maintenance, or are there specific network/regional requirements for the A2A protocol?

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions