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.75k stars 1.54k forks source link

Unavailable chain endpoints #9261

Closed polkadot-js-bot closed 1 year ago

polkadot-js-bot commented 1 year 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 packages/apps-config/src/ci/chainEndpoints.spec.ts
   Acala @ wss://acala-polkadot.api.onfinality.io/public-ws

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

 x packages/apps-config/src/ci/chainEndpoints.spec.ts
   Parallel @ wss://parallel.api.onfinality.io/public-ws

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

 x packages/apps-config/src/ci/chainEndpoints.spec.ts
   Bifrost @ wss://bifrost-parachain.api.onfinality.io/public-ws

     testCodeFailure / ERR_TEST_FAILURE

     Connection timeout

 x packages/apps-config/src/ci/chainEndpoints.spec.ts
   KICO @ wss://rpc.kico.dico.io

     testCodeFailure / ERR_TEST_FAILURE

     Connection timeout

 x packages/apps-config/src/ci/chainEndpoints.spec.ts
   RioDeFi @ wss://rio-kusama.riocorenetwork.com

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

 x packages/apps-config/src/ci/chainEndpoints.spec.ts
   subzero @ wss://rpc-1.kusama.node.zero.io

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

 x packages/apps-config/src/ci/chainEndpoints.spec.ts
   Tanganika @ wss://tanganika.datahighway.com

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

 x packages/apps-config/src/ci/chainEndpoints.spec.ts
   Basilisk @ wss://rococo-basilisk-rpc.hydration.dev

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

 x packages/apps-config/src/ci/chainEndpoints.spec.ts
   GIANT Protocol @ wss://rpc-1-us-east-1-testnetrococo.giantprotocol.org

     testCodeFailure / ERR_TEST_FAILURE

     Connection timeout

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

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

 x packages/apps-config/src/ci/chainEndpoints.spec.ts
   Darwinia @ wss://rpc.darwinia.network

     testCodeFailure / ERR_TEST_FAILURE

     Connection timeout

 x packages/apps-config/src/ci/chainEndpoints.spec.ts
   Genshiro @ wss://node.genshiro.io

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

 x packages/apps-config/src/ci/chainEndpoints.spec.ts
   check endpoints

     subtestsFailed / ERR_TEST_FAILURE

     12 subtests failed
jacogr commented 1 year ago

3rd

RioDeFi @ wss://rio-kusama.riocorenetwork.com https://github.com/polkadot-js/apps/issues/9252 https://github.com/polkadot-js/apps/issues/9255 GIANT Protocol @ wss://rpc-1-us-east-1-testnetrococo.giantprotocol.org https://github.com/polkadot-js/apps/issues/9252 https://github.com/polkadot-js/apps/issues/9255

2nd

Basilisk @ wss://rococo-basilisk-rpc.hydration.dev https://github.com/polkadot-js/apps/issues/9255

1st

Acala @ wss://acala-polkadot.api.onfinality.io/public-ws Parallel @ wss://parallel.api.onfinality.io/public-ws Bifrost @ wss://bifrost-parachain.api.onfinality.io/public-ws KICO @ wss://rpc.kico.dico.io subzero @ wss://rpc-1.kusama.node.zero.io Tanganika @ wss://tanganika.datahighway.com Crown Sterling @ wss://blockchain.crownsterling.io Darwinia @ wss://rpc.darwinia.network Genshiro @ wss://node.genshiro.io

polkadot-js-bot commented 1 year 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.