-
Notifications
You must be signed in to change notification settings - Fork 86
Error with miting #36
Comments
somehow I managed to mint one contract on the mainnet beta without changing anything from my end! but today trying again, I'm facing the same error!!! please help. |
I also have an issue with the minting where its value is None Deploy: {'jsonrpc': '2.0', 'result': '4PYzUAWcwDVEkryJn4XdXoj8JzSyN6yS14Tw3YM8oAaBZayqiKotP2a7XtyzaL2PBzpbrSn17emtJjPGrxF4QLVz', 'id': 2, 'contract': '8WpJDw7QPo9T8ZWsVK6wLjHypMRWN7tmKuvrth31ePLy', 'status': 200} mint_key metadata_account acc_info Traceback (most recent call last): |
Not working either - have the same issue since this week |
it is a shame. No support at all. some of users have managed to make it work! |
+1 I have the same problem |
@jarry-xiao Can you please support? |
any solution ??? |
They have stopped the development of this python API also no one supports in their discord we had to switch to their js SDK that might be the best bet |
Hi community,
So I'm trying to mint an NFT on Solana using your library but I'm getting an error at metada function. Here the stuck
File "/python-api/api/metaplex_api.py", line 77, in mint
tx, signers = mint(api_endpoint, self.keypair, contract_key, dest_key, link, supply=supply)
File "/python-api/metaplex/transactions.py", line 186, in mint
metadata = get_metadata(client, mint_account)
File "/python-api/metaplex/metadata.py", line 182, in get_metadata
data = base64.b64decode(client.get_account_info(metadata_account)['result']['value']['data'][0])
TypeError: 'NoneType' object is not subscriptable
also how I know the fee on the network to mint the NFT? I check the library, there is no such function as such. It would be great to add it before deciding to mint the contract as such.
Your help will be really appreciated.
The text was updated successfully, but these errors were encountered: