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

Unavailable chain endpoints Fri, Jul 14 2023, 2:31:54 am #9695

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.polkawallet.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
   GM @ wss://leemo.gmordie.com

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

 x packages/apps-config/src/ci/chainEndpoints.spec.ts
   Westend @ wss://westend.public.curie.radiumblock.co/ws

     testCodeFailure / ERR_TEST_FAILURE

     Connection timeout

 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
   Ares Odyssey @ wss://odyssey.aresprotocol.io

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

 x packages/apps-config/src/ci/chainEndpoints.spec.ts
   Bittensor @ wss://entrypoint-finney.opentensor.ai:443

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

 x packages/apps-config/src/ci/chainEndpoints.spec.ts
   Kulupu @ wss://rpc.kulupu.corepaper.org/ws

     testCodeFailure / ERR_TEST_FAILURE

     Connection timeout

 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
   Cere Network Testnet @ wss://archive.testnet.cere.network/ws

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

 x packages/apps-config/src/ci/chainEndpoints.spec.ts
   Cere Network Testnet @ wss://testnet.cere-archive.republiccrypto-runtime.com:444

     testCodeFailure / ERR_TEST_FAILURE

     "Cannot read properties of undefined (reading 'startsWith')"

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

     subtestsFailed / ERR_TEST_FAILURE

     12 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.