What is the specific difference between infura paid users and free users? See below for details

Is the 100,000 visits of the free account a day’s amount or an overall amount? I am prompted that I cannot access the Internet without exceeding the amount. Can you check it for me?

If I want to pay, which package should I choose is more stable?

I keep reporting errors before my 100,000 visits are used up and I cannot access the network. Hurry! ! !

1 Like

Hi there.
The 100,000 requests are per day,
Would you help to share the full error message you’ve received and we can look into this further for you?

2 Likes

[2021-01-04T15:45:25.612Z] ERROR: Error: missing response (requestBody="{“method”:“eth_call”,“params”:[{“from”:“0x39acabf99c18a248988132cf47e34a75f4fb5802”,“to”:“0xd25f2624fc00966fdab3141a5d4205bf5df9aed3”,“data”:“0x82afd23b0000000000000000000000000000000000000000000000000000000000000001”},“latest”],“id”:77075,“jsonrpc”:“2.0”}", requestMethod=“POST”, serverError={“code”:“ECONNRESET”,“path”:null,“host”:“mainnet.infura.io”,“port”:443}, url=“https://mainnet.infura.io/v3/7db922882c454a1589c06b0a4b0bd7f0”, code=SERVER_ERROR, version=web/5.0.11)
at Logger.makeError (/app/dist/node_modules/@ethersproject/logger/lib/index.js:179:21)
at Logger.throwError (/app/dist/node_modules/@ethersproject/logger/lib/index.js:188:20)
at /app/dist/node_modules/@ethersproject/web/lib/index.js:212:36
at step (/app/dist/node_modules/@ethersproject/web/lib/index.js:33:23)
at Object.throw (/app/dist/node_modules/@ethersproject/web/lib/index.js:14:53)
at rejected (/app/dist/node_modules/@ethersproject/web/lib/index.js:6:65)
at runMicrotasks ()
at processTicksAndRejections (node:internal/process/task_queues:93:5) {
reason: ‘missing response’,
code: ‘SERVER_ERROR’,
requestBody: ‘{“method”:“eth_call”,“params”:[{“from”:“0x39acabf99c18a248988132cf47e34a75f4fb5802”,“to”:“0xd25f2624fc00966fdab3141a5d4205bf5df9aed3”,“data”:“0x82afd23b0000000000000000000000000000000000000000000000000000000000000001”},“latest”],“id”:77075,“jsonrpc”:“2.0”}’,
requestMethod: ‘POST’,
serverError: Error: Client network socket disconnected before secure TLS connection was established
at connResetException (node:internal/errors:631:14)
at TLSSocket.onConnectEnd (node:_tls_wrap:1565:19)
at TLSSocket.emit (node:events:388:22)

1 Like

[2021-01-02T15:22:21.818Z] ERROR: Error: timeout (requestBody="{“method”:“eth_call”,“params”:[{“from”:“0x39acabf99c18a248988132cf47e34a75f4fb5802”,“to”:“0x9edeadfde65bcfd0907db3acdb3445229c764a69”,“data”:“0x3a02a42d000000000000000000000000eddca3a0a6c81b8c8c1115a5f750e3ffb8d5e1f0”},“latest”],“id”:10166,“jsonrpc”:“2.0”}", requestMethod=“POST”, timeout=120000, url=“https://mainnet.infura.io/v3/7db922882c454a1589c06b0a4b0bd7f0”, code=TIMEOUT, version=web/5.0.11)
at Logger.makeError (/app/dist/node_modules/@ethersproject/logger/lib/index.js:179:21)
at Timeout._onTimeout (/app/dist/node_modules/@ethersproject/web/lib/index.js:148:35)
at listOnTimeout (node:internal/timers:556:17)
at processTimers (node:internal/timers:499:7) {
reason: ‘timeout’,
code: ‘TIMEOUT’,
requestBody: ‘{“method”:“eth_call”,“params”:[{“from”:“0x39acabf99c18a248988132cf47e34a75f4fb5802”,“to”:“0x9edeadfde65bcfd0907db3acdb3445229c764a69”,“data”:“0x3a02a42d000000000000000000000000eddca3a0a6c81b8c8c1115a5f750e3ffb8d5e1f0”},“latest”],“id”:10166,“jsonrpc”:“2.0”}’,
requestMethod: ‘POST’,
timeout: 120000,
url: ‘https://mainnet.infura.io/v3/7db922882c454a1589c06b0a4b0bd7f0
}

Does this only happen to the eth_call request?
How frequently does this happen?
would you help to provide us with your code that is generating these requests errors?

what are you using to connect? python? JavaScript?