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.52k forks source link

Unavailable chain endpoints Tue, Feb 20 2024, 3:04:12 am #10279

Closed polkadot-js-bot closed 6 months ago

polkadot-js-bot commented 6 months 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:66:22
   Polkadot @ wss://polkadot-public-rpc.blockops.network/ws

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

 x /home/runner/work/apps/apps/packages/apps-config/src/ci/chainEndpoints.spec.ts:77:17
   Polkadot @ wss://polkadot.api.onfinality.io/public-ws

     testCodeFailure / ERR_TEST_FAILURE

     Invalid/non-hex response

 x /home/runner/work/apps/apps/packages/apps-config/src/ci/chainEndpoints.spec.ts:66:22
   Moonbeam @ wss://moonbeam.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
   Kusama @ wss://kusama-public-rpc.blockops.network/ws

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

 x /home/runner/work/apps/apps/packages/apps-config/src/ci/chainEndpoints.spec.ts:66:22
   Crab @ wss://crab-rpc.darwinia.network/

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

 x /home/runner/work/apps/apps/packages/apps-config/src/ci/chainEndpoints.spec.ts:66:22
   Crab @ wss://crab-rpc.darwiniacommunitydao.xyz

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

 x /home/runner/work/apps/apps/packages/apps-config/src/ci/chainEndpoints.spec.ts:77:17
   Moonriver @ wss://moonriver.api.onfinality.io/public-ws

     testCodeFailure / ERR_TEST_FAILURE

     Invalid/non-hex response

 x /home/runner/work/apps/apps/packages/apps-config/src/ci/chainEndpoints.spec.ts:66:22
   Westend @ wss://westend-rpc.blockops.network/ws

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

 x /home/runner/work/apps/apps/packages/apps-config/src/ci/chainEndpoints.spec.ts:87:24
   3DPass @ wss://rpc2.3dpass.org

     testCodeFailure / ERR_TEST_FAILURE

     Connection timeout

 x /home/runner/work/apps/apps/packages/apps-config/src/ci/chainEndpoints.spec.ts:66:22
   Automata @ wss://api.ata.network

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

 x /home/runner/work/apps/apps/packages/apps-config/src/ci/chainEndpoints.spec.ts:66:22
   Crown Sterling @ wss://blockchain.crownsterling.io

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

 x /home/runner/work/apps/apps/packages/apps-config/src/ci/chainEndpoints.spec.ts:66:22
   Jur @ wss://jur-mainnet-archive-rpc-1.icebergnodes.io

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

 x /home/runner/work/apps/apps/packages/apps-config/src/ci/chainEndpoints.spec.ts:77:17
   Moonbase Alpha @ wss://moonbeam-alpha.api.onfinality.io/public-ws

     testCodeFailure / ERR_TEST_FAILURE

     Invalid/non-hex response

 x /home/runner/work/apps/apps/packages/apps-config/src/ci/chainEndpoints.spec.ts:66:22
   Polymesh Testnet @ wss://testnet-rpc.polymesh.live

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

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

     subtestsFailed / ERR_TEST_FAILURE
TarikGul commented 6 months ago

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

polkadot-js-bot commented 5 months 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.