-
Notifications
You must be signed in to change notification settings - Fork 43
X posting has wrong post adapter #1
Copy link
Copy link
Open
Description
• 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:
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels