You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like Metaplex is now adding a file extension onto the .cache/mainnet-beta-temp and making it .cache/mainnet-beta-temp.json and that's why it's failing, because it can't find it.
As I commented, your pull request is correct, but to be on the safe side, I would like to support both previous filename without .json and the new filename with .json.
So I made this fix, which first tries without the .json extension, then tries with the .json extension: 3acbd91
Please let me know if it works correctly, as I can't test it directly.
Hi Enrico,
Thanks for sharing this!
I see an error when first running this tool about funds and then re-running I get the init error, any ideas please? :)
'Transfer: insufficient lamports 1352748523, need 16713695280',
'Program 11111111111111111111111111111111 failed: custom program error: 0x1
Cache file .cache\mainnet-beta-temp is not initialized with a candy machine program
The text was updated successfully, but these errors were encountered: