macterra / artx-market

Digital art exchange built on BTC/LN
https://artx.market/
MIT License
6 stars 5 forks source link

Nostr Notifications Partially Broken. #148

Closed santyr closed 10 months ago

santyr commented 10 months ago

image

macterra commented 10 months ago

This NFT was not properly updated to the new JSON format. It is missing the image link in nft.preview

{
  "xid": "748b1ade-0923-4bc3-b380-fe6d8cc689f3",
  "asset": {
    "owner": "65a1366d-389d-5519-baaf-faf3249428e3",
    "created": "2023-10-13T14:08:04.935Z",
    "updated": "2023-10-13T14:08:04.963Z",
    "type": "nft",
    "title": "1 of 4"
  },
  "nft": {
    "asset": "1209a536-71f8-41bb-9c8f-efdbd33e6e97",
    "edition": 1,
    "editions": 4,
    "price": 0,
    "image": "_asset.jpeg",
    "link": "https://artx.market/nft/748b1ade-0923-4bc3-b380-fe6d8cc689f3"
  },
  "history": [],
  "owner": {
    "xid": "65a1366d-389d-5519-baaf-faf3249428e3",
    "name": "Lightning Goats",
    "pfp": "/data/assets/200a053e-0115-4ff1-8fe7-8ed22ce9a57b/_.png",
    "image": "_owner.png",
    "link": "https://artx.market/profile/65a1366d-389d-5519-baaf-faf3249428e3"
  },
  "creator": {
    "xid": "65a1366d-389d-5519-baaf-faf3249428e3",
    "name": "Lightning Goats",
    "pfp": "/data/assets/200a053e-0115-4ff1-8fe7-8ed22ce9a57b/_.png",
    "image": "_creator.png",
    "link": "https://artx.market/profile/65a1366d-389d-5519-baaf-faf3249428e3"
  },
  "token": {
    "xid": "1209a536-71f8-41bb-9c8f-efdbd33e6e97",
    "asset": {
      "owner": "65a1366d-389d-5519-baaf-faf3249428e3",
      "title": "Gizmo's Apotheosis",
      "created": "2023-10-09T21:00:23.469Z",
      "updated": "2023-10-09T21:00:49.829Z",
      "collection": "5e6202fd-1c41-4d1b-a556-3fde348dec4f"
    },
    "file": {
      "fileName": "_.jpeg",
      "size": 35892,
      "hash": "f6390f9f9836b993d8c3129b03f7af26bd315be7",
      "path": "/data/assets/1209a536-71f8-41bb-9c8f-efdbd33e6e97/_.jpeg"
    },
    "image": {
      "width": 400,
      "height": 400,
      "depth": "uchar",
      "format": "jpeg"
    },
    "history": [
      {
        "type": "mint",
        "creator": "65a1366d-389d-5519-baaf-faf3249428e3",
        "time": "2023-10-13T14:08:04.774Z"
      }
    ],
    "link": "https://artx.market/asset/1209a536-71f8-41bb-9c8f-efdbd33e6e97"
  },
  "collection": {
    "xid": "5e6202fd-1c41-4d1b-a556-3fde348dec4f",
    "title": "Rare Gizmos",
    "image": "_asset.jpeg",
    "link": "https://artx.market/collection/5e6202fd-1c41-4d1b-a556-3fde348dec4f"
  }
}
macterra commented 10 months ago

Data fixed in https://github.com/macterra/artx-market/commit/d694da2eff08a55b13aaac7253ab9c8e8d2331b8

Code fixed in https://github.com/macterra/artx-market/commit/b223c7bc866170d47d5977bea6c8a56d085b4990

cc @santyr