-
Notifications
You must be signed in to change notification settings - Fork 73
Description
Hello Xata Team,
I’ve successfully installed the Xata Agent on one of our development PostgreSQL servers. The agent appears to be connecting to the database and collecting relevant information as expected.
However, I’m currently facing an issue when attempting to run playbooks — they fail to execute and throw an error. I’ve reviewed the Docker logs and noticed the following error message:
xata-agent-1 | responseBody: '{\n' +
xata-agent-1 | ' "error": {\n' +
xata-agent-1 | ' "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platfo
rm.openai.com/docs/guides/error-codes/api-errors.",\n' +
xata-agent-1 | ' "type": "insufficient_quota",\n' +
xata-agent-1 | ' "param": null,\n' +
xata-agent-1 | ' "code": "insufficient_quota"\n' +
xata-agent-1 | ' }\n' +
xata-agent-1 | '}\n',
xata-agent-1 | isRetryable: true,
xata-agent-1 | data: { error: [Object] }
Could you please assist in identifying the cause and guiding me on how to resolve this?
Best regards,
Karthik
PostgreSQL DBA
COPART