jlobos / instagram-web-api

🤳 Instagram Private Web API client for Node
https://npmjs.com/instagram-web-api
MIT License
1.12k stars 186 forks source link

login failed: TypeError: Cannot read properties of null (reading '0') #298

Closed infysumanta closed 1 year ago

infysumanta commented 2 years ago

$ node test.js \node_modules\instagram-web-api\lib\index.js:57 value = matches[0].substring(13) ^

TypeError: Cannot read properties of null (reading '0') at \node_modules\instagram-web-api\lib\index.js:57:22 at processTicksAndRejections (node:internal/process/task_queues:96:5) at async Instagram.login (\node_modules\instagram-web-api\lib\index.js:54:5)

$ node test.js \node_modules\instagram-web-api\lib\index.js:57 value = matches[0].substring(13) ^

TypeError: Cannot read properties of null (reading '0') at \node_modules\instagram-web-api\lib\index.js:57:22 at processTicksAndRejections (node:internal/process/task_queues:96:5) at async Instagram.login (\node_modules\instagram-web-api\lib\index.js:54:5) at async instapost\test.js:7:3

tusharsinghal1610 commented 2 years ago

i also started facing today only.

tusharsinghal1610 commented 2 years ago

here is the solution :

https://github.com/jlobos/instagram-web-api/issues/296 @infysumanta

infysumanta commented 2 years ago

thanks a lot @tusharsinghal1610