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

Unavailable chain endpoints Wed, Oct 18 2023, 3:10:40 am #9959

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 /home/runner/work/apps/apps/packages/apps-config/src/ci/chainEndpoints.spec.ts
   Ajuna Network @ wss://ajuna.public.curie.radiumblock.co/ws

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

 x /home/runner/work/apps/apps/packages/apps-config/src/ci/chainEndpoints.spec.ts
   Kusama @ wss://rpc-kusama.luckyfriday.io

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

 x /home/runner/work/apps/apps/packages/apps-config/src/ci/chainEndpoints.spec.ts
   Acurast Canary @ wss://acurast-canarynet-ws.prod.gke.papers.tech

     testCodeFailure / ERR_TEST_FAILURE

     Connection timeout

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

     testCodeFailure / ERR_TEST_FAILURE

     Connection timeout

 x /home/runner/work/apps/apps/packages/apps-config/src/ci/chainEndpoints.spec.ts
   QUARTZ by UNIQUE @ wss://quartz.api.onfinality.io/public-ws

     testCodeFailure / ERR_TEST_FAILURE

     Connection timeout

 x /home/runner/work/apps/apps/packages/apps-config/src/ci/chainEndpoints.spec.ts
   Westend @ wss://rpc.dotters.network/westend

     testCodeFailure / ERR_TEST_FAILURE

     No DNS entry

 x /home/runner/work/apps/apps/packages/apps-config/src/ci/chainEndpoints.spec.ts
   BridgeHub @ wss://bridgehub-westend.api.onfinality.io/public-ws

     testCodeFailure / ERR_TEST_FAILURE

     Connection timeout

 x /home/runner/work/apps/apps/packages/apps-config/src/ci/chainEndpoints.spec.ts
   Frequency @ wss://rpc.rococo.frequency.xyz

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

 x /home/runner/work/apps/apps/packages/apps-config/src/ci/chainEndpoints.spec.ts
   Nodle @ wss://nodle-paradis.api.onfinality.io/public-ws

     testCodeFailure / ERR_TEST_FAILURE

     Connection error

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

     subtestsFailed / ERR_TEST_FAILURE
jacogr commented 1 year ago

3rd https://github.com/polkadot-js/apps/issues/9952 https://github.com/polkadot-js/apps/issues/9955

BridgeHub @ wss://bridgehub-westend.api.onfinality.io/public-ws

2nd https://github.com/polkadot-js/apps/issues/9955

Parallel Heiko @ wss://parallel-heiko.api.onfinality.io/public-ws Frequency @ wss://rpc.rococo.frequency.xyz

1st

Ajuna Network @ wss://ajuna.public.curie.radiumblock.co/ws Kusama @ wss://rpc-kusama.luckyfriday.io Acurast Canary @ wss://acurast-canarynet-ws.prod.gke.papers.tech QUARTZ by UNIQUE @ wss://quartz.api.onfinality.io/public-ws Westend @ wss://rpc.dotters.network/westend Nodle @ wss://nodle-paradis.api.onfinality.io/public-ws

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.