eliza icon indicating copy to clipboard operation
eliza copied to clipboard

API /:agentId/rooms/:roomId is not working

Open standujar opened this issue 7 months ago • 2 comments

Describe the bug

the endpoint to get roomId informations is not working:

{
  "success": false,
  "error": {
    "message": "API endpoint not found",
    "code": 404
  }
}

To Reproduce

Create an agent, send a message to retrieve roomId from logs and use the API

http://localhost:3000/api/agents/:agentId/rooms/:roomId

Expected behavior

We should have information about the specific room ID

standujar avatar May 24 '25 15:05 standujar

I see that I have this error:

ERROR: No room found for settings provider after each message I sent

standujar avatar May 25 '25 21:05 standujar

From: /packages/plugin-bootstrap/src/providers/settings.ts

standujar avatar May 25 '25 21:05 standujar