craigbroadbear

Results 7 comments of craigbroadbear

Using latest or 0.37.3-05e8e7e fails for me. Running on windows 11, node v16.15.1 ``` import process from 'node:process' import { createLibp2p } from 'libp2p' import { TCP } from '@libp2p/tcp'...

I tried suggestion, unfortunately it did not work. I was hopeful as the first 2 printNewEditions worked fine, but it bombed out on the third, same as before.

The transaction failed to create the NFT. I followed up with a "findAllByOwner" and it was not in the list returned.

Same error, different call. This one on creating the "master" NFT. On closer inspection, the NFTs are being created. You can see the error below the mint is JC3LqP7MQyzd9Dgyt8kNAvYwaEXmZsdXS8g8vMyyoHgY, which...

Ok I fixed the problem, but its not ideal. I edited the file: @metaplex-foundation\js\dist\esm\plugins\nftModule\operations\findNftByMint.mjs Adding a pause of 1 second before the findNftByMintOperationHandler.handle function did anything. i.e. ``` const findNftByMintOperationHandler...

My fix was for esm type modules only.

Why not put the sleep in the library code so it all works as intended? Yes its ugly, but is that a reason not to do it when it fixes...