thirdweb

How can I fix Thirdweb Goerli Testnet HTTP Error 429?

How can I fix Thirdweb Goerli Testnet HTTP Error 429? Question: I’m minting the NFT with the Python SDK of Thirdweb using Goerli TestNet. Code : sdk = ThirdwebSDK.from_private_key(PRIVATE_KEY, NETWORK) NFT_COLLECTION_ADDRESS = contratonft nft_collection = sdk.get_nft_collection(NFT_COLLECTION_ADDRESS) urlarchivoarr=imagencert.split("/") urlarchivostr=str(urlarchivoarr[1]); urlarchivoimg="https://files.avfenixrecords.com/" + urlarchivostr metadata=NFTMetadataInput.from_json({ "name": nombrecert, "description": descripcert, "image": urlarchivoimg }) # You can pass in any …

Total answers: 1