No UI when launching IPFS-Desktop
See original GitHub issue- OS: macOS
- Version of IPFS Desktop 0.13.2
Describe the bug Can’t start IPFS Desktop. No UI. The daemon starts running in the back so as the IPFS-Desktop process, but nothing happens. Tried both the .dmg from releases and through homebrew.
To Reproduce Steps to reproduce the behavior:
- Run IPFS-Desktop from the terminal
Expected behavior Start the UI
Terminal Output
Error: ENOTDIR: not a directory, mkdir '/Applications/IPFS Desktop.app/Contents/Resources/app.asar/node_modules/countly-sdk-nodejs/data'
at Object.mkdirSync (fs.js:823:3)
at Object.Countly.init (/Applications/IPFS Desktop.app/Contents/Resources/app.asar/node_modules/countly-sdk-nodejs/lib/countly.js:157:24)
at module.exports (/Applications/IPFS Desktop.app/Contents/Resources/app.asar/src/analytics.js:6:11)
at run (/Applications/IPFS Desktop.app/Contents/Resources/app.asar/src/index.js:65:11)
Error: ENOENT, node_modules/countly-sdk-nodejs/data/__cly_id.json not found in /Applications/IPFS Desktop.app/Contents/Resources/app.asar
at createError (electron/js2c/asar.js:111:17)
at Object.func [as openSync] (electron/js2c/asar.js:146:27)
at Object.writeFileSync (fs.js:1265:35)
at storeSet (/Applications/IPFS Desktop.app/Contents/Resources/app.asar/node_modules/countly-sdk-nodejs/lib/countly.js:1337:16)
at Object.Countly.init (/Applications/IPFS Desktop.app/Contents/Resources/app.asar/node_modules/countly-sdk-nodejs/lib/countly.js:171:21)
at module.exports (/Applications/IPFS Desktop.app/Contents/Resources/app.asar/src/analytics.js:6:11)
at run (/Applications/IPFS Desktop.app/Contents/Resources/app.asar/src/index.js:65:11)
2021-01-16T14:06:14.069Z info: [web ui] window ready
2021-01-16T14:06:14.083Z info: [tray] starting
2021-01-16T14:06:14.115Z info: [tray] started
2021-01-16T14:06:14.115Z info: [ipfsd] start daemon STARTED
2021-01-16T14:06:14.304Z info: [daemon] removing api file
2021-01-16T14:06:21.911Z info: [ipfsd] start daemon FINISHED 7.795242546000052s
Checking for update
2021-01-16T14:06:21.986Z info: [ipfs on path] no action taken
2021-01-16T14:06:21.986Z info: [launch on startup] disabled
Update for version 0.13.2 is not available (latest version: 0.13.2, downgrade is disallowed).
2021-01-16T14:06:23.317Z info: [updater] update not available
Extra logs error.log is empty
2021-01-18T21:00:43.730Z info: [meta] logs can be found on /Users/banjos/Library/Application Support/IPFS Desktop
2021-01-18T21:00:45.021Z info: [web ui] window ready
2021-01-18T21:00:45.021Z info: [tray] starting
2021-01-18T21:00:45.054Z info: [tray] started
2021-01-18T21:00:45.055Z info: [ipfsd] start daemon STARTED
2021-01-18T21:00:45.300Z info: [daemon] removing api file
2021-01-18T21:00:49.397Z info: [ipfsd] start daemon FINISHED 4.341990121006965s
2021-01-18T21:00:49.482Z info: [ipfs on path] no action taken
2021-01-18T21:00:49.482Z info: [launch on startup] disabled
2021-01-18T21:00:50.699Z info: [updater] update not available
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
IPFS Companion
Launch the IPFS Web UI dashboard (opens new window) from the main menu with a single click. Toggle gateway redirects or switch all...
Read more >InterPlanetary File System - ArchWiki - Arch Linux
Now you can start the IPFS daemon: $ ipfs daemon. This starts your node, available via the ipfs cli, or the web interface...
Read more >How to solve IPFS Desktop stuck in "IPFS is starting"?
restart computer; quit app and open again ; reinstalling. but, no one works for me, can someone help how to solve this and...
Read more >Usage ideas & examples - IPFS Docs
This is one of the easiest ways to start pinning your files to IPFS. ... It uses the same IPFS implementation as IPFS...
Read more >IPFS Desktop without Electron - HackMD
UI design · Start/stop daemon · Open web UI (with $BROWSER?) · Own version with link to source · Options (enable or disable...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Oh my god I’m so sorry 🤦 . I didn’t understand this was not supposed to be a default config. As a user, I believe the behaviour is a bit misleading. In my case it was even worse because, like you, I’m a macOS user and I have Dozer to hide icons in my menu bar, so the IPFS icon actually didn’t appear. I understand that the menu bar icon is indeed referenced in the README (multiple times) but I still believe that the expected should be to open the UI. Thank you very much for you help @jessicaschilling
@bruno-anjos Don’t apologize! You bring up a really good point. Just opened https://github.com/ipfs-shipyard/ipfs-desktop/issues/1741 if you’d like to keep an eye on it. 😊