question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Ignore chunk errors

See original GitHub issue
prismarine-chunk/src/pc/1.8/chunk.js:182
    if (data.length !== SECTION_SIZE * chunkCount + w * l) { throw (new Error(`Data buffer not correct size (was ${data.length}, expected ${BUFFER_SIZE})`)) }
                                                             ^

Error: Data buffer not correct size (was 24576, expected 196864)

How can I just continue running the bot if I get this error?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
rom1504commented, Jun 15, 2020

now fixed

0reactions
rom1504commented, Mar 16, 2019

try using a server without bug

Read more comments on GitHub >

github_iconTop Results From Across the Web

11.2 Do not stop on error | R Markdown Cookbook - Bookdown
In R Markdown, error = FALSE is the default, which means R should stop on error when running the code chunks.
Read more >
How to skip error checking at Rmarkdown compiling?
I was writing an Rmarkdown document (compile to HTML) in RStudio, and there are some code chunks that deliberately generate errors. for ...
Read more >
Possibility to knit / render a .Rmd file that has errors in code ...
If I press the button 'Knit Html', it typically fails to generate a HTML file if there is an error in a code...
Read more >
Rmarkdown: Continue Knitting if Errors in Chunk - R Markdown
I have an R Markdown file that I repurpose to analyze new samples. Sometimes the analysis generates no significant results, ...
Read more >
How to Solve the Chunk Load Error in JavaScript - Rollbar
Whenever there's an error observed in dynamically fetching helper JavaScript files known as Chunks, a ChunkLoad Error is thrown.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found