nwmorten
nwmorten
I found the following error in the server console, after i tried to log in with the bot: ``` [18:36:06] [Server thread/INFO]: schnigenburger lost connection: Internal Exception: io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException: Index...
Going off [this](https://www.spigotmc.org/threads/internal-exception-io-netty-handler-codec-decoderexception-java-lang-indexoutofboundsexception.196668/), i think i've narrowed down the source of the error: The server.properties has set ```online-mode=true```, which means it doesn't accept unknown clients. Beacuse i'm running the mineflayer...
That makes sense. What steps do you recommend i try next for trouble shooting?
using the code below (from node-minecraft-protocol [client_auto.js](https://github.com/PrismarineJS/node-minecraft-protocol/blob/master/examples/client_auto/client_auto.js)), i recieve the following terminal output: ``` connected disconnected: {"translate":"disconnect.genericReason","with":["Internal Exception: io.netty.handler.codec.DecoderException: The received string length is longer than maximum allowed (22 >...
ah, my mistake. i now added ```auth: 'microsoft' ``` to the ```createClient``` function. terminal output is the good old familiar: ``` connected Chunk size is 188 but only 54 was...
I have made the following observations about where the discrepancy lies: The error message given by the terminal includes: ```"objectUUID":"7b227472-616e-736c-6174-65223a226469"```, however, checking this against the UUID stored in the servers...
> Enable debug for node-minecraft-protocol and see what packets the client sends before getting disconnected did the following: ``` set DEBUG=minecraft-protocol node .js ``` no additional information was printed in...
Not that I'm aware of. To fix the Gifs of `input`, `pred` and `true` produced by the function `show_video_gif_single()` in `openstl/utils/visualization.py`, i made the following changes: ``` def show_video_gif_single(data, out_path=None,...