Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

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

Open
Inf3xt opened this issue Mar 17, 2020 · 4 comments
Open

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

Inf3xt opened this issue Mar 17, 2020 · 4 comments
Labels

Comments

@Inf3xt
Copy link

Inf3xt commented Mar 17, 2020

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

@duplicate-issues
Copy link

Hey @Inf3xted,

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

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

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

Cheers,
Your Friendly Neighborhood ProBot

@bruvv bruvv added the bug label Mar 18, 2020
@mindbreaker
Copy link

Try to set the unfollow_delay

bot = Bot(unfollow_delay=10)

@Inf3xt
Copy link
Author

Inf3xt commented Apr 4, 2020

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

@jefferdo
Copy link

jefferdo commented Apr 4, 2020

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants