• Joined on 2020-10-27
meximec closed issue KaKi87/scraper-instagram-v1#4 2020-10-28 20:06:54 +01:00
TypeError when trying to subscribeUserPosts()
meximec commented on issue KaKi87/scraper-instagram-v1#4 2020-10-28 20:06:50 +01:00
TypeError when trying to subscribeUserPosts()

Thanks!

meximec commented on issue KaKi87/scraper-instagram-v1#4 2020-10-28 19:20:42 +01:00
TypeError when trying to subscribeUserPosts()

Yeah thank you very much! I'm pretty new to programming in general and I try to learn everything alone(no ones teaches me how to do it). Now seeing your answer it seems logical. Does it have…

meximec commented on issue KaKi87/scraper-instagram-v1#4 2020-10-28 18:16:28 +01:00
TypeError when trying to subscribeUserPosts()

I used the last commit

meximec commented on issue KaKi87/scraper-instagram-v1#4 2020-10-28 18:08:42 +01:00
TypeError when trying to subscribeUserPosts()
const Insta = require("scraper-instagram");
const json = require('./config.json');
sessionid = json.instaSessionid;
const InstaClient = new Insta();
username = "ljrdiscordbot"//test…
meximec commented on issue KaKi87/scraper-instagram-v1#4 2020-10-28 17:58:18 +01:00
TypeError when trying to subscribeUserPosts()

I just have another issue, but it's not critical for me. I tried using the functions subscribeUserPosts() for a private user but it does not work. The function getProfile() shows `lastPosts:…

meximec commented on issue KaKi87/scraper-instagram-v1#4 2020-10-28 17:18:03 +01:00
TypeError when trying to subscribeUserPosts()

Ok I just found out why I couldn't get the posts. It was dumb from me: In the documentation and in my code, for subscribeUserPosts(), there was:

InstaClient.subscribeUserPosts(username,
meximec commented on issue KaKi87/scraper-instagram-v1#4 2020-10-28 15:31:17 +01:00
TypeError when trying to subscribeUserPosts()

Yes, thank you for responding so quick.

But I checked before if I was logged in and if I followed the account I wanted to "subrscribe" to. In fact even logged in, I can't use…

meximec opened issue KaKi87/scraper-instagram-v1#4 2020-10-27 21:52:56 +01:00
TypeError when trying to subscribeUserPosts()