Skip to content

[bug] Unable to create tweets (post, retweets, quotes, replies/comments) #255

@Madhav-MKNC

Description

@Madhav-MKNC

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions