Skip to content

X posting has wrong post adapter #1

@travelingnomad1

Description

@travelingnomad1

• opencli-rs installs fine
• daemon works
• Chrome extension connects
• X session is logged in
• the failure is specifically in the Twitter/X post adapter
• it fails with:
• “Could not find the tweet composer text area.”

Why it likely happens

From the adapter file, it is hardcoded to:

• open: https://x.com/compose/tweet
• look for: [data-testid="tweetTextarea_0"]

But on current X in the live session, the composer is on:

https://x.com/compose/post

So the tool is likely targeting an outdated X compose route / selector assumption.
Environment:

• Windows
• Chrome extension connected
• X logged in

Test command:

opencli-rs twitter post "test"

It looks like the integration is connected correctly, but the posting adapter needs to be updated for the current X composer.

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