PrismarineJS / mineflayer-collectblock

A simple utility plugin for Mineflayer that add a higher level API for collecting blocks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No path to target block crash

SinanAkkoyun opened this issue · comments

commented
    at Object.error (/mnt/c/Users/Sinan/node_modules/mineflayer-collectblock/lib/Util.js:13:15)
    at EventEmitter.<anonymous> (/mnt/c/Users/Sinan/node_modules/mineflayer-collectblock/lib/CollectBlock.js:74:27)
    at EventEmitter.emit (events.js:315:20)
    at EventEmitter.monitorMovement (/mnt/c/Users/Sinan/node_modules/mineflayer-pathfinder/index.js:272:15)
    at EventEmitter.emit (events.js:327:22)
    at Timeout.doPhysics [as _onTimeout] (/mnt/c/Users/Sinan/node_modules/mineflayer/lib/plugins/physics.js:63:13)
    at listOnTimeout (internal/timers.js:554:17)
    at processTimers (internal/timers.js:497:7)```


I don't know why, but the bot often crashes with this error message

1.16.4 vanilla

Part of the error message is cut off, so I can't read the cause.