Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Uptick token query - nft id(arkNFT022) only accepts alphanumeric characters #368

Open
taitruong opened this issue Mar 9, 2023 · 2 comments
Labels
bug Something isn't working client

Comments

@taitruong
Copy link
Contributor

Summary of Bug

NFT with id arkNFT022 exists, but query stops with error

Environment

  • OS: Ubuntun 22.04
  • Software version: uptickd v0.2.6

Steps to Reproduce

# token query returns error
$ uptickd query collection token 'ibc/326A6F38C0A4460B7F02AC3D936693254314A5F11720FE12DFE3B31036844B7B' 'arkNFT022' --output json

Error: nft id(arkNFT022) only accepts alphanumeric characters, and begin with an english letter: invalid nft id

# collection query though shows correct NFTs
$ uptickd query collection collection 'ibc/326A6F38C0A4460B7F02AC3D936693254314A5F11720FE12DFE3B31036844B7B' --output json | jq
...
      {
        "id": "arkNFT022",
        "name": "",
        "uri": "",
        "data": "{\"irismod:name\":{\"value\":\"\"},\"irismod:uri_hash\":{\"value\":\"\"}}",
        "owner": "uptick1h7c0ltrj6z707eh3z4cyv4jkqwfv6lj76se7lr",
        "uri_hash": ""
      }
    ]
...
@taramakage taramakage added bug Something isn't working client labels Mar 10, 2023
@uptSmart
Copy link

For version compatibility, the nft id of the Uptick chain does not support capital letters. But the cross-chain protocol does not seem to have this limitation. this is a problem, we will deal with it as soon as possible

@taramakage
Copy link
Member

For version compatibility, the nft id of the Uptick chain does not support capital letters. But the cross-chain protocol does not seem to have this limitation. this is a problem, we will deal with it as soon as possible

@uptSmart If this issue has already been fixed, please remind me to close it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working client
Projects
None yet
Development

No branches or pull requests

3 participants