codeSTACKr / create-10k-nft-collection

MIT License
2.21k stars 717 forks source link

[Bug]: _metadata file not creating #170

Closed nixks closed 2 years ago

nixks commented 2 years ago

Version

General Question

What happened?

Hi everyone,

Quick explaining... Everything through the process is going smoothly up to the point I create the images and try to run create_generic. That is where it fails since that the _metadata.json is never created and requested.

I also figured out that the file is created if I try to create a small number of images but I does not create on big numbers.

I don't know if it is really a bug or wrong settings. Has anyone faced such a bug?

thanks.

What have you tried?

I Googled and asked the community in the discord server but could not find a solution.

Relevant log output

No response

Protect your information

nixks commented 2 years ago

As I found out the bug occurs when there are not enough img layers to generate the amount of images you have set in the config file.

Setting an amount approximately close to the amount you can generate the procedure continues and generates the _metadata.json

Hope it helps.