unfollow or skip private accounts
ERROR unfollow loop error log_uncertain_unfollowed_pool() missing 1 required positional argument: 'logfolder'
Skip or click on the "requested" button
Hi there,
I love instapy and it is amazing how well it works.
Since I'm still a noob in python i would love to have your help in this issue
When I run a script to unfollow profiles the bot crashes and shows the following error:
ERROR [2018-02-27 14:13:46] [myname] unfollow loop error log_uncertain_unfollowed_pool() missing 1 required positional argument: 'logfolder'
the reason why this happens is because some accounts are private and the button is still on "requested".
I would like to change the script so it automatically skips these profiles or just unfollow them by clicking on the request button.
How should I proceed with doing this?
I already added "logfolder" in unfollow_util in line 140 and it fixed some other errors but not this one
thank you in advance!
The currently checked in version of unfollow_util.py is missing logfolder from log_uncertain_unfollowed_pool and log_record_all_unfollowed on lines 154 and 158. If you add them it should work.
thanks a lot, ikillfairies !
worked perfectly.
however, it opens 3 blank commands prompts for some reason.
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
Most helpful comment
The currently checked in version of unfollow_util.py is missing
logfolderfromlog_uncertain_unfollowed_poolandlog_record_all_unfollowedon lines 154 and 158. If you add them it should work.