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.72k stars 1.51k forks source link

Unavailable chain endpoints Fri, Jun 16 2023, 1:07:55 pm #9596

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
   Polkadot @ wss://1rpc.io/dot

     testCodeFailure / ERR_TEST_FAILURE

     No DNS entry

 x packages/apps-config/src/ci/chainEndpoints.spec.ts
   Polkadot @ wss://polkadot-rpc-tn.dwellir.com

     testCodeFailure / ERR_TEST_FAILURE

     No DNS entry

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

     testCodeFailure / ERR_TEST_FAILURE

     No DNS entry

 x packages/apps-config/src/ci/chainEndpoints.spec.ts
   Hashed Network @ wss://c2.hashed.network

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

 x packages/apps-config/src/ci/chainEndpoints.spec.ts
   Kapex @ wss://k-ui.kapex.network

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

 x packages/apps-config/src/ci/chainEndpoints.spec.ts
   Moonbeam @ wss://moonbeam.unitedbloc.com

     testCodeFailure / ERR_TEST_FAILURE

     No DNS entry

 x packages/apps-config/src/ci/chainEndpoints.spec.ts
   Kusama @ wss://kusama-rpc-tn.dwellir.com

     testCodeFailure / ERR_TEST_FAILURE

     No DNS entry

 x packages/apps-config/src/ci/chainEndpoints.spec.ts
   AssetHub @ wss://sys.ibp.network/statemine

     testCodeFailure / ERR_TEST_FAILURE

     No DNS entry

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

     testCodeFailure / ERR_TEST_FAILURE

     No DNS entry

 x packages/apps-config/src/ci/chainEndpoints.spec.ts
   AssetHub @ wss://westmint-rpc-tn.dwellir.com

     testCodeFailure / ERR_TEST_FAILURE

     No DNS entry

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

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

 x packages/apps-config/src/ci/chainEndpoints.spec.ts
   Ares Odyssey @ wss://odyssey.aresprotocol.io

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

 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
   logion Standalone @ wss://rpc01.logion.network

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

 x packages/apps-config/src/ci/chainEndpoints.spec.ts
   KILT Mashnet @ wss://full-nodes.kilt.io:9944/

     testCodeFailure / ERR_TEST_FAILURE

     No DNS entry

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

     subtestsFailed / ERR_TEST_FAILURE

     15 subtests failed
jacogr commented 1 year ago

The number of DNS lookup failures (across different providers), make me believe there is an outage somewhere.

TL;DR Ignoring this one as a potential false positive

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.