Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RpcError: estimated CPU time (0 us) is not less than the maximum billable CPU time for the transaction (0 us) #16

Open
Rashwan94 opened this issue May 7, 2022 · 0 comments

Comments

@Rashwan94
Copy link

bot started giving me this error, even though I have much more CPU than needed and I am able to claim tools manually

02:50:50] [Error] - RpcError: estimated CPU time (0 us) is not less than the maximum billable CPU time for the transaction (0 us)
at new RpcError (/root/Desktop/farmersworld-bot3/node_modules/eosjs/dist/eosjs-rpcerror.js:29:28)
at JsonRpc. (/root/Desktop/farmersworld-bot3/node_modules/eosjs/dist/eosjs-jsonrpc.js:124:35)
at step (/root/Desktop/farmersworld-bot3/node_modules/eosjs/dist/eosjs-jsonrpc.js:37:23)
at Object.next (/root/Desktop/farmersworld-bot3/node_modules/eosjs/dist/eosjs-jsonrpc.js:18:53)
at fulfilled (/root/Desktop/farmersworld-bot3/node_modules/eosjs/dist/eosjs-jsonrpc.js:9:58)
at runMicrotasks ()
at processTicksAndRejections (node:internal/process/task_queues:96:5) {
details: [
{
message: 'estimated CPU time (0 us) is not less than the maximum billable CPU time for the transaction (0 us)',
file: 'transaction_context.cpp',
line_number: 501,
method: 'validate_account_cpu_usage_estimate'
}
],
json: {
code: 500,
message: 'Internal Service Error',
error: {
code: 3080004, name: 'tx_cpu_usage_exceeded',
what: 'Transaction exceeded the current CPU usage limit imposed on the transaction', details: [Array]
} }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant