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 Thu, Jul 13 2023, 1:20:54 pm #9693

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
   AssetHub @ wss://statemint.public.curie.radiumblock.co/ws

     testCodeFailure / ERR_TEST_FAILURE

     Connection timeout

 x packages/apps-config/src/ci/chainEndpoints.spec.ts
   Aventus @ wss://public-rpc.mainnet.aventus.io

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

 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
   Kusama @ wss://kusama.public.curie.radiumblock.co/ws

     testCodeFailure / ERR_TEST_FAILURE

     Connection timeout

 x packages/apps-config/src/ci/chainEndpoints.spec.ts
   GM @ wss://leemo.gmordie.com

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

 x packages/apps-config/src/ci/chainEndpoints.spec.ts
   Amplitude testnet (Foucoco) @ wss://rpc-foucoco.pendulumchain.tech

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

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

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

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

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

 x packages/apps-config/src/ci/chainEndpoints.spec.ts
   SherpaX @ wss://mainnet.sherpax.io

     testCodeFailure / ERR_TEST_FAILURE

     No DNS entry

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

     subtestsFailed / ERR_TEST_FAILURE

     9 subtests failed
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.