-
Notifications
You must be signed in to change notification settings - Fork 250
Open
Description
I have been trying to execute "account.tweet('test 123')", and it has been returning an error for a week now. It returns the following response:
{
"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": "7b8f6152a6f6ae44" }
},
"code": 344,
"kind": "Permissions",
"name": "AuthorizationError",
"source": "Client",
"tracing": { "trace_id": "7b8f6152a6f6ae44" }
}
],
"data": {}
}
Been trying this for a week now. I am facing this on all the fresh requests each day
Metadata
Metadata
Assignees
Labels
No labels