As the exception suggests, you are trying to call an SDK method even though no client is available to handle it. This usually happens if you have initialised the SDK using WITHOUT_OTP scope option i.e to verify only the Truecaller users, and you are not calling isUsable()
method before calling an SDK method. To resolve this, call isUsable()
before calling any SDK method if you are using WITHOUT_OTP scope option