-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
The Twitter plugin loads successfully when running elizaos dev, but it never replies to mentions, tags, or direct replies even though all the relevant config options are enabled in the .env file. No errors are shown, and the plugin appears to initialize correctly.
Environment:
- OS: Ubuntu 22.04
- ElizaOS version: 1.0.12
- Node: v23.11.1
- Run command: elizaos dev
Relevant .env values
TWITTER_DRY_RUN=false
TWITTER_POST_ENABLE=true
TWITTER_POST_IMMEDIATELY=false
TWITTER_SEARCH_ENABLE=true
TWITTER_AUTO_RESPOND_MENTIONS=true
TWITTER_AUTO_RESPOND_REPLIES=true
TWITTER_ENABLE_ACTION_PROCESSING=true
TWITTER_POST_INTERVAL_MIN=90
TWITTER_POST_INTERVAL_MAX=180
TWITTER_INTERACTION_INTERVAL_MIN=15
TWITTER_INTERACTION_INTERVAL_MAX=30
No autonomous tweets are posted.
No replies to mentions or tags are made.
No interaction logs are visible in the output.
Plugin is listed as loaded; no runtime warnings/errors.
Credentials are valid (tested via another script).
Would be helpful to add debug logging to confirm whether polling is happening or if events are being ignored.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels