Error: Read error for undefined : array size is abnormally large #3573
Labels
possible bug
Stage1
just created by someone new to the project, we don't know yet if it deserves an implementation / a f
trying to open the window on server and getting this
Error: Read error for undefined : array size is abnormally large, not reading: 591808056
at Object.byteArray (eval at compile (D:..secretproject\holyworldbot\node_modules\protodef\src\compiler.js:262:12), :4253:60)
at Object.nbtSwitch (eval at compile (D:..secretproject\holyworldbot\node_modules\protodef\src\compiler.js:262:12), :4316:49)
at Object.anonymousNbt (eval at compile (D:..secretproject\holyworldbot\node_modules\protodef\src\compiler.js:262:12), :82:64)
at eval (eval at compile (D:..secretproject\holyworldbot\node_modules\protodef\src\compiler.js:262:12), :159:56)
at Object.SlotComponent (eval at compile (D:..secretproject\holyworldbot\node_modules\protodef\src\compiler.js:262:12), :755:9)
at eval (eval at compile (D:..secretproject\holyworldbot\node_modules\protodef\src\compiler.js:262:12), :774:49)
at eval (eval at compile (D:..secretproject\holyworldbot\node_modules\protodef\src\compiler.js:262:12), :779:15)
at eval (eval at compile (D:..secretproject\holyworldbot\node_modules\protodef\src\compiler.js:262:12), :797:13)
at Object.Slot (eval at compile (D:..secretproject\holyworldbot\node_modules\protodef\src\compiler.js:262:12), :799:9)
at eval (eval at compile (D:..secretproject\holyworldbot\node_modules\protodef\src\compiler.js:262:12), :1877:34) {
field: 'play.toClient'
}
Error: Read error for undefined : array size is abnormally large, not reading: 591808056
at Object.byteArray (eval at compile (D:..secretproject\holyworldbot\node_modules\protodef\src\compiler.js:262:12), :4253:60)
at Object.nbtSwitch (eval at compile (D:..secretproject\holyworldbot\node_modules\protodef\src\compiler.js:262:12), :4316:49)
at Object.anonymousNbt (eval at compile (D:..secretproject\holyworldbot\node_modules\protodef\src\compiler.js:262:12), :82:64)
at eval (eval at compile (D:..secretproject\holyworldbot\node_modules\protodef\src\compiler.js:262:12), :159:56)
at Object.SlotComponent (eval at compile (D:..secretproject\holyworldbot\node_modules\protodef\src\compiler.js:262:12), :755:9)
at eval (eval at compile (D:..secretproject\holyworldbot\node_modules\protodef\src\compiler.js:262:12), :774:49)
at eval (eval at compile (D:..secretproject\holyworldbot\node_modules\protodef\src\compiler.js:262:12), :779:15)
at eval (eval at compile (D:..secretproject\holyworldbot\node_modules\protodef\src\compiler.js:262:12), :797:13)
at Object.Slot (eval at compile (D:..secretproject\holyworldbot\node_modules\protodef\src\compiler.js:262:12), :799:9)
at eval (eval at compile (D:..secretproject\holyworldbot\node_modules\protodef\src\compiler.js:262:12), :1877:34) {
field: 'play.toClient'
}
Error: client timed out after 30000 milliseconds
at Timeout._onTimeout (D:..secretproject\holyworldbot\node_modules\minecraft-protocol\src\client\keepalive.js:18:28)
at listOnTimeout (node:internal/timers:594:17)
at process.processTimers (node:internal/timers:529:7)
Error: client timed out after 30000 milliseconds
at Timeout._onTimeout (D:..secretproject\holyworldbot\node_modules\minecraft-protocol\src\client\keepalive.js:18:28)
at listOnTimeout (node:internal/timers:594:17)
at process.processTimers (node:internal/timers:529:7)
my code
const mineflayer = require('mineflayer');
const FlayerCaptcha = require('flayercaptcha');
const mineflayerViewer = require('prismarine-viewer').mineflayer;
const inventoryViewer = require('mineflayer-web-inventory');
const registry = require('prismarine-registry')('1.16');
const ChatMessage = require('prismarine-chat')(registry);
(async () => {
const bot = mineflayer.createBot({ host: 'mc.holyworld.me', port: 25565, username: 'i1232j5v' });
})();
The text was updated successfully, but these errors were encountered: