MakkusuOtaku / mc-printer

Minecraft Bot that prints images with blocks.
18 stars 4 forks source link

????? #7

Open exopss opened 2 months ago

exopss commented 2 months ago
    x = Math.floor(image.shape[0]*x);
                         ^

TypeError: Cannot read properties of undefined (reading 'shape') at getBlock (/home/exops/Downloads/sex/mc-printer-main/index.js:322:30) at buildImage (/home/exops/Downloads/sex/mc-printer-main/index.js:360:29) at drawImage (/home/exops/Downloads/sex/mc-printer-main/index.js:109:5) at async runCommand (/home/exops/Downloads/sex/mc-printer-main/index.js:145:13)

MakkusuOtaku commented 2 months ago

I think this happens when the image doesn't exist or the path is wrong.

exopss commented 2 months ago

ok