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,…
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…
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], // <-…