• Joined on 2021-05-03
poi5305 commented on issue KaKi87/scraper-instagram-v1#11 2021-05-04 08:26:10 +02:00
The library is not working well any more

I didn't fix all problems, only fix post queryhash.

In my case, post queryhash should come from ConsumerLibCommons.

const consumerLibCommonsBody = await this.self.get(ConsumerLibCommons,…
poi5305 commented on issue KaKi87/scraper-instagram-v1#11 2021-05-03 07:17:01 +02:00
The library is not working well any more

I traced IG query hashs. Getting posts query hash should be come from ConsumerLibCommons.js.

async _getQueryHashs() {
    if (JSON.stringify(this.queryHashs) !== '{}') return…
poi5305 commented on issue KaKi87/scraper-instagram-v1#11 2021-05-03 05:23:06 +02:00
The library is not working well any more

Hi kaki,

Error is at Insta._getQueryHashs

TypeError: Cannot read property '1' of null

	this.queryHashs = {
      story: mainScriptBody.match(/50,[a-zA-Z]="([^"]+)",/)[1],  // <-…