Gimenz / insta-fetcher

simple instagram metadata scraping
https://www.npmjs.com/package/insta-fetcher
GNU General Public License v3.0
73 stars 33 forks source link

[ BUG ] CANNOT READ PROPERTIES #25

Open xbal023 opened 2 years ago

xbal023 commented 2 years ago

const item = metadata.items[0]; ^ TypeError: Cannot read properties of undefined (reading '0') at igApi. (/data/data/com.termux/files/home/scraper-ig/node_modules/insta-fetcher/dist/index.js:178:40) at Generator.next () at fulfilled (/data/data/com.termux/files/home/scraper-ig/node_modules/insta-fetcher/dist/index.js:35:58) at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

Gimenz commented 1 year ago

udah setting cookie belum?

xbal023 commented 1 year ago

Sudah pak

xbal023 commented 1 year ago

Nampak nya yg bisa V2 dan 1 ngga bisa

thoriqazzikraa commented 1 year ago

const item = metadata.items[0]; ^ TypeError: Cannot read properties of undefined (reading '0') at igApi. (/data/data/com.termux/files/home/scraper-ig/node_modules/insta-fetcher/dist/index.js:178:40) at Generator.next () at fulfilled (/data/data/com.termux/files/home/scraper-ig/node_modules/insta-fetcher/dist/index.js:35:58) at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

emg biasanya ada vid yg gabisa didownload kasi try { } catch aja gw kasi manual return errornya

xbal023 commented 1 year ago

Tetapi setelah saya fork dan saya recode sedikit terlihst normsl lagi 🥇 hihihi, jadi mungkin terdapat kesalahan saat return maybe

Gimenz commented 1 year ago

mantap, bisa di pull request kalo aman.

adarsh-chakraborty commented 1 year ago

Same problem when fetching reels or a post /p/postid

jigneshk5 commented 1 year ago

Same problem when fetching reels or a post /p/postid

Hi @adarsh-chakraborty , Are you able to use await getCookie("username","password");

I'm getting challenge_required error. Please help me fix the issue