samuelvanderwaal / metaboss

The Metaplex NFT-standard Swiss Army Knife tool.
Apache License 2.0
688 stars 220 forks source link

missing field `rentEpoch` #218

Closed jrej-dev closed 1 year ago

jrej-dev commented 1 year ago

Hello there,

While doing a collections migrate command I had the following error showing:

metaboss collections migrate -k keypair.json -c <CMV2_ID> --mint-address <COLLECTION_MINT_ADDRESS> -T 300
Using candy machine id to fetch mint list. . .
Error: missing field `rentEpoch`

Caused by:
    missing field `rentEpoch`

I tried re building the code and running a snapshot command instead but got the same error. The weird thing is that I was using the same exact command in the morning and it was working. Not sure what changed.

Hope you can help.

Best regards,

jrej-dev commented 1 year ago

Actually this happened after changing my rpc from QuickNode to Alchemy. It's working now that I changed back.

iofreestyle commented 1 year ago

I'm actually experiencing the same issue and switching RPCs hasn't helped. It was previously working

samuelvanderwaal commented 1 year ago

I'm actually experiencing the same issue and switching RPCs hasn't helped. It was previously working

My guess is something in a new version of Solana broke this. I'll take a look when I get a chance.

kevinfaveri commented 1 year ago

Happening to me as well on latest version of Metaboss. Using alchemy RPC. Trying the snapshot --v2 command.

samuelvanderwaal commented 1 year ago

I haven't been able to duplicate this issue on QuickNode. Does anyone have an Alchemy node they can share with me (privately is fine) so I can try to duplicate the issue?