polkadot-js / apps

Basic Polkadot/Substrate UI for interacting with a Polkadot and Substrate node. This is the main user-facing application, allowing access to all features available on Substrate chains.
https://dotapps.io
Apache License 2.0
1.74k stars 1.53k forks source link

Unavailable chain endpoints Fri, Jul 26 2024, 3:06:38 am #10785

Closed polkadot-js-bot closed 1 month ago

polkadot-js-bot commented 1 month ago

cc @polkadot-js/notifications

Some configured endpoints are not available.

Check the nightly cron output (or via yarn ci:chainEndpoints locally) and disable the chains (either with isDisabled or isUnreachable) until the issue is resolved. The output as found from the test includes:

 x /home/runner/work/apps/apps/packages/apps-config/src/ci/chainEndpoints.spec.ts:61:24
   Astar @ wss://1rpc.io/astr

     testCodeFailure / ERR_TEST_FAILURE

     Disconnected, code: '1006' reason: ''

 x /home/runner/work/apps/apps/packages/apps-config/src/ci/chainEndpoints.spec.ts:66:22
   Kusama @ wss://kusama.api.onfinality.io/public-ws

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

 x /home/runner/work/apps/apps/packages/apps-config/src/ci/chainEndpoints.spec.ts:66:22
   ZERO Canary @ wss://rpc-1.kusama.node.zero.io

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

 x /home/runner/work/apps/apps/packages/apps-config/src/ci/chainEndpoints.spec.ts:66:22
   Kinera Testnet @ wss://node.kinera.network

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

 x /home/runner/work/apps/apps/packages/apps-config/src/ci/chainEndpoints.spec.ts:87:24
   Paseo @ wss://api2.zondax.ch/pas/node/rpc

     testCodeFailure / ERR_TEST_FAILURE

     Connection timeout

 x /home/runner/work/apps/apps/packages/apps-config/src/ci/chainEndpoints.spec.ts:66:22
   Aleph Zero @ wss://aleph-zero.api.onfinality.io/public-ws

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

 x /home/runner/work/apps/apps/packages/apps-config/src/ci/chainEndpoints.spec.ts:77:17
   Bittensor @ wss://entrypoint-finney.opentensor.ai:443

     testCodeFailure / ERR_TEST_FAILURE

     Invalid/non-hex response

 x /home/runner/work/apps/apps/node_modules/@polkadot/dev-test/cjs/env/suite.js
   check endpoints

     subtestsFailed / ERR_TEST_FAILURE
TarikGul commented 1 month ago

Completed via https://github.com/polkadot-js/apps/pull/10812

polkadot-js-bot commented 1 month ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query.