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
Error event! {}
Bot disconnected! Killing agent process. keepAliveError
Storing memories...
Saved memory to: ./bots/Ciel_Test/memory.json
Client disconnected
Agent process exited with code 1 and signal null
Restarting agent...
Starting agent with profile: ./andy.json
Starting agent initialization with profile: ./andy.json
Initializing action manager...
Initializing prompter...
Using chat settings: { model: 'gemini-1.5-flash', api: 'google' }
Using embedding settings: { api: 'google' }
Initializing history...
Initializing coder...
Initializing npc controller...
Initializing memory bank...
Initializing self prompter...
Initializing examples...
(node:28380) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
(Use node --trace-deprecation ... to show where the warning was created)
Examples initialized.
Initializing task...
Ciel_Test logging into minecraft...
Loaded memory:
Client connected
Connected to MindServer
Ciel_Test logged in!
[RangeError [ERR_OUT_OF_RANGE]: Read error for undefined : The value of "offset" is out of range. It must be >= 0 and <= 51763. Received -1951569254
at boundsError (node:internal/buffer:88:9)
at Buffer.readUInt8 (node:internal/buffer:254:5)
at Object.readVarInt [as varint] (A:\etc\mindcraft\node_modules\protodef\src\datatypes\varint.js:20:25)
at Object.string (eval at compile (A:\etc\mindcraft\node_modules\protodef\src\compiler.js:262:12), :104:61)
at eval (eval at compile (A:\etc\mindcraft\node_modules\protodef\src\compiler.js:262:12), :638:75)
at eval (eval at compile (A:\etc\mindcraft\node_modules\protodef\src\compiler.js:262:12), :643:17)
at eval (eval at compile (A:\etc\mindcraft\node_modules\protodef\src\compiler.js:262:12), :648:15)
at eval (eval at compile (A:\etc\mindcraft\node_modules\protodef\src\compiler.js:262:12), :650:13)
at Object.SlotComponent (eval at compile (A:\etc\mindcraft\node_modules\protodef\src\compiler.js:262:12), :755:9)
at eval (eval at compile (A:\etc\mindcraft\node_modules\protodef\src\compiler.js:262:12), :774:49)] {
code: 'ERR_OUT_OF_RANGE',
field: 'play.toClient'
}
Client disconnected
Agent process exited with code 0 and signal null
It is something related to the playerdata or status of the player/bot in the world. Deleting it seems to fix it but it would comeback after a while.
The text was updated successfully, but these errors were encountered:
Error event! {}
Bot disconnected! Killing agent process. keepAliveError
Storing memories...
Saved memory to: ./bots/Ciel_Test/memory.json
Client disconnected
Agent process exited with code 1 and signal null
Restarting agent...
Starting agent with profile: ./andy.json
Starting agent initialization with profile: ./andy.json
Initializing action manager...
Initializing prompter...
Using chat settings: { model: 'gemini-1.5-flash', api: 'google' }
Using embedding settings: { api: 'google' }
Initializing history...
Initializing coder...
Initializing npc controller...
Initializing memory bank...
Initializing self prompter...
Initializing examples...
(node:28380) [DEP0040] DeprecationWarning: The
punycode
module is deprecated. Please use a userland alternative instead.(Use
node --trace-deprecation ...
to show where the warning was created)Examples initialized.
Initializing task...
Ciel_Test logging into minecraft...
Loaded memory:
Client connected
Connected to MindServer
Ciel_Test logged in!
[RangeError [ERR_OUT_OF_RANGE]: Read error for undefined : The value of "offset" is out of range. It must be >= 0 and <= 51763. Received -1951569254
at boundsError (node:internal/buffer:88:9)
at Buffer.readUInt8 (node:internal/buffer:254:5)
at Object.readVarInt [as varint] (A:\etc\mindcraft\node_modules\protodef\src\datatypes\varint.js:20:25)
at Object.string (eval at compile (A:\etc\mindcraft\node_modules\protodef\src\compiler.js:262:12), :104:61)
at eval (eval at compile (A:\etc\mindcraft\node_modules\protodef\src\compiler.js:262:12), :638:75)
at eval (eval at compile (A:\etc\mindcraft\node_modules\protodef\src\compiler.js:262:12), :643:17)
at eval (eval at compile (A:\etc\mindcraft\node_modules\protodef\src\compiler.js:262:12), :648:15)
at eval (eval at compile (A:\etc\mindcraft\node_modules\protodef\src\compiler.js:262:12), :650:13)
at Object.SlotComponent (eval at compile (A:\etc\mindcraft\node_modules\protodef\src\compiler.js:262:12), :755:9)
at eval (eval at compile (A:\etc\mindcraft\node_modules\protodef\src\compiler.js:262:12), :774:49)] {
code: 'ERR_OUT_OF_RANGE',
field: 'play.toClient'
}
Client disconnected
Agent process exited with code 0 and signal null
It is something related to the playerdata or status of the player/bot in the world. Deleting it seems to fix it but it would comeback after a while.
The text was updated successfully, but these errors were encountered: