tuxity / insta-unfollower

An Instagram script to unfollow accounts who doesn't follow-you-back
MIT License
381 stars 89 forks source link

Arguments not converted during string formatting. #86

Closed DannyTaki closed 5 months ago

DannyTaki commented 6 months ago

Ran into an issue running in Docker setup.

2024-03-07 21:43:50 Unfollowing marco_serva... 2024-03-07 21:43:50 Traceback (most recent call last): 2024-03-07 21:43:50 File "/usr/src/insta-unfollower/insta-unfollower.py", line 271, in 2024-03-07 21:43:50 main() 2024-03-07 21:43:50 File "/usr/src/insta-unfollower/insta-unfollower.py", line 262, in main 2024-03-07 21:43:50 while unfollow(user) == False: 2024-03-07 21:43:50 ^^^^^^^^^^^^^^ 2024-03-07 21:43:50 File "/usr/src/insta-unfollower/insta-unfollower.py", line 157, in unfollow 2024-03-07 21:43:50 response = session.get(profile_route % (instagram_url, user['username'])) 2024-03-07 21:43:50 ~~~~^~~~~~~~~ 2024-03-07 21:43:50 TypeError: not all arguments converted during string formatting

DannyTaki commented 6 months ago

Ah figured it out their rest api isn't available anymore.

github-actions[bot] commented 5 months ago

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