Unable to resolve enough promises when call torus.retrieveShares

 const torus = new TorusUtils({
      network: TORUS_NODE_MANAGER_NETWORK,
      clientId:
        "data-",
    });

    const response = await torus.getPublicAddress(
      torusNodeEndpoints,
      torusNodePub,
      {
        verifier: TORUS_VERIFIER_GEN2,
        verifierId: identifier.toLowerCase(),
      }
    );
    const data = await torus.retrieveShares(
      torusNodeEndpoints,
      torusIndexes,
      TORUS_VERIFIER_GEN2,
      {
        verifier_id: identifier.toLowerCase(),
      },
      idToken
    );

After calling retrieveShares I get an Unable to resolve enough promises error.

ENV : Legacy Testnet (testnet)

1 Like

@le.van.thanh.line Welcome Aboard!

Your issue has been forwarded to our Dev team and we will get back with further updates.

Hi @le.van.thanh.line , is it started happening recently and is it happening for all users?

It happened in the last 2 3 days. Newly registered accounts will fail, old accounts will still be successful


Looking at inspect, I don’t see any errors

Have you investigated this yet?

@le.van.thanh.line Your issue is already under review and we will get back with further updates.

Thanks for your patience.

1 Like

hey @le.van.thanh.line

This issue was fixed a while back. Upgrading to the latest version of torus.js will fix this. Please make sure you’re on the latest version of the SDKs.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.