-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
_metadata.json isnt being created #1594
Comments
@dmlaj68 the |
how would i go about doing that? |
on this particular run the machine has 16gb |
Is there any other solution you can think of |
just tried your suggestion but im getting an error when running node index.js to run the generation PS C:\hashlips_art_engine-main> node index.js Error: Cannot find module 'JSONStream'
its setup the same as with the OG files so not sure what the issue is, the files is says are missing are definitely there |
@dmlaj68 have you tried running |
Hey
I'm having an issue whereby the image and individual json files are being created however at the end of the generation it isnt creating the _metadata.json file
I've read another thread that suggested to use their version of update_info.js but that didn't work
It could be that my collection is large and its a size error as I generated 500,000 but im new to doing this so I thought I'd ask the experts
when I've ran a smaller test collection it has worked fine.
the error is as folllows using the original update_info.js;
Created edition: 171239, with DNA: b64d0c4b1d6cc18ca1c7cabf09a4851046f83221
C:\SBS\src\main.js:429
writeMetaData(JSON.stringify(metadataList, null, 2));
^
RangeError: Invalid string length
at JSON.stringify ()
at startCreating (C:\SBS\src\main.js:429:22)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
The error when using the update_info.js from @bolshoytoster gave this error;
C:\SBS\utils\update_info.js:55
JSON.stringify(data, null, 2)
^
RangeError: Invalid string length
at JSON.stringify ()
at Object. (C:\SBS\utils\update_info.js:55:8)
at Module._compile (node:internal/modules/cjs/loader:1369:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1427:10)
at Module.load (node:internal/modules/cjs/loader:1206:32)
at Module._load (node:internal/modules/cjs/loader:1022:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12)
at node:internal/main/run_main_module:28:49
any help would be greatly appreciated
The text was updated successfully, but these errors were encountered: