-
Notifications
You must be signed in to change notification settings - Fork 987
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
Most of collectible images are not fetched #21826
Comments
At the same time, Maybe there is some issue on Desktop side, related to the process of creating collectibles. For some reason the images are displayed only on Desktop itself, but not on mobile or opensea. I am closing current issue as the initial bug is not reproducible anymore. @ilmotta in case you think I still need to log separately the issue reported by you, please let me know. But at this point I am not sure there is an issue on mobile side. |
Thanks @pavloburykh. If it was just the image it would be more acceptable, but in my case, and maybe for other people, I can't use any of the Status community private channels, even though I have the rights for that. @anastasiyaig have you crossed with this bug before? If you have the |
I dont know the root cause of missing images. I checked mobile app from app store, and it shows me unknown image when the image of a token is present on OpenSea. ScreenRecording_01-29-2025.12-13-53_1.MP4at the same time, 2.32 on desktop shows icons for the token above and community tokens as well also, at the same time, i was not able to see community tokens fetched (displayed) in my wallet on mobile, maybe it takes more time to receive them, i dont know |
Hey @anastasiyaig! Do you know anything about channel permission problem raised by Icaro?
|
@pavloburykh sorry , i might not have been clear, let me rephrase. On mobile app, 2.32 version from apple store, after i imported account that is a member of status community, i can't see private channels , neither i can see community tokens in my wallet. At the same time, same actions done on desktop client, allow me to see private channels, community and community tokens in wallet. |
i think the issue with access to private channels could be filed in separate ticket and investigated. I bet it is because of control node being offline or not distributing updates. @ilmotta @pavloburykh pls tag me in the ticket if you decide to open one, could be in any of repos |
Thank you @anastasiyaig! Will let you know once we investigate and log it. @ilmotta in case you are easily reproducing this issue on your account, would you mind log it and attach logs? |
@ilmotta @anastasiyaig I have reproduced the issue on both Desktop and Mobile, so I logged it in Desktop repo status-im/status-desktop#17149 |
okay replied |
Sure @pavloburykh I'll try to bring logs more often in my bug reports. When it comes to personal profiles unfortunately I can't attach my logs directly (need to manually filter out or find possible culprits and share only those). |
No worries @ilmotta! I have already reproduced and logged the issue with all necessary logs status-im/status-desktop#17149 As it turned out reproduction was pretty straightforward. |
Recently most of collectible images stopped being fetched. Issue occurs both on mobile and Desktop. cc @saledjenic
Status-debug-logs - 2024-12-16T120554.206.zip
There are lot of errors such as:
2024-12-16T09:33:14.438Z ERROR collectibles/manager.go:288 FetchAllAssetsByOwner failed for {"provider": "alchemy", "chainID": "10", "error": "Get \"https://opt-mainnet.g.alchemy.com/nft/v3/jSbhnlFGtfmwoPtGQKkSj9olKuxnbj6N/getNFTsForOwner?owner=0xBCE36f66A8cd99f1D6489CB9585146e3f3b893be&withMetadata=true\": context canceled"} 2024-12-16T09:33:14.438Z WARN circuitbreaker/circuit_breaker.go:181 hystrix error {"provider": "alchemy10", "error": "Get \"https://opt-mainnet.g.alchemy.com/nft/v3/jSbhnlFGtfmwoPtGQKkSj9olKuxnbj6N/getNFTsForOwner?owner=0xBCE36f66A8cd99f1D6489CB9585146e3f3b893be&withMetadata=true\": context canceled"} 2024-12-16T09:33:14.438Z ERROR collectibles/manager.go:288 FetchAllAssetsByOwner failed for {"provider": "alchemy", "chainID": "42161", "error": "Get \"https://arb-mainnet.g.alchemy.com/nft/v3/WM8_42w2_Oi1aNLxMwOeVu-x3zNTSl6H/getNFTsForOwner?owner=0xBCE36f66A8cd99f1D6489CB9585146e3f3b893be&withMetadata=true\": context canceled"} 2024-12-16T09:33:14.438Z WARN circuitbreaker/circuit_breaker.go:181 hystrix error {"provider": "alchemy42161", "error": "Get \"https://arb-mainnet.g.alchemy.com/nft/v3/WM8_42w2_Oi1aNLxMwOeVu-x3zNTSl6H/getNFTsForOwner?owner=0xBCE36f66A8cd99f1D6489CB9585146e3f3b893be&withMetadata=true\": context canceled"} 2024-12-16T09:33:14.438Z ERROR collectibles/manager.go:288 FetchAllAssetsByOwner failed for {"provider": "alchemy", "chainID": "1", "error": "Get \"https://eth-mainnet.g.alchemy.com/nft/v3/-aPgV9xyRDkinYHh4JuuepI9DdT5cXrv/getNFTsForOwner?owner=0xFC6327a092f6232e158a0Dd1d6d967a2e1c65cD5&withMetadata=true\": context canceled"} 2024-12-16T09:33:14.438Z WARN circuitbreaker/circuit_breaker.go:181 hystrix error {"provider": "alchemy1", "error": "Get \"https://eth-mainnet.g.alchemy.com/nft/v3/-aPgV9xyRDkinYHh4JuuepI9DdT5cXrv/getNFTsForOwner?owner=0xFC6327a092f6232e158a0Dd1d6d967a2e1c65cD5&withMetadata=true\": context canceled"} 2024-12-16T09:33:14.438Z ERROR collectibles/manager.go:288 FetchAllAssetsByOwner failed for {"provider": "openseaV2", "chainID": "42161", "error": "Get \"https://api.opensea.io/v2/chain/arbitrum/account/0xBCE36f66A8cd99f1D6489CB9585146e3f3b893be/nfts?limit=50\": context canceled"} 2024-12-16T09:33:14.439Z ERROR collectibles/manager.go:306 FetchAllAssetsByOwner failed for {"chainID": "42161", "error": "rarible42161.error: context canceled, alchemy42161.error: context canceled, openseaV242161.error: Get \"https://api.opensea.io/v2/chain/arbitrum/account/0xBCE36f66A8cd99f1D6489CB9585146e3f3b893be/nfts?limit=50\": context canceled"} 2024-12-16T09:33:14.439Z ERROR collectibles/commands.go:293 failed loadOwnedCollectiblesCommand {"chain": 42161, "account": "0xBCE36f66A8cd99f1D6489CB9585146e3f3b893be", "page": 0, "error": "rarible42161.error: context canceled, alchemy42161.error: context canceled, openseaV242161.error: Get \"https://api.opensea.io/v2/chain/arbitrum/account/0xBCE36f66A8cd99f1D6489CB9585146e3f3b893be/nfts?limit=50\": context canceled"} 2024-12-16T09:33:14.439Z DEBUG collectibles/commands.go:364 end loadOwnedCollectiblesCommand {"chain": 42161, "account": "0xBCE36f66A8cd99f1D6489CB9585146e3f3b893be", "in": "337.543646ms"} 2024-12-16T09:33:14.439Z ERROR collectibles/manager.go:288
MOBILE:
telegram-cloud-document-2-5404351743624504462.mp4
DESKTOP:
col_images_not_fetched.mp4
The text was updated successfully, but these errors were encountered: