Skip to content
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

Error running mint.ts #4

Open
MasterOfTheCeremonial opened this issue Nov 4, 2023 · 0 comments
Open

Error running mint.ts #4

MasterOfTheCeremonial opened this issue Nov 4, 2023 · 0 comments
Labels

Comments

@MasterOfTheCeremonial
Copy link

Hello,

I managed to deploy and receive a NFT address, but when running mint.ts I'm getting this weird error:

Jay-C@LT087 MINGW64 ~/Documents/web3/Swarm NFT Mint/nft-example (main)
$ npx hardhat run --network gnosis scripts/mint.ts
No need to generate any newer typings.
{
  BEE_URL: 'http://localhost:1633',
  GATEWAY_ADDRESS: 'http://localhost:1633',
  NFT_TOKEN_ADDRESS: '0x9965693612f234fA3b8DEc1BF3c97d6350F5480b',
  NFT_TOKEN_ID: 0,
  NFT_TO_ADDRESS: '0xcce14234f9257caf610B7f61F82d4F1Ce920331A',
  POSTAGE_BATCH_ID: '40c6506240ddcd39e8214ff964717ba093616b54f8ec67df300d9e8e0a915121'
}
<Buffer ff d8 ff e0 00 10 4a 46 49 46 00 01 01 00 00 01 00 01 00 00 ff db 00 43 00 0d 09 0a 0b 0a 08 0d 0b 0a 0b 0e 0e 0d 0f 13 20 15 13 12 12 13 27 1c 1e 17 ... 118606 more bytes>
BeeError: false == true
    at C:\Users\Jay-C\Documents\web3\Swarm NFT Mint\nft-example\node_modules\@ethersphere\bee-js\dist\cjs\utils\http.js:163:23
    at Generator.next (<anonymous>)
    at C:\Users\Jay-C\Documents\web3\Swarm NFT Mint\nft-example\node_modules\@ethersphere\bee-js\dist\cjs\utils\http.js:8:71
    at new Promise (<anonymous>)
    at __awaiter (C:\Users\Jay-C\Documents\web3\Swarm NFT Mint\nft-example\node_modules\@ethersphere\bee-js\dist\cjs\utils\http.js:4:12)
    at http (C:\Users\Jay-C\Documents\web3\Swarm NFT Mint\nft-example\node_modules\@ethersphere\bee-js\dist\cjs\utils\http.js:104:12)
    at Object.<anonymous> (C:\Users\Jay-C\Documents\web3\Swarm NFT Mint\nft-example\node_modules\@ethersphere\bee-js\dist\cjs\modules\bzz.js:46:48)
    at Generator.next (<anonymous>)
    at fulfilled (C:\Users\Jay-C\Documents\web3\Swarm NFT Mint\nft-example\node_modules\@ethersphere\bee-js\dist\cjs\modules\bzz.js:5:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    ```
    
    I've tried node v16 and node v20 when running npx hardhat run --network gnosis scripts/mint.ts but same error shows up.

 
@bee-runner bee-runner bot added the issue label Nov 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant