Skip to content

most basic nft minting is now failing #299

Closed
@reitcircles

Description

@reitcircles

Describe the bug
Standard example from tutorials fails to execute

To Reproduce

  1. download https://github.com/Python-Cardano/pycardano/blob/main/examples/native_token.py
  2. then run it first time to get the address : in my case addr_test1vzwy2qavznsp3lgut03hp62vyde6y8ttjh3plwk6ds3y4zg37je5g
  3. The use the faucet from cardano to transfer some tADA
  4. Check using cardano-cli the utxo

Logs
` TxHash TxIx Amount

a0facadf037b67622c0099de4f0828bcc81efb910efec8b73e9250044e93712f 0 10000000000 lovelace + TxOutDatumNone`

  1. Now that tADA is there in the wallet, try to mint the NFT
  2. Following error happens: pycardano.exception.UTxOSelectionException: All UTxO selectors failed. inside the function: signed_tx = builder.build_and_sign([payment_skey, policy_skey], change_address=address)
  3. Such a basic thing is now giving error ...something is wrong ...

Expected behavior
Should have just minted the NFT tokens

Environment and software version (please complete the following information):

  • OS:
  • Distributor ID: Ubuntu
  • Description: Ubuntu 20.04.6 LTS
  • Release: 20.04
  • PyCardano Version [0.9.0]

Additional context
None

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions