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

[gui error report] SyntaxError: Unexpected end of JSON input: Error: open /path/to/ipfsrepo

Open rtxs34 opened this issue 1 year ago • 0 comments

  • Desktop: 0.37.0
  • OS: linux 6.1.0-22-amd64 x64
  • Electron: 31.0.1
  • Chrome: 126.0.6478.36
SyntaxError: Unexpected end of JSON input: Error: open /path/to/ipfsrepo/config: no such file or directory
    at JSON.parse (<anonymous>)
    at Daemon._getConfig (/opt/IPFS Desktop/resources/app.asar/node_modules/ipfsd-ctl/src/ipfsd-daemon.js:368:21)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async Daemon.init (/opt/IPFS Desktop/resources/app.asar/node_modules/ipfsd-ctl/src/ipfsd-daemon.js:158:9)
    at async getIpfsd (/opt/IPFS Desktop/resources/app.asar/src/daemon/daemon.js:63:7)
    at async startDaemon (/opt/IPFS Desktop/resources/app.asar/src/daemon/daemon.js:210:17)
    at async startIpfs (/opt/IPFS Desktop/resources/app.asar/src/daemon/index.js:49:17)
    at async setupDaemon (/opt/IPFS Desktop/resources/app.asar/src/daemon/index.js:116:3)
    at async Promise.all (index 1)
    at async run (/opt/IPFS Desktop/resources/app.asar/src/index.js:68:5)

rtxs34 avatar Jul 14 '24 18:07 rtxs34