RabbitFoRed

Results 12 comments of RabbitFoRed

I too face the same issue. I think this issue is similar to #23

I get this error: https://paste.theostrich.eu.org/xepepitipu `AxiosError: Request failed with status code 426 at settle (/home/runner/truecaller-test-limitations/node_modules/axios/dist/node/axios.cjs:1909:12) at Unzip.handleStreamEnd (/home/runner/truecaller-test-limitations/node_modules/axios/dist/node/axios.cjs:2989:11) at Unzip.emit (node:events:525:35) at Unzip.emit (node:domain:489:12) at endReadableNT (node:internal/streams/readable:1359:12) { code: 'ERR_BAD_REQUEST',...

MY CODE: ``` import { createRequire } from 'module'; const require = createRequire(import.meta.url); var truecallerjs = require("truecallerjs"); var search_data = { number: "9912345678", countryCode: "IN", installationId: "a1i0xxxxxxxxxxxxxxxxxxxtMb8", }; var response...

UPDATE: When I try it with your python module `truecallerpy` it gives differerent output as: `{'errorCode': 401, 'errorMessage': 'Your previous login was expired.', 'data': None}` when I tried with new...

wait what https://github.com/sumithemmadi/truecallerpy/blob/7749987f99374262b777bbf9b86097dcdb8c67b1/truecallerpy/app.py#L117 👀 same error in `truecallerpy` too after removing that lines `{'status': 42601, 'message': 'Client must be upgraded'}` even `curl` return same response: `curl -A "Truecaller/12.15.6 (Android;10)" -H...

@PalmerMontalvo Your old phone number still don't work 2 days after this? https://github.com/sumithemmadi/truecallerjs/issues/32#issue-1798238785

Here is a considerable amount of data I managed to process: ``` Accounts tested : 218 Success - 114 Failed - 104 -> Unauthorized : 21 -> Too many requests...

If it is about http version then why only some selective accounts (all tested in same pc) get this error?

> "Client must be upgraded," implies that the server requires the client to upgrade its protocol or version. It could be a problem with the HTTP version or the Truecaller...

Any update on this issue? @sumithemmadi