eliza
eliza copied to clipboard
API /:agentId/rooms/:roomId is not working
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
I see that I have this error:
ERROR: No room found for settings provider after each message I sent
From: /packages/plugin-bootstrap/src/providers/settings.ts