Jon-Becker / nft-generator-py

This tool allows users to generate sets of unique images and metadata using weighted layer collections.
MIT License
301 stars 127 forks source link

Errno2: No such file or directory for Metadata #24

Closed CptJackieSparrow closed 2 years ago

CptJackieSparrow commented 2 years ago

Traceback (most recent call last): File "/nft-generator-py-main/index.py", line 225, in "description": "Space Cowboys NFT Collection" File "/nft-generator-py-main/index.py", line 57, in generate_unique_images with open('./metadata/all-objects.json', 'w') as outfile: FileNotFoundError: [Errno 2] No such file or directory: './metadata/all-objects.json'

CptJackieSparrow commented 2 years ago

Nvm, worked my way out. I've just changed metadata folders absolute path.