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

Hide collections with empty metadata ^-^ #5974

Closed
JustLuuuu opened this issue May 15, 2023 · 4 comments · Fixed by #6014
Closed

Hide collections with empty metadata ^-^ #5974

JustLuuuu opened this issue May 15, 2023 · 4 comments · Fixed by #6014
Assignees
Labels
A-statemine-ahk related for statemine common chain, under new name Asset Hub Kusama bug Something isn't working p2 core functionality, or is affecting 60% of app

Comments

@JustLuuuu
Copy link
Member

Some collections on Statemine have problems loading. For example ETHDenver collection or Sub0 one is not loading properly. I waited a few minutes but still nothing.

Screenshot 2023-05-15 at 09 54 55
@JustLuuuu JustLuuuu added bug Something isn't working A-statemine-ahk related for statemine common chain, under new name Asset Hub Kusama p2 core functionality, or is affecting 60% of app labels May 15, 2023
@JustLuuuu JustLuuuu changed the title Some collections on Statemine are not loading properly Some collections on Statemine are not loading at all May 15, 2023
@JustLuuuu
Copy link
Member Author

Some collections don't event have a name

Screenshot 2023-05-15 at 10 00 57

@roiLeo
Copy link
Contributor

roiLeo commented May 15, 2023

Doesn't load because they are all videos (https://image-beta.w.kodadot.xyz/ipfs/QmT2yg18YvYdECQcy5VJ4NYUd1dvVUjxJEhqiKBcMgS5UF) maybe missing thumbnailUri or mediaUri from indexer side?

@vikiival
Copy link
Member

I did my best to bring metadata to NFTs in kodadot/stick#8
However the second point that @JustLuuuu mentioned is caused by missing metadata so we should hide collections like that.

query x {
  collectionWithMissingMeta: collectionEntitiesConnection(orderBy: blockNumber_DESC, where: { metadata_isNull:true }) {
    totalCount
  }
}
{
  "data": {
    "collectionWithMissingMeta": {
      "totalCount": 14
    }
  }
}

Some collections don't event have a name

Screenshot 2023-05-15 at 10 00 57

@vikiival vikiival changed the title Some collections on Statemine are not loading at all Hide collections with empty metadata ^-^ May 15, 2023
@Jarsen136 Jarsen136 self-assigned this May 16, 2023
@kodabot
Copy link
Collaborator

kodabot commented May 16, 2023

ASSIGNED - @Jarsen136 🔒 LOCKED -> Thursday, May 18th 2023, 04:24:51 UTC -> 36 hours

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-statemine-ahk related for statemine common chain, under new name Asset Hub Kusama bug Something isn't working p2 core functionality, or is affecting 60% of app
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

5 participants