We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The execution of the rpc-server is consitent
The execution of the rpc-server is not consitent when the config databse is empty. 10% of the time we get the following errors:
console.error rpch:sdk:nodes-collector:error error fetching node pairs: {}[TypeError: Cannot read properties of undefined (reading 'split') at Object.versionCompare (C:\dev\rpch\RPCh\packages\sdk\build\utils.js:94:19) at NodesCollector.SDK.onVersions [as versionListener] (C:\dev\rpch\RPCh\packages\sdk\build\index.js:484:31) at NodesCollector.initNodes (C:\dev\rpch\RPCh\packages\sdk\build\nodes-collector.js:212:18) at processTicksAndRejections (node:internal/process/task_queues:95:5)] +0ms
Logs: logs error error fetching node pair .txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
The execution of the rpc-server is consitent
Current Behavior
The execution of the rpc-server is not consitent when the config databse is empty.
10% of the time we get the following errors:
console.error rpch:sdk:nodes-collector:error error fetching node pairs: {}[TypeError: Cannot read properties of undefined (reading 'split') at Object.versionCompare (C:\dev\rpch\RPCh\packages\sdk\build\utils.js:94:19) at NodesCollector.SDK.onVersions [as versionListener] (C:\dev\rpch\RPCh\packages\sdk\build\index.js:484:31) at NodesCollector.initNodes (C:\dev\rpch\RPCh\packages\sdk\build\nodes-collector.js:212:18) at processTicksAndRejections (node:internal/process/task_queues:95:5)] +0ms
Logs:
logs error error fetching node pair .txt
The text was updated successfully, but these errors were encountered: