eluv-io / elv-live-js

Eluvio Live JavaScript SDK
MIT License
4 stars 3 forks source link

better show-owners missing data msg #183

Closed elv-todd closed 1 month ago

elv-todd commented 1 month ago

for elv-live nft_show --show_owners, make this msg:

warns:
  - >-
    Failed to re-process token ID (index: 50):
    0xd706aa21d627390c386198a09972a7a599a12f43

into

    missing token information for index 50 of 50 (totalSupply=51); likely the
    blockchain indexer is not up to date; try using --show_owners_via_contract
    instead.

for when the data is missing

(the prod blockchain indexer is currently lagging, which causes this)