Description
Describe the bug
I have used both plugin-twitter and client-twitter and also run them combinely
Error its giving running both in a character:
Twitter/X client running in a mode that:
[2025-06-18 13:27:25] WARN: 1. violates consent of random users
[2025-06-18 13:27:25] WARN: 2. burns your rate limit
[2025-06-18 13:27:25] WARN: 3. can get your account banned
[2025-06-18 13:27:25] WARN: use at your own risk
[2025-06-18 13:27:27] ERROR: Login attempt failed: Unknown subtask LoginUserPasskeyIdentifier
[2025-06-18 13:27:27] ERROR: Failed to login to Twitter. Retrying... (4 attempts left)
[2025-06-18 13:27:30] ERROR: Login attempt failed: Unknown subtask LoginUserPasskeyIdentifier
[2025-06-18 13:27:30] ERROR: Failed to login to Twitter. Retrying... (3 attempts left)
No suitable voice channel found to join.
[2025-06-18 13:27:34] ERROR: Login attempt failed: Unknown subtask LoginUserPasskeyIdentifier
[2025-06-18 13:27:34] ERROR: Failed to login to Twitter. Retrying... (2 attempts left)
[2025-06-18 13:27:38] ERROR: Login attempt failed: Unknown subtask LoginUserPasskeyIdentifier
[2025-06-18 13:27:38] ERROR: Failed to login to Twitter. Retrying... (1 attempts left)
[2025-06-18 13:27:41] ERROR: Login attempt failed: Unknown subtask LoginUserPasskeyIdentifier
[2025-06-18 13:27:41] ERROR: Failed to login to Twitter. Retrying... (0 attempts left)
[2025-06-18 13:27:41] ERROR: Max retries reached. Exiting login process.
[2025-06-18 13:27:41] ERROR: Error starting agent for character Abby:
[2025-06-18 13:27:41] ERROR:
err: {
"type": "Error",
"message": "Twitter login failed after maximum retries.",
"stack":
Error: Twitter login failed after maximum retries.
at _ClientBase.init (file:///Users/ambusiness/Documents/Agents/Eliza/abby/eliza/packages/client-twitter/dist/index.js:200:23)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Object.start (file:///Users/ambusiness/Documents/Agents/Eliza/abby/eliza/packages/client-twitter/dist/index.js:7533:9)
at async initializeClients (file:///Users/ambusiness/Documents/Agents/Eliza/abby/eliza/agent/src/index.ts:451:43)
at async startAgent (file:///Users/ambusiness/Documents/Agents/Eliza/abby/eliza/agent/src/index.ts:567:27)
at async startAgents (file:///Users/ambusiness/Documents/Agents/Eliza/abby/eliza/agent/src/index.ts:632:13)
}
[2025-06-18 13:27:41] ERROR: Error starting agents:
[2025-06-18 13:27:41] INFO: Run pnpm start:client
to start the client and visit the outputted URL (http://localhost:5173) to chat with your agents. When running multiple agents, use client with different port SERVER_PORT=3001 pnpm start:client
Character settings:
"clients": ["discord", "twitter"],
"modelProvider": "openai",
"plugins": [
"@elizaos-plugins/plugin-coinmarketcap",
"@elizaos-plugins/client-discord",
"@elizaos-plugins/plugin-twitter",
"@elizaos-plugins/client-twitter",