You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
} }
}
The text was updated successfully, but these errors were encountered:
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]
} }
}
The text was updated successfully, but these errors were encountered: