Some NFT Token IDs returning metadata null!

Hi. Mostly all NFT tokens in this contract have synced. But there are some stubborn ones. I have tried Resync NFT metadata, Resync NFT contract, and of course checking using Get NFT metadata. I have tried this a few times today and nothing gets some of the tokens that arent synced to sync. What can I do to get these unsynced tokens to sync?

As you can see the metadata is there for token 50.
https://bafybeianesxqc7p34cgjsonzelyz5rugb555etdtdtv7uxugrivntou3zi.ipfs.dweb.link/50.json

An example of tokens that ARE NOT working are 57, 74, 80, 85, 87, 91, 95.
An example of tokens that ARE working are 1, 2, 3, 4, 5, 6, 7, 197, 198 ,199, 200

EXAMPLE of problem:
{
“token_address”: “0x61cfaccf9df3bdf98c6a464ca6f729fc1e6b605c”,
“token_id”: “50”,
“amount”: “1”,
“owner_of”: “0xa111c492870dc456d98db8d9bb34bf4314f8958b”,
“token_hash”: “1a494709797264a09155f78f41a34a99”,
“block_number_minted”: “23501523”,
“block_number”: “23501523”,
“transfer_index”: [
23501523,
0,
0,
0
],
“contract_type”: “ERC721”,
“name”: “Yellow Snowballs”,
“symbol”: “YELLOWSNOWBALLS”,
“token_uri”: “https://ipfs.moralis.io:2053/ipfs/bafybeianesxqc7p34cgjsonzelyz5rugb555etdtdtv7uxugrivntou3zi/50.json”,
“metadata”: null,
“last_token_uri_sync”: “2022-12-15T07:16:26.304Z”,
“last_metadata_sync”: “2022-12-15T07:16:30.738Z”,
“minter_address”: null,
“normalized_metadata”: {
“name”: null,
“description”: null,
“animation_url”: null,
“external_link”: null,
“image”: null,
“attributes”: []
}
}

it could be because the start with bafy, we will have to check

somehow it works for token id 50 now, but not for token id 57