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 am frequently running into issues with this error "data is too big" and results in my aos process disconnecting and refusing to reconnect.
With ao-localnet running, I open an AOS process in shell, load a lua file, and then by the second or third .load I run it starts getting this error.
I couldn't find anywhere in the code that was specifically limiting the data size.
Is this a bug?
cu-1 | 2024-05-25T04:46:09.556Z ao-cu:6aa836cf93d2 An error bubbled to the top handler. Formatting and relaying to client: Error: Error encountered when fetching transaction 'L6sEhqwvrqDEcf4-tsNW28qyXgyNECGHI-a4qwzl3rw' from arweave: 400: {
cu-1 | "problem": "data is too big",
cu-1 | "solution": "use the /chunk/:offset routing to download bigger chunks"
cu-1 | }
cu-1 | at file:///usr/app/src/domain/client/arweave.js:157:19
cu-1 | at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
cu-1 | at async file:///usr/app/node_modules/zod/lib/index.mjs:3351:32
cu-1 | at async Promise.all (index 1)
cu-1 | at async maybeAoAssignment (file:///usr/app/src/domain/lib/hydrateMessages.js:167:9)
cu-1 | at async nextAsync (node:internal/streams/from:182:33)
The text was updated successfully, but these errors were encountered:
I am frequently running into issues with this error "data is too big" and results in my aos process disconnecting and refusing to reconnect.
With ao-localnet running, I open an AOS process in shell, load a lua file, and then by the second or third .load I run it starts getting this error.
I couldn't find anywhere in the code that was specifically limiting the data size.
Is this a bug?
cu-1 | 2024-05-25T04:46:09.556Z ao-cu:6aa836cf93d2 An error bubbled to the top handler. Formatting and relaying to client: Error: Error encountered when fetching transaction 'L6sEhqwvrqDEcf4-tsNW28qyXgyNECGHI-a4qwzl3rw' from arweave: 400: {
cu-1 | "problem": "data is too big",
cu-1 | "solution": "use the
/chunk/:offset
routing to download bigger chunks"cu-1 | }
cu-1 | at file:///usr/app/src/domain/client/arweave.js:157:19
cu-1 | at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
cu-1 | at async file:///usr/app/node_modules/zod/lib/index.mjs:3351:32
cu-1 | at async Promise.all (index 1)
cu-1 | at async maybeAoAssignment (file:///usr/app/src/domain/lib/hydrateMessages.js:167:9)
cu-1 | at async nextAsync (node:internal/streams/from:182:33)
The text was updated successfully, but these errors were encountered: