Skip to content
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

Duplicate Status Error: Users Tweeting the Same Tweet Across Multiple Accounts #36

Open
maxdemaio opened this issue Jan 30, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@maxdemaio
Copy link
Owner

maxdemaio commented Jan 30, 2023

Basically someone or some group owns multiple "@garage" accounts for language. They tweet out the same content at more or less the same time in multiple languages. Since we're retweeting them, it seems like we're spamming since the text is the same (despite 2 languages, which doesn't seem to matter).

For now, I will keep these users banned until an alternate solution is found. Unfortunately, we will not be able to retweet their duplicate tweets because of this error.

Example tweet 1 (1620150411725250564):

スーツケースを詰めなければいけません。 Suutsukeesu o tsumenakereba ikemasen. I need to pack my suitcase.

Example tweet 2 (1249460011991883776):

Мне надо упаковать чемодан. I need to pack my suitcase.

Found tweet by @GarageJapanese
User ID is: 1116761967996354562
Tweet ID is: 1620150411725250564
Tweet retweeted!
Found tweet by @GarageRussian
User ID is: 1249460011991883776
Tweet ID is: 1620150411117076483
Traceback (most recent call last):
  File "/app/bot.py", line 71, in <module>
    main()
  File "/app/bot.py", line 33, in main
    retweet(api, tweets, banned_ids, supporter_ids, last_seen_id)
  File "/app/bot.py", line 65, in retweet
    api.retweet(tweet.id)
  File "/usr/local/lib/python3.9/site-packages/tweepy/binder.py", line 253, in _call
    return method.execute()
  File "/usr/local/lib/python3.9/site-packages/tweepy/binder.py", line 234, in execute
    raise TweepError(error_msg, resp, api_code=api_error_code)
tweepy.error.TweepError: [{'code': 187, 'message': 'Status is a duplicate.'}]
@maxdemaio maxdemaio changed the title Deal with people who send out the same tweet across multiple accounts Duplicate Status Error: Users who tweet the same tweet across multiple accounts Jan 30, 2023
@maxdemaio maxdemaio changed the title Duplicate Status Error: Users who tweet the same tweet across multiple accounts Duplicate Status Error: Users Tweeting the Same Tweet Across Multiple Accounts Jan 30, 2023
@maxdemaio maxdemaio added the bug Something isn't working label Jan 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant