Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error processing tweet undefined #3877

Open
fction opened this issue Mar 9, 2025 · 1 comment
Open

Error processing tweet undefined #3877

fction opened this issue Mar 9, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@fction
Copy link

fction commented Mar 9, 2025

i installed plugins:
"@elizaos-plugins/client-twitter",
"@elizaos-plugins/plugin-ferePro",
"@elizaos-plugins/plugin-web-search",
"@elizaos-plugins/plugin-image"
all worked perfectly until last launch, i also checked updates and my fork is up to date 
no matter with enabled ragKnowledge or disabled, it failing to process twitter actions.

NODE_OPTIONS=--max-old-space-size=8192 pnpm start --character="characters/c3po.character.json"

eliza@ start /home/bottomtxt/jphdmain
pnpm --filter "@elizaos/agent" start --isRoot "--character=characters/c3po.character.json"

@elizaos/agent@0.25.9 start /home/bottomtxt/jphdmain/agent
node --loader ts-node/esm src/index.ts "--isRoot" "--character=characters/c3po.character.json"

(node:9032) ExperimentalWarning: --experimental-loader may be removed in the future; instead use register():
--import 'data:text/javascript,import { register } from "node:module"; import { pathToFileURL } from "node:url"; register("ts-node/esm", pathToFileURL("./"));'
(Use node --trace-warnings ... to show where the warning was created)
(node:9032) [DEP0180] DeprecationWarning: fs.Stats constructor is deprecated.
(Use node --trace-deprecation ... to show where the warning was created)
[2025-03-09 00:41:01] INFO: Loading embedding settings:
USE_OPENAI_EMBEDDING: ""
USE_OLLAMA_EMBEDDING: ""
OLLAMA_EMBEDDING_MODEL: "mxbai-embed-large"
(node:9032) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
[2025-03-09 00:41:01] INFO: Parsed settings:
USE_OPENAI_EMBEDDING: ""
USE_OPENAI_EMBEDDING_TYPE: "string"
USE_OLLAMA_EMBEDDING: ""
USE_OLLAMA_EMBEDDING_TYPE: "string"
OLLAMA_EMBEDDING_MODEL: "mxbai-embed-large"
Failed to import plugin: @elizaos-plugins/client-telegram Error: Cannot find package '@elizaos-plugins/client-telegram' imported from /home/bottomtxt/jphdmain/agent/src/index.ts
at packageResolve (/home/bottomtxt/jphdmain/node_modules/.pnpm/ts-node@10.9.2_@swc+core@1.11.4_@swc+helpers@0.5.15__@types+node@22.13.5_typescript@5.8.2/node_modules/ts-node/dist-raw/node-internal-modules-esm-resolve.js:757:9)
at moduleResolve (/home/bottomtxt/jphdmain/node_modules/.pnpm/ts-node@10.9.2_@swc+core@1.11.4_@swc+helpers@0.5.15__@types+node@22.13.5_typescript@5.8.2/node_modules/ts-node/dist-raw/node-internal-modules-esm-resolve.js:798:18)
at Object.defaultResolve (/home/bottomtxt/jphdmain/node_modules/.pnpm/ts-node@10.9.2_@swc+core@1.11.4_@swc+helpers@0.5.15__@types+node@22.13.5_typescript@5.8.2/node_modules/ts-node/dist-raw/node-internal-modules-esm-resolve.js:912:11)
at /home/bottomtxt/jphdmain/node_modules/.pnpm/ts-node@10.9.2_@swc+core@1.11.4_@swc+helpers@0.5.15__@types+node@22.13.5_typescript@5.8.2/node_modules/ts-node/src/esm.ts:218:35
at entrypointFallback (/home/bottomtxt/jphdmain/node_modules/.pnpm/ts-node@10.9.2_@swc+core@1.11.4_@swc+helpers@0.5.15__@types+node@22.13.5_typescript@5.8.2/node_modules/ts-node/src/esm.ts:168:34)
at /home/bottomtxt/jphdmain/node_modules/.pnpm/ts-node@10.9.2_@swc+core@1.11.4_@swc+helpers@0.5.15__@types+node@22.13.5_typescript@5.8.2/node_modules/ts-node/src/esm.ts:217:14
at addShortCircuitFlag (/home/bottomtxt/jphdmain/node_modules/.pnpm/ts-node@10.9.2_@swc+core@1.11.4_@swc+helpers@0.5.15__@types+node@22.13.5_typescript@5.8.2/node_modules/ts-node/src/esm.ts:409:21)
at resolve (/home/bottomtxt/jphdmain/node_modules/.pnpm/ts-node@10.9.2_@swc+core@1.11.4_@swc+helpers@0.5.15__@types+node@22.13.5_typescript@5.8.2/node_modules/ts-node/src/esm.ts:197:12)
at nextResolve (node:internal/modules/esm/hooks:748:28)
at Hooks.resolve (node:internal/modules/esm/hooks:240:30)
[2025-03-09 00:41:02] INFO: C-3PO loaded plugins: [
"@elizaos-plugins/client-twitter",
"@elizaos-plugins/plugin-ferePro",
"@elizaos-plugins/plugin-web-search",
"@elizaos-plugins/plugin-image"
]
[2025-03-09 00:41:02] INFO: C-3PO(e61b079d-5226-06e9-9763-a33094aa8d82) - Initializing AgentRuntime with options:
character: "C-3PO"
modelProvider: "openai"
characterModelProvider: "openai"
[2025-03-09 00:41:02] INFO: C-3PO(e61b079d-5226-06e9-9763-a33094aa8d82) - Setting Model Provider:
characterModelProvider: "openai"
optsModelProvider: "openai"
finalSelection: "openai"
[2025-03-09 00:41:02] INFO: C-3PO(e61b079d-5226-06e9-9763-a33094aa8d82) - Selected model provider: openai
[2025-03-09 00:41:02] INFO: C-3PO(e61b079d-5226-06e9-9763-a33094aa8d82) - Selected image model provider: openai
[2025-03-09 00:41:02] INFO: C-3PO(e61b079d-5226-06e9-9763-a33094aa8d82) - Selected image vision model provider: openai
[2025-03-09 00:41:02] INFO: Initializing SQLite database at /home/bottomtxt/jphdmain/agent/data/db.sqlite...
[2025-03-09 00:41:02] INFO: Using Database Cache...
[2025-03-09 00:41:03] INFO: Successfully logged in.
[2025-03-09 00:41:03] INFO: Caching cookies
[2025-03-09 00:41:08] 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
[2025-03-09 00:41:08] WARN: Invalid embedding input:
input: ""
type: "string"
length: 0
[2025-03-09 00:41:08] INFO: Generating text with options:
modelProvider: "openai"
model: "small"
[2025-03-09 00:41:08] INFO: Selected model: gpt-4o-mini
[2025-03-09 00:41:08] WARN: Invalid message for knowledge query:
message: {
"userId": "e61b079d-5226-06e9-9763-a33094aa8d82",
"roomId": "38153dbc-2563-0b10-9bdd-cdb1e080fca3",
"agentId": "e61b079d-5226-06e9-9763-a33094aa8d82",
"content": {
"text": "",
"action": ""
}
}
content: {
"text": "",
"action": ""
}
text: ""
[2025-03-09 00:41:08] WARN: Invalid embedding input:
input: ""
type: "string"
length: 0
[2025-03-09 00:41:08] INFO: Generating text with options:
modelProvider: "openai"
model: "small"
[2025-03-09 00:41:08] INFO: Selected model: gpt-4o-mini
Received response from OpenAI model.
[2025-03-09 00:41:07] ERROR: Error processing tweet undefined:
Received response from OpenAI model.

To Reproduce

Expected behavior

Screenshots

Additional context

@fction fction added the bug Something isn't working label Mar 9, 2025
Copy link
Contributor

github-actions bot commented Mar 9, 2025

Hello @fction! Welcome to the elizaOS community. Thank you for opening your first issue; we appreciate your contribution. You are now an elizaOS contributor!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant