create-10k-nft-collection icon indicating copy to clipboard operation
create-10k-nft-collection copied to clipboard

[Bug]: mint.js error

Open BigBoyRay opened this issue 3 years ago • 0 comments

Version

  • [X] Yes

General Question

  • [X] No

What happened?

error when running mint.js

SyntaxError: Unexpected end of JSON input at JSON.parse () at Object. (/Users/raihan/Downloads/e/hashlips_art_engine-1.1.1_update/utils/nftport/mint.js:12:24) at Module._compile (node:internal/modules/cjs/loader:1103:14) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1155:10) at Module.load (node:internal/modules/cjs/loader:981:32) at Function.Module._load (node:internal/modules/cjs/loader:822:12) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12) at node:internal/main/run_main_module:17:47

What have you tried?

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

Relevant log output

SyntaxError: Unexpected end of JSON input
    at JSON.parse (<anonymous>)
    at Object. <anonymous> (/Users/raihan/Downloads/e/hashlips_art_engine-1.1.1_update/utils/nftport/mint.js:12:24)
    at Module._compile (node:internal/modules/cjs/loader:1103:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1155:10)
    at Module.load (node:internal/modules/cjs/loader:981:32)
    at Function.Module._load (node:internal/modules/cjs/loader:822:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
    at node:internal/main/run_main_module:17:47

Protect your information

  • [x] I Agree

BigBoyRay avatar Feb 19 '22 12:02 BigBoyRay