Replies: 1 comment
-
Hi, @sunxingdi This error indicates that the transaction confirmation between the Request Client and the Request Node timed out. We've received reports from other builders that this error is occurring and we're working on a few fixes: In the meantime, you can try to adjust the const requestNetwork = new RequestNetwork({
nodeConnectionConfig: {
baseURL: https://xdai.gateway.request.network/,
},
signatureProvider,
httpConfig: {
getConfirmationMaxRetry: 60 // (default = 30)
},
}); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
const request = await requestClient.createRequest(requestCreateParameters);
When I execute this code, I get the following error. Can anyone help me solve it?
Error: Transaction confirmation not received. Try polling
getTransactionsByChannelId() until the transaction is confirmed.
deferDelay: 3000ms,
maxRetries: 30,
retryDelay: 1000ms,
exponentialBackoffDelay: 0ms,
maxExponentialBackoffDelay: 30000ms
at E:\Code\request-network-interaction\node_modules@requestnetwork\request-client.js\src\http-data-access.ts:132:19
at processTicksAndRejections (node:internal/process/task_queues:95:5)
Beta Was this translation helpful? Give feedback.
All reactions