-
Notifications
You must be signed in to change notification settings - Fork 865
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An automatic error report on IPFS Desktop #1479
An automatic error report on IPFS Desktop #1479
Comments
Also: The experiment npm on IPFS was on, and the console told me to post the logs. Here they are: ` 0 info it worked if it ends with ok 1 verbose cli [ 1 verbose cli '/home/bertrand/.nvm/versions/node/v12.7.0/bin/node', 1 verbose cli '/home/bertrand/.nvm/versions/node/v12.7.0/bin/npm', 1 verbose cli 'start' 1 verbose cli ] 2 info using npm@6.13.7 3 info using node@v12.7.0 4 verbose run-script [ 'prestart', 'start', 'poststart' ] 5 info lifecycle ipfs-desktop@0.11.1~prestart: ipfs-desktop@0.11.1 6 info lifecycle ipfs-desktop@0.11.1~start: ipfs-desktop@0.11.1 7 verbose lifecycle ipfs-desktop@0.11.1~start: unsafe-perm in lifecycle true 8 verbose lifecycle ipfs-desktop@0.11.1~start: PATH: /home/bertrand/.nvm/versions/node/v12.7.0/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/home/bertrand/Downloads/ipfs-desktop/node_modules/.bin:/home/bertrand/.nvm/versions/node/v12.7.0/bin:/home/bertrand/bin:/home/bertrand/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin 9 verbose lifecycle ipfs-desktop@0.11.1~start: CWD: /home/bertrand/Downloads/ipfs-desktop 10 silly lifecycle ipfs-desktop@0.11.1~start: Args: [ '-c', 'cross-env NODE_ENV=development electron src/index.js' ] 11 silly lifecycle ipfs-desktop@0.11.1~start: Returned: code: 1 signal: null 12 info lifecycle ipfs-desktop@0.11.1~start: Failed to exec start script 13 verbose stack Error: ipfs-desktop@0.11.1 start: `cross-env NODE_ENV=development electron src/index.js` 13 verbose stack Exit status 1 13 verbose stack at EventEmitter.<anonymous> (/home/bertrand/.nvm/versions/node/v12.7.0/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:332:16) 13 verbose stack at EventEmitter.emit (events.js:203:13) 13 verbose stack at ChildProcess.<anonymous> (/home/bertrand/.nvm/versions/node/v12.7.0/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14) 13 verbose stack at ChildProcess.emit (events.js:203:13) 13 verbose stack at maybeClose (internal/child_process.js:1021:16) 13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5) 14 verbose pkgid ipfs-desktop@0.11.1 15 verbose cwd /home/bertrand/Downloads/ipfs-desktop 16 verbose Linux 5.4.0-28-generic 17 verbose argv "/home/bertrand/.nvm/versions/node/v12.7.0/bin/node" "/home/bertrand/.nvm/versions/node/v12.7.0/bin/npm" "start" 18 verbose node v12.7.0 19 verbose npm v6.13.7 20 error code ELIFECYCLE 21 error errno 1 22 error ipfs-desktop@0.11.1 start: `cross-env NODE_ENV=development electron src/index.js` 22 error Exit status 1 23 error Failed at the ipfs-desktop@0.11.1 start script. 23 error This is probably not a problem with npm. There is likely additional logging output above. 24 verbose exit [ 1, true ] ` |
Happened again with IPFS Desktop from Snap. This time:
I don't know how to fetch the logs as Specifications
|
@bertrandfalguiere is this still Would be useful to see logs. Try the main menu:
|
Unfortunately, I can't due to the tray icon issue on Ubuntu. :/ |
@bertrandfalguiere check if you have ps. are you using ubuntu/gnome-shell-extension-appindicator? Is the "issue on Ubuntu" this one electron/electron#21576? |
No, I wasn't.
Looks like it except no click are taken into account on the top tray icon instead of some of them in the linked bug, and all of them in a normal behaviour.
There's no directory I found the logs in Here they are: Config is default.
I will install it and retry. |
OK, now I have an error (see below). IPFS Desktop is open but doesn't detect the IPFS daemon and doesn't spawn one. `bertrand@computer:~$ ipfs-desktop ` I will try to manually remove |
... This just leads to a different error.
i will try to uninstall from snap and reinstall |
I installed from source following the procedure on the readme in GitHub.
In parallel, I was pinning the XKCD collection via the terminal on go-ipfs 0.5.0.
I left the PC unattended for a while. When I return, I was prompted that IPFS Desktop stopped with an error.
I see below that this is an old version of IPFS Desktop. Does building from source following the readme build an old version? Or the automatic text below report the wrong version?
Specifications
Error
The text was updated successfully, but these errors were encountered: