Closed RafaelLee closed 5 years ago
@RafaelLee You are right. Mine is also didn't liked. And i checked from the instagram history, im realized, my bot did like 1 day ago. Tried manuel like and yeah i can do it without problem. So the bot fails.
Edit : It does work well in Windows10. Going to checksomething Edit2 : restarted the script and changed blacklist name and it did work. It did like Edit3 : Did revert blacklistname to old one and it looks liking again... Edit4 : Sometimes it does like, sometimes it doesn't like doesn't know the reason
New detail : it does adds well blacklist. Checked the username and activity in blacklist. There is no liked/followed to this user before
I think that dont affect me, because I dont use blacklist.
@RafaelLee and your quickstart file is not visible
Im sorry @ugurozturk, I edit now the post...
I try with locations and without, with comment and without, coments with a percentage of 10, 50 and 100.
Likes by hashtags dont work :/
@RafaelLee asking for beeing clear, is your code doesn't like all the time?
It must do likes even like this
session = InstaPy(username=insta_username, password=insta_password, nogui=True)
session.login()
session.set_upper_follower_count(limit=2500)
session.like_by_tags(['tag','tag2'], amount=amountLike)
session.end()
Well, I dont know what is happening...
This is my file:
The problem continue. If someone can help me, thanks.
In the Readme is this hint - maybe you can try this!
Put like_by_location
under the comments...
Essentially, all the set_
* methods have to be before like_by_tags
or like_by_locations
or unfollow. This is also implicit in all the exmples and quickstart.py
I had this happen to me, found our that it was that Instagram blocked liking on my account - it happended twice to two accounts. One was only after about 250 likes. Different IP'S different everything.
@NewyorkDev did the log said "Image Liked". Could you at that moment post likes from the mobile/web manually? In facing this issue...
More info here: https://github.com/timgrossmann/InstaPy/pull/1105
Issue persists for me as well. Comments and following works well. I do not use the blacklist feature
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
If this problem still occurs, please open a new issue
Im monitoring in the general log, and we have that:
But, in real what happends: nothing
And that is my quickstart file:
If someone know how help me, thanks :+1: