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.94k stars 857 forks source link

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

Closed CJ-Billy closed 10 months ago

CJ-Billy commented 1 year ago

👉️ Please describe what you were doing when this error happened.

Specifications

Error


Error: Initializing daemon...
Kubo version: 0.20.0
Repo version: 13
System version: amd64/windows
Golang version: go1.19.8
Error: Your programs version (13) is lower than your repos (14).
Please update ipfs to a version that supports the existing repo, or run
a migration in reverse.

See https://github.com/ipfs/fs-repo-migrations/blob/master/run.md for details.

    at errorTemplate (C:\Users\CJAY\AppData\Local\Programs\IPFS Desktop\resources\app.asar\src\daemon\migration-prompt.js:78:49)
    at Object.loadWindow (C:\Users\CJAY\AppData\Local\Programs\IPFS Desktop\resources\app.asar\src\daemon\migration-prompt.js:129:26)
    at startIpfsWithLogs (C:\Users\CJAY\AppData\Local\Programs\IPFS Desktop\resources\app.asar\src\daemon\daemon.js:191:25)
    at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async startDaemon (C:\Users\CJAY\AppData\Local\Programs\IPFS Desktop\resources\app.asar\src\daemon\daemon.js:216:27)
    at async startIpfs (C:\Users\CJAY\AppData\Local\Programs\IPFS Desktop\resources\app.asar\src\daemon\index.js:48:17)
    at async restartIpfs (C:\Users\CJAY\AppData\Local\Programs\IPFS 
welcome[bot] commented 1 year 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 1 year ago

Thanks for submitting this issue @CJ-Billy, looks like your ipfs-desktop did not update correctly, can you share logs and config that can be found here to help identify what failed.

There is v0.29 available, can you try updating manually to see if that fixes the issue?

Thanks