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
When sent worker tries to fetch a tx by hash, in some cases it gets an error:
Error: Returned error: Internal error
at Object.ErrorResponse (/app/node_modules/web3-core-helpers/lib/errors.js:28:19)
at /app/node_modules/web3-core-requestmanager/lib/index.js:300:36
at XMLHttpRequest.request.onreadystatechange (/app/node_modules/web3-providers-http/lib/index.js:98:13)
at XMLHttpRequestEventTarget.dispatchEvent (/app/node_modules/xhr2-cookies/dist/xml-http-request-event-target.js:34:22)
at XMLHttpRequest._setReadyState (/app/node_modules/xhr2-cookies/dist/xml-http-request.js:208:14)
at XMLHttpRequest._onHttpResponseEnd (/app/node_modules/xhr2-cookies/dist/xml-http-request.js:318:14)
at IncomingMessage.<anonymous> (/app/node_modules/xhr2-cookies/dist/xml-http-request.js:289:61)
at IncomingMessage.emit (node:events:525:35)
at endReadableNT (node:internal/streams/readable:1358:12)
It leads to broken internal state and freezes txs in UI, while they are mined.
Relayer has to to restart such jobs when they fail.
The text was updated successfully, but these errors were encountered:
When sent worker tries to fetch a tx by hash, in some cases it gets an error:
It leads to broken internal state and freezes txs in UI, while they are mined.
Relayer has to to restart such jobs when they fail.
The text was updated successfully, but these errors were encountered: