ipfs-desktop icon indicating copy to clipboard operation
ipfs-desktop copied to clipboard

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

Open Brent-Sanchez opened this issue 1 year ago • 0 comments

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

Specifications

  • OS: win32 10.0.19045
  • IPFS Desktop Version: 0.26.0
  • Electron Version: 19.1.9
  • Chrome Version: 102.0.5005.167

Error

Error: Initializing daemon...
Kubo version: 0.18.0
Repo version: 13
System version: amd64/windows
Golang version: go1.19.1

Error: Your programs version (13) is lower than your repos (15).
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\user\ansel\IPFS Desktop\resources\app.asar\src\daemon\migration-prompt.js:78:49)
    at Object.loadWindow (C:\Users\user\ansel\IPFS Desktop\resources\app.asar\src\daemon\migration-prompt.js:129:26)
    at startIpfsWithLogs (C:\Users\user\ansel\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\user\ansel\IPFS Desktop\resources\app.asar\src\daemon\daemon.js:216:27)
    at async startIpfs (C:\Users\user\ansel\IPFS Desktop\resources\app.asar\src\daemon\index.js:48:17)
    at async IpcMainImpl.restartIpfs (C:\Users\user\ansel\IPFS Desktop\resources\app.asar\src\daemon\index.js:102:5)

Brent-Sanchez avatar Apr 05 '24 19:04 Brent-Sanchez