You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Hello @fction! Welcome to the elizaOS community. Thank you for opening your first issue; we appreciate your contribution. You are now an elizaOS contributor!
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"
(node:9032) ExperimentalWarning:
--experimental-loader
may be removed in the future; instead useregister()
:--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 portSERVER_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
The text was updated successfully, but these errors were encountered: