Closed Murqd101 closed 1 year ago
Script fails as soon as it begins to unfollow users.
Begin to unfollow users...
Unfollowing bigboy...
Traceback (most recent call last):
File "C:\Users\test\Desktop\insta-unfollower-main\insta-unfollower.py", line 271, in <module>
main()
File "C:\Users\test\Desktop\insta-unfollower-main\insta-unfollower.py", line 262, in main
while unfollow(user) == False:
File "C:\Users\test\Desktop\insta-unfollower-main\insta-unfollower.py", line 157, in unfollow
response = session.get(profile_route % (instagram_url, user['username']))
TypeError: not all arguments converted during string formatting
Got this error too.
fix errors:
Traceback (most recent call last):
File "/Users/kosmosnya/Library/Mobile Documents/com~apple~CloudDocs/Work/Automation/insta-unfollower-main/insta-unfollower.py", line 271, in
TypeError: not all arguments converted during string formatting
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days
It starts how it is supposed to grab my list of people im following that are following back, then starts the unfollowing of users process. It then closes the whole program as it starts and does nothing.