-
Notifications
You must be signed in to change notification settings - Fork 442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
auto_unfollow_nonfollowers() crashes for certain suspended user #142
Comments
The program still crashes for certain suspended accounts. But I did manage to get past this by just adding those account IDs to the USERS_KEEP_FOLLOWING list. So the script doesn't try to unfollow that user ID anymore. |
I am getting the same error, here is what I run:
And here is the error:
The account my bot unfollowed isn't restricted or suspended, so I'm not sure whats going on. |
Hi! Looking at the last line in your log it’s a different error. Name resolution errors are normally associated with DNS errors, try clearing your dns cache and try again. |
Well thank you, that was the problem! This vps always gives me trouble with DNS, I flushed them and its working again. |
I run the following program:
And I get this error:
I've tried to look up that user: https://twitter.com/intent/user?user_id=988034843962421248
But it says account suspended.
Perhaps this script can't unfollow suspended accounts? I can't figure out what username they are. Is there anyway to get the script to not try to unfollow this account using the user id??
The text was updated successfully, but these errors were encountered: