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 #9106

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 check endpoints
   Aband @ wss://rpc-parachain.a.band

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

 x packages/apps-config/src/ci/chainEndpoints.spec.ts check endpoints
   Listen Network @ wss://wss.mainnet.listen.io

     testTimeoutFailure / ERR_TEST_FAILURE

     test timed out after 60000ms

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

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

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

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

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

     testTimeoutFailure / ERR_TEST_FAILURE

     test timed out after 60000ms

 x packages/apps-config/src/ci/chainEndpoints.spec.ts check endpoints
   Darwinia Crab @ wss://darwiniacrab-rpc.dwellir.com

     testTimeoutFailure / ERR_TEST_FAILURE

     test timed out after 60000ms

 x packages/apps-config/src/ci/chainEndpoints.spec.ts check endpoints
   Dock @ wss://mainnet-node.dock.io

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

 x packages/apps-config/src/ci/chainEndpoints.spec.ts check endpoints
   Kusari @ wss://ws.kusari.network

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

 x packages/apps-config/src/ci/chainEndpoints.spec.ts check endpoints
   Ares Gladios @ wss://gladios.aresprotocol.io

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

 x packages/apps-config/src/ci/chainEndpoints.spec.ts check endpoints
   Galois @ wss://galois.maiziqianbao.net/ws

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

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

     subtestsFailed / ERR_TEST_FAILURE

     test failed
jacogr commented 1 year ago

remove

Listen Network @ wss://wss.mainnet.listen.io https://github.com/polkadot-js/apps/issues/9098 https://github.com/polkadot-js/apps/issues/9101 https://github.com/polkadot-js/apps/issues/9104 Ares Gladios @ wss://gladios.aresprotocol.io https://github.com/polkadot-js/apps/issues/9098 https://github.com/polkadot-js/apps/issues/9101 https://github.com/polkadot-js/apps/issues/9104

3rd

Galois @ wss://galois.maiziqianbao.net/ws https://github.com/polkadot-js/apps/issues/9101 https://github.com/polkadot-js/apps/issues/9104

2nd

subzero @ wss://rpc-1.kusama.node.zero.io https://github.com/polkadot-js/apps/issues/9104

1st

Aband @ wss://rpc-parachain.a.band Tanganika @ wss://tanganika.datahighway.com Darwinia Crab @ wss://crab-rpc.darwinia.network Darwinia Crab @ wss://darwiniacrab-rpc.dwellir.com Dock @ wss://mainnet-node.dock.io Kusari @ wss://ws.kusari.network

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.