We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Receive the following error when trying to chat after first boot:
(I put a printf before the error to try to see why it's throwing the error)
You: Hello Response { status: 405, statusText: 'Method Not Allowed', headers: Headers { date: 'Thu, 28 Nov 2024 21:56:32 GMT', server: 'uvicorn', 'content-length': '31', 'content-type': 'application/json', 'x-process-time': '0' }, body: ReadableStream { locked: false, state: 'readable', supportsBYOB: true }, bodyUsed: false, ok: false, redirected: false, type: 'basic', url: 'http://localhost:3000/trump/message' } Error fetching response: TypeError: data.forEach is not a function at handleUserInput (file:///Users/redacted/se01/eliza/agent/src/index.ts:274:14) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async file:///Users/redacted/se01/eliza/agent/src/index.ts:234:13
To Reproduce
Happens after first chat message after first boot.
Expected behavior
Eliza produces a coherent response to the prompt.
Additional context
This is on v0.1.4-alpha3, macOS, node v23.3
v0.1.4-alpha3
I've tried this with an openai key and a xai key (trying to figure out if it was an API issue on that side) and the same error happens with both.
The text was updated successfully, but these errors were encountered:
This was a problem on my box. Can someone close/delete?
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Receive the following error when trying to chat after first boot:
(I put a printf before the error to try to see why it's throwing the error)
To Reproduce
Happens after first chat message after first boot.
Expected behavior
Eliza produces a coherent response to the prompt.
Additional context
This is on
v0.1.4-alpha3
, macOS, node v23.3I've tried this with an openai key and a xai key (trying to figure out if it was an API issue on that side) and the same error happens with both.
The text was updated successfully, but these errors were encountered: