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

null error when doing one hop on overburdened nodes #641

Open
esterlus opened this issue Apr 30, 2024 · 0 comments
Open

null error when doing one hop on overburdened nodes #641

esterlus opened this issue Apr 30, 2024 · 0 comments
Assignees

Comments

@esterlus
Copy link
Member

2024-04-30T08:19:27.929Z rpch:rpc-server:info sending request[{ id: 2984456236587352, jsonrpc: '2.0', method: 'eth_blockNumber', params: [] }] with params[{ provider: 'https://ethereum.rpc-provider.prod.hoprnet.link', timeout: undefined, measureRPClatency: undefined, headers: { host: 'localhost:45750', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64; rv:120.0) Gecko/20100101 Firefox/120.0', accept: 'application/json', 'accept-language': 'en-US,en;q=0.5', 'accept-encoding': 'gzip, deflate, br', 'content-type': 'application/json', 'content-length': '78', origin: 'moz-extension://ea4aecca-2f97-4a4d-be66-09aea20f6772', dnt: '1', 'sec-gpc': '1', 'sec-fetch-dest': 'empty', 'sec-fetch-mode': 'cors', 'sec-fetch-site': 'cross-site' } }]
2024-04-30T08:19:27.930Z rpch:sdk:error Error finding node pair TypeError: Cannot read properties of undefined (reading 'failures')
    at leastReqErrors (/app/packages/sdk/build/node-selector.js:190:31)
    at match (/app/packages/sdk/build/node-selector.js:90:24)
    at Object.routePair (/app/packages/sdk/build/node-selector.js:38:12)
    at check (/app/packages/sdk/build/nodes-collector.js:85:41)
    at /app/packages/sdk/build/nodes-collector.js:96:17
    at new Promise (<anonymous>)
    at NodesCollector.requestNodePair (/app/packages/sdk/build/nodes-collector.js:80:20)
    at /app/packages/sdk/build/index.js:135:55
    at new Promise (<anonymous>)
    at SDK.doSend (/app/packages/sdk/build/index.js:121:20)
2024-04-30T08:19:27.930Z rpch:sdk:error Error finding node pair TypeError: Cannot read properties of undefined (reading 'failures')
    at leastReqErrors (/app/packages/sdk/build/node-selector.js:190:31)
    at match (/app/packages/sdk/build/node-selector.js:90:24)
    at Object.routePair (/app/packages/sdk/build/node-selector.js:38:12)
    at check (/app/packages/sdk/build/nodes-collector.js:85:41)
    at /app/packages/sdk/build/nodes-collector.js:96:17
    at new Promise (<anonymous>)
    at NodesCollector.requestNodePair (/app/packages/sdk/build/nodes-collector.js:80:20)
    at /app/packages/sdk/build/index.js:135:55
    at new Promise (<anonymous>)
    at SDK.doSend (/app/packages/sdk/build/index.js:121:20)
@esterlus esterlus self-assigned this Apr 30, 2024
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