Open notsapinho opened 2 years ago
Happens to me too. Seems like Instagram did some changes to the "suggestedSearches" endpoint. You could as a quick diy hotfix comment out the 2 lines calling the endpoint in "get postLoginFlowRequests()" inside the "./services/simulate.service.js" file. After that everything that does not use the endpoint should be working again.
Happens to me too.
node:internal/process/promises:246 triggerUncaughtException(err, true / fromPromise /); ^
IgNotFoundError: GET /api/v1/fbsearch/suggested_searches/?type=users - 404 Not Found; at Request.handleResponseError (C:\Users\Efe\Desktop\insta\node_modules\instagram-private-api\dist\core\request.js:103:20) at Request.send (C:\Users\Efe\Desktop\insta\node_modules\instagram-private-api\dist\core\request.js:54:28) at async FbsearchRepository.suggestedSearches (C:\Users\Efe\Desktop\insta\node_modules\instagram-private-api\dist\repositories\fbsearch.repository.js:7:26)
Node.js v17.3.0
when will this be merged?
Bug Report
Requirements
DEBUG
variable.Platform
v16.6.2 (node -v)
Description
Everytime I start an application with the lib this error shows up
Error and Output