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

Error Automated #238

Open
3rdxw opened this issue Nov 18, 2024 · 2 comments
Open

Error Automated #238

3rdxw opened this issue Nov 18, 2024 · 2 comments

Comments

@3rdxw
Copy link

3rdxw commented Nov 18, 2024

Basic code to tweet,

error:
{'errors': [{'message': "Authorization: This request looks like it might be automated. To protect our users from spam and other malicious activity, we can't complete this action right now. Please try again later. (226)", 'locations': [{'line': 18, 'column': 3}], 'path': ['create_tweet'], 'extensions': {'name': 'AuthorizationError', 'source': 'Client', 'code': 226, 'kind': 'Permissions', 'tracing': {'trace_id': 'ffffffffffff'}}, 'code': 226, 'kind': 'Permissions', 'name': 'AuthorizationError', 'source': 'Client', 'tracing': {'trace_id': 'ffffffffffff'}}], 'data': {}}

login by cookies!

@3rdxw
Copy link
Author

3rdxw commented Nov 18, 2024

Another account:

{'errors': [{'message': 'Authorization: You have reached your daily limit for sending Tweets and messages. Please try again later. (344)', 'locations': [{'line': 18, 'column': 3}], 'path': ['create_tweet'], 'extensions': {'name': 'AuthorizationError', 'source': 'Client', 'code': 344, 'kind': 'Permissions', 'tracing': {'trace_id': 'd63ea04f621b6041'}}, 'code': 344, 'kind': 'Permissions', 'name': 'AuthorizationError', 'source': 'Client', 'tracing': {'trace_id': 'd63ea04f621b6041'}}], 'data': {}}

I can tweet in browser but not in Python script

@ahmad-a-radwan07
Copy link

did someone figure out how and why tweets might be flagged as spam?

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

No branches or pull requests

2 participants