ipfs / ipfs-desktop

An unobtrusive and user-friendly desktop application for IPFS on Windows, Mac and Linux.
https://docs.ipfs.tech/install/ipfs-desktop/
MIT License
5.93k stars 855 forks source link

bug: repo migration IPFS fallback handling #2632

Closed SgtPooki closed 11 months ago

SgtPooki commented 11 months ago

debugging whether fallback to IPFS works with kubo, to confirm users blocked by ipfs.io are able to download repo migrations from IPFS network.

documented quick check at https://github.com/ipfs/fs-repo-migrations/issues/184, but I wonder why user in https://github.com/ipfs/ipfs-desktop/issues/2572 was not able to successfully download from IPFS? Logs get cut off so i'm not sure if that succeeded or not.

open questions

SgtPooki commented 11 months ago

I just downloaded an old version of IPFS-desktop https://github.com/ipfs/ipfs-desktop/releases/tag/v0.26.1, blocked access to ipfs.io, ran ipfs-desktop v0.26.1, and then selected "check for updates" and it did not update successfully

SgtPooki commented 11 months ago

seems like this is not a bug, but a UX problem.

SgtPooki commented 11 months ago

seems like this works properly even when Migration.DownloadSources is set to []. closing