Omega_Mi

Results 8 comments of Omega_Mi

> A 429 error code means you're sending too many requests to the API, and it doesn't like it. You're being rate-limited, basically. I'm trying to use youtube to play...

> im having same problem where it cant join but im getting this error `/home/container/node_modules/mineflayer/lib/plugins/game.js:46 const { minY, height } = bot.registry.dimensionsByName[bot.game.dimension] ^ TypeError: Cannot read properties of undefined (reading...

> Please verify that you can connect to the server with a vanilla client first I can always connect to the server with my mc client without any problems but...

I've tried every version still getting the same error ``` Chunk size is 5 but only 1 was read ; partial packet : {"name":0}; buffer :0005000001 serializer.js:76 Chunk size is...

Yeah I just realized it works without setting proxy but the issue is there's a minecraft server that doesn't let you join your bots with your same IP so somehow...

It was working fine for me a few weeks or months ago, but since I updated my version of mineflayer to the latest version, it keeps sending me this error,...

> Are you setting the proxy right within the mineflayer script or are you using something like proxychains4? I'm currently using socks5-client

This is the code example of how I configure the proxies ```js const mineflayer = require('mineflayer') const Socks = require("socks5-client"); const bot = mineflayer.createBot({ stream: Socks.createConnection({ host: "192.168.1.1", port: "25565",...