truecallerpy
truecallerpy copied to clipboard
country_code isn't working
i m unable to search the number other than the country code number i logged in with. for example if i use US number to login then if i try to search for uk number using country_code. its still taking US country instead of the uk country code. how to fix this?
@nedbaker12 Install latest version of truecallerpy
and use it like this
import asyncio
from truecallerpy import search_phonenumber
phone_number = "2071234567"
country_code = "GB"
installation_id = "Your installation ID"
response = asyncio.run(search_phonenumber(phone_number, country_code, installation_id))
print(response)
yes i used it. still its taking the country code of the country i registered with.
hello Please this issue. i m using the latest build. same code as example still the issue is the same
Hello @nedbaker12 i have same issue, did you solve it ?
Hello @nedbaker12 i have same issue, did you solve it ?
no its not fixed @sumithemmadi please look into this