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

Feature/signoz #20

Open
wants to merge 31 commits into
base: feature/skinny_eliza/feb10
Choose a base branch
from
Open

Conversation

jmikedupont2
Copy link
Member

WIP
bug report

mike dupont added 18 commits February 17, 2025 17:44
…mer' but required in type 'Timeout'.

removing the timeout

workaround for build error

client:build: > client@ build /mnt/data1/nix/time/2024/12/31/cloud-deployment-eliza/client
client:build: > pnpm run extract-version && tsc -b && vite build
client:build:
client:build:
client:build: > client@ extract-version /mnt/data1/nix/time/2024/12/31/cloud-deployment-eliza/client
client:build: > bash ./version.sh
client:build:
client:build: info.json created with version: 0.25.6-alpha.1
client:build: src/components/audio-recorder.tsx:203:13 - error TS2741: Property '[Symbol.dispose]' is missing in type 'Timer' but required in type 'Timeout'.
client:build:
client:build: 203             timerTimeout = setTimeout(() => {
client:build:                 ~~~~~~~~~~~~
client:build:
client:build:   ../node_modules/@types/node/timers.d.ts:130:17
client:build:     130                 [Symbol.dispose](): void;
client:build:                         ~~~~~~~~~~~~~~~~
client:build:     '[Symbol.dispose]' is declared here.
client:build:
client:build:
client:build: Found 1 error.
@jmikedupont2
Copy link
Member Author

[2025-02-22 11:21:22] ERROR: Failed to import plugin: @elizaos-plugins/client-twitter
[2025-02-22 11:21:22] ERROR: Failed to import plugin: @elizaos-plugins/plugin-twitter

@jmikedupont2
Copy link
Member Author

171   statx(AT_FDCWD, "/app/agent/src/node_modules/@elizaos-plugins/client-twitter", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7a0a447fa370) = -1 ENOENT (No such file or directory)
171   statx(AT_FDCWD, "/app/agent/node_modules/@elizaos-plugins/client-twitter", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7a0a447fa370) = -1 ENOENT (No such file or directory)
171   statx(AT_FDCWD, "/app/node_modules/@elizaos-plugins/client-twitter", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7a0a447fa370) = -1 ENOENT (No such file or directory)
171   statx(AT_FDCWD, "/node_modules/@elizaos-plugins/client-twitter", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7a0a447fa370) = -1 ENOENT (No such file or directory)
171   statx(AT_FDCWD, "/app/agent/src/node_modules/@elizaos-plugins/plugin-twitter", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7a0a447fe0b0) = -1 ENOENT (No such file or directory)
171   statx(AT_FDCWD, "/app/agent/node_modules/@elizaos-plugins/plugin-twitter", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7a0a447fe0b0) = -1 ENOENT (No such file or directory)
171   statx(AT_FDCWD, "/app/node_modules/@elizaos-plugins/plugin-twitter", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7a0a447fe0b0) = -1 ENOENT (No such file or directory)
171   statx(AT_FDCWD, "/node_modules/@elizaos-plugins/plugin-twitter", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7a0a447fe0b0) = -1 ENOENT (No such file or directory)

@jmikedupont2
Copy link
Member Author

we see the node modules vendor is not included in the docker.

root@6ee719548547:/app/node_modules/@elizaos-plugins# ls -latr
total 12
lrwxrwxrwx 1 root root   29 Feb 21 20:23 adapter-sqlite -> ../../packages/adapter-sqlite
lrwxrwxrwx 1 root root   35 Feb 21 20:23 plugin-twitter -> ../../vendor/elizaos/plugin-twitter
drwxr-xr-x 2 root root 4096 Feb 21 20:23 .
drwxr-xr-x 1 root root 4096 Feb 21 20:24 ..
root@6ee719548547:/app/node_modules/@elizaos-plugins# cd plugin-twitter
bash: cd: plugin-twitter: No such file or directory
root@6ee719548547:/app/node_modules/@elizaos-plugins# pwd
/app/node_modules/@elizaos-plugins

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant