-
Notifications
You must be signed in to change notification settings - Fork 34
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
take to long to create rarity #12
Comments
@sadun619 it's probably either stuck in a loop or you have a big collection. Could you add |
collection are 4489. but too may configurations, layers and traits have, (113 layer configuration, 65 layers, 876 traits) i tried adding console.log, still take too may time time and no any respond. PS D:\Project\NFT_project\09-15-07-2022 4489\hashlips_art_engine-main> node utils/rarity.js (process:13652): GLib-GIO-WARNING **: 22:29:13.560: Unexpectedly, UWP app |
@sadun619 what if you add |
try with previous added console.log + new console.log and just new console.log both not working and both showing just word "element" and "layer" like as bellow . PS D:\Project\NFT_project\09-15-07-2022 4489\hashlips_art_engine-main> node utils/rarity.js (process:5360): GLib-GIO-WARNING **: 22:59:38.499: Unexpectedly, UWP app |
It's not meant to make it work; I'm just trying to figure out what's wrong. Does it continue outputting or does it stop after that |
stop after layer |
stop after layer. but i cant run another command on that terminal. at least cannot type. it stuck. |
If you use it looks like This comment suggests running It may also be caused if you still have the command running in different terminals. |
tried, warning still showing. no. run only one terminal. |
@sadun619 could you try rebooting? |
yes. it's not working and warning still showing. |
@sadun619 in |
after modified main.js Node.js v17.4.0 TypeError: Cannot read properties of undefined (reading 'forEach') |
@sadun619 could you paste lines 112-117 of your |
Checklist
Description
if have many conditions (multiple different layerConfigurations) , it take too many time to create rarity, in my layer configuration have 143 configurations. and i'm waiting from 6 hours. but still not create rarity or not showing any error.
Steps to reproduce
No response
Expected result
No response
Actual result
No response
Environment
OS Version (
uname -a
on unix,systeminfo
on windows):Node.js version (
node -v
):The text was updated successfully, but these errors were encountered: