HashLips / generative-art-opensource

Create generative art by using the canvas api and node js, feel free to contribute to this repo with new ideas.
MIT License
1.36k stars 695 forks source link

Always fails on number 6 #54

Closed BlueM92 closed 2 years ago

BlueM92 commented 2 years ago

I always get an error as it attempts to produce the 6th NFT with this error even when changing number to produce 100 instead of 10, is there a fix for this? Thanks

creating NFT 6 of 10

TypeError: Cannot read property 'path' of undefined at C:\Users\this\OneDrive\Desktop\generative-art-opensource-main\index.js:75:61 at new Promise () at loadLayerImg (C:\Users\this\OneDrive\Desktop\generative-art-opensource-main\index.js:74:10) at C:\Users\this\OneDrive\Desktop\generative-art-opensource-main\index.js:215:27 at Array.forEach () at startCreating (C:\Users\this\OneDrive\Desktop\generative-art-opensource-main\index.js:214:13) at processTicksAndRejections (node:internal/process/taskqueues:96:5) PS C:\Users\this\OneDrive\Desktop\generative-art-opensource-main>

BlueM92 commented 2 years ago

I have closed this i hadnt put all rarities correctly, my bad