I don't understand how the v2-0 works
Closed this issue · 5 comments
Sorry but I can't figure out out the v2.0 works, I have updated the code on the widget but is blank because it need the InstagramClient.js but the "import" link doesn't work and if i manually import and run the InstagramClient.js it gives me an error: Error on line 48:25: TypeError: null is not an object (evaluating 'req.response.cookies.forEach')
, also put it inside the Cache folder doesn't work. A small tutorial would be usefuel! Thanks :)
Same here
I've updated the script to v2.0.1. Hopefully that fixes the issue. If the issue remains, try deleting the /Scriptable/cache/igclient/session.json
file then running the script again.
fixed by 5f1f4d9.
because it need the InstagramClient.js
@giuliomagnifico, it does not need InstagramClient.js
. The code for that is already included in ig-latest-post.js
.
Okay the v2.0.1 fixed it and works fine. Thanks!