igbot icon indicating copy to clipboard operation
igbot copied to clipboard

[BUG] When I try to unfollow a second user, I get a frozen cmd

Open Inf3xt opened this issue 4 years ago • 4 comments

Example file

unfollow_everyone.py

Describe the bug

When I try to unfollow bulk users, my command prompt (Windows User) freezes after one successful unfollow. As shown below, it stays like that:

Log

020-03-17 23:43:16,989 - INFO - Going to unfollow `user_id` 2079297169 with username inf3xt

To Reproduce

(EXAMPLE:) Steps to reproduce the behavior:

  1. Run file:
  2. Enter username and password from args
  3. Get the problem

Expected behavior

Expected it to unfollow as it did the first one

Additional context

Following is working. Yet not unfollowing.

Version

Python version (python -v): 3.7.7

Operating System: Windows

Inf3xt avatar Mar 17 '20 23:03 Inf3xt

Hey @Inf3xted,

We did a quick check and this issue looks very darn similar to

  • #1369 - Bump coverage from 5.0.3 to 5.0.4
  • #1365 - [QUESTION] How would i get the latest post by myself and then comment on it?
  • #1364 - Bump pytest from 5.3.5 to 5.4.1

This could be a coincidence, but if any of these issues solves your problem then I did a good job :smile:

If not, the maintainers will get to this issue shortly.

Cheers, Your Friendly Neighborhood ProBot

duplicate-issues[bot] avatar Mar 17 '20 23:03 duplicate-issues[bot]

Try to set the unfollow_delay

bot = Bot(unfollow_delay=10)

mindbreaker avatar Apr 04 '20 16:04 mindbreaker

Try to set the unfollow_delay

bot = Bot(unfollow_delay=10)

@mindbreaker Could you please give me an example, I am trying to implement that but I get an AttributeError. Many thanks

Inf3xt avatar Apr 04 '20 16:04 Inf3xt

Try to set the unfollow_delay bot = Bot(unfollow_delay=10)

@mindbreaker Could you please give me an example, I am trying to implement that but I get an AttributeError. Many thanks

image

jefferdo avatar Apr 04 '20 19:04 jefferdo