truecallerpy icon indicating copy to clipboard operation
truecallerpy copied to clipboard

country_code isn't working

Open nedbaker12 opened this issue 1 year ago • 5 comments

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 avatar Aug 17 '23 09:08 nedbaker12

@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)

sumithemmadi avatar Aug 20 '23 10:08 sumithemmadi

yes i used it. still its taking the country code of the country i registered with.

nedbaker12 avatar Aug 20 '23 14:08 nedbaker12

hello Please this issue. i m using the latest build. same code as example still the issue is the same

nedbaker12 avatar Aug 23 '23 08:08 nedbaker12

Hello @nedbaker12 i have same issue, did you solve it ?

libasseld avatar Sep 07 '23 11:09 libasseld

Hello @nedbaker12 i have same issue, did you solve it ?

no its not fixed @sumithemmadi please look into this

nedbaker12 avatar Sep 12 '23 19:09 nedbaker12