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.86k stars 850 forks source link

[gui error report] Error: Initializing daemon... #2707

Closed sisygoboom closed 6 months ago

sisygoboom commented 7 months ago

Initializing daemon... Kubo version: 0.24.0 Repo version: 15 System version: amd64/windows Golang version: go1.21.3 Found outdated fs-repo, migrations need to be run. Looking for suitable migration binaries. Need 4 migrations, downloading. Downloading migration: fs-repo-11-to-12... Downloading migration: fs-repo-12-to-13... Downloading migration: fs-repo-13-to-14... Downloading migration: fs-repo-14-to-15... Fetching with HTTP: "https://dweb.link/ipfs/QmZPedUiZNe6Gq9oDvoizuuCMVoeb7shwq9xKhysq7exMo/fs-repo-14-to-15/versions" Fetching with HTTP: "https://dweb.link/ipfs/QmZPedUiZNe6Gq9oDvoizuuCMVoeb7shwq9xKhysq7exMo/fs-repo-11-to-12/versions" Fetching with HTTP: "https://dweb.link/ipfs/QmZPedUiZNe6Gq9oDvoizuuCMVoeb7shwq9xKhysq7exMo/fs-repo-13-to-14/versions" Fetching with HTTP: "https://dweb.link/ipfs/QmZPedUiZNe6Gq9oDvoizuuCMVoeb7shwq9xKhysq7exMo/fs-repo-12-to-13/versions" Fetching with HTTP: "https://dweb.link/ipfs/QmZPedUiZNe6Gq9oDvoizuuCMVoeb7shwq9xKhysq7exMo/fs-repo-12-to-13/v1.0.0/fs-repo-12-to-13_v1.0.0_windows-amd64.zip" Fetching with HTTP: "https://dweb.link/ipfs/QmZPedUiZNe6Gq9oDvoizuuCMVoeb7shwq9xKhysq7exMo/fs-repo-11-to-12/v1.0.2/fs-repo-11-to-12_v1.0.2_windows-amd64.zip" Fetching with HTTP: "https://dweb.link/ipfs/QmZPedUiZNe6Gq9oDvoizuuCMVoeb7shwq9xKhysq7exMo/fs-repo-14-to-15/v1.0.1/fs-repo-14-to-15_v1.0.1_windows-amd64.zip" Fetching with HTTP: "https://dweb.link/ipfs/QmZPedUiZNe6Gq9oDvoizuuCMVoeb7shwq9xKhysq7exMo/fs-repo-13-to-14/v1.0.0/fs-repo-13-to-14_v1.0.0_windows-amd64.zip" Downloaded and unpacked migration: C:\Users\chris\AppData\Local\Temp\migrations3772780638\fs-repo-14-to-15.exe (v1.0.1) Downloaded and unpacked migration: C:\Users\chris\AppData\Local\Temp\migrations3772780638\fs-repo-13-to-14.exe (v1.0.0) Downloaded and unpacked migration: C:\Users\chris\AppData\Local\Temp\migrations3772780638\fs-repo-11-to-12.exe (v1.0.2) Fetching with HTTP: "https://dweb.link/ipfs/QmZPedUiZNe6Gq9oDvoizuuCMVoeb7shwq9xKhysq7exMo/fs-repo-12-to-13/v1.0.0/fs-repo-12-to-13_v1.0.0_windows-amd64.zip" Fetching with HTTP: "https://dweb.link/ipfs/QmZPedUiZNe6Gq9oDvoizuuCMVoeb7shwq9xKhysq7exMo/fs-repo-12-to-13/v1.0.0/fs-repo-12-to-13_v1.0.0_windows-amd64.zip" Error fetching: exceeded number of retries. last error was GET https://dweb.link/ipfs/QmZPedUiZNe6Gq9oDvoizuuCMVoeb7shwq9xKhysq7exMo/fs-repo-12-to-13/v1.0.0/fs-repo-12-to-13_v1.0.0_windows-amd64.zip error: 504 Gateway Timeout:

About IPFS Install IPFS

        504 Gateway timeout

            The gateway is taking too long to fetch your content. This could be due to several reasons:

The CID does not exist in the IPFS network

The host that contains the CID has gone offline, is on a slow network connection or overloaded

            You might try waiting for a while and trying again. To prevent having this problem in the future,
            why not self-host a node? You will be able to get all the content in the IPFS network straight
            from its source! For more information see
            the
                implementations page. You
            might also want to have a look at the
            IPFS
                companion browser extension which
            will allow your browser to seamlessly fetch content from your local node.

How you can proceed:

Verify the URL and try again.

Self-host and run an IPFS client that verifies your data.

Try diagnosing your request with the IPFS diagnostic tools.

Inspect the CID or DAG.

Fetching with IPFS: "fs-repo-12-to-13/v1.0.0/fs-repo-12-to-13_v1.0.0_windows-amd64.zip" Downloaded and unpacked migration: C:\Users\chris\AppData\Local\Temp\migrations3772780638\fs-repo-12-to-13.exe (v1.0.0) Running migration fs-repo-11-to-12 ... => Running: C:\Users\chris\AppData\Local\Temp\migrations3772780638\fs-repo-11-to-12.exe -path=C:\Users\chris.ipfs -verbose=true applying 11-to-12 repo migration locking repo at "C:\Users\chris\.ipfs"

welcome[bot] commented 7 months ago

Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review. In the meantime, please double-check that you have provided all the necessary information to make this process easy! Any information that can help save additional round trips is useful! We currently aim to give initial feedback within two business days. If this does not happen, feel free to leave a comment. Please keep an eye on how this issue will be labeled, as labels give an overview of priorities, assignments and additional actions requested by the maintainers:

Finally, remember to use https://discuss.ipfs.io if you just need general support.

whizzzkid commented 7 months ago

Thanks for submitting this issue @sisygoboom, can you please attach additional logs that can be found here. Also, I am seeing multiple errors in the message, can you try formatting the error message that showed up?

At first it looks like the update failed, but then there is the Swarm.EnableAutoRelay error. More info would be nice.

github-actions[bot] commented 6 months ago

Oops, seems like we needed more information for this issue, please comment with more details or this issue will be closed in 7 days.

github-actions[bot] commented 6 months ago

This issue was closed because it is missing author input.