-
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
Crash on Archlinux with ipfs 0.3.9 #106
Comments
@diasdavid looks like something in the api is not being parsed as it should be. |
I've done some updates, could you please try again with the latest version (make sure to run |
Thanks! This time I get :
|
Can you please try out the latest master and let me know if this still happens? |
It works for me on latest Arch Linux, running latest Log: fazo@ape|~/Documenti/Git/station on master
❯❯❯ npm start
> ipfs-station@1.0.0-alpha.1 prestart /home/fazo/Documenti/Git/station
> npm run clean && npm run build:babel
> ipfs-station@1.0.0-alpha.1 clean /home/fazo/Documenti/Git/station
> rimraf build && mkdir build
> ipfs-station@1.0.0-alpha.1 build:babel /home/fazo/Documenti/Git/station
> babel app/config.js -o build/config.js && babel app/controls -d build/controls && babel app/init.js -o build/init.js
app/controls/drag-drop.js -> build/controls/drag-drop.js
app/controls/open-browser.js -> build/controls/open-browser.js
app/controls/open-console.js -> build/controls/open-console.js
app/controls/open-settings.js -> build/controls/open-settings.js
app/controls/utils.js -> build/controls/utils.js
> ipfs-station@1.0.0-alpha.1 start /home/fazo/Documenti/Git/station
> concurrent --kill-others 'node dev-server.js' 'npm run electron'
[0] Development server started at http://localhost:3000
[1]
[1] > ipfs-station@1.0.0-alpha.1 electron /home/fazo/Documenti/Git/station
[1] > electron index.js
[1]
[1] info: Application is ready
[1] info: Starting tray
[0] webpack built 97f90ccf0823c1721817 in 2430ms It crashes when stopping though.... partial log: [1] info: Shutting down application
[1] info: Stopping daemon
[1] info: Stopped daemon
[1]
[1] npm
[1]
[1] ERR!
[1] Linux 4.2.5-1-ARCH
[1] npm
[1] ERR! argv "/usr/bin/node" "/usr/bin/npm" "run" "electron"
[1] npm ERR! node v5.2.0
[1] npm ERR! npm v3.5.2
[1] npm
[1] ERR! code ELIFECYCLE
[1] npm ERR!
[1] ipfs-station@1.0.0-alpha.1 electron: `electron index.js`
[1] npm ERR! Exit status 1
[1] npm ERR!
[1]
[1] npm
[1] ERR! Failed at the ipfs-station@1.0.0-alpha.1 electron script 'electron index.js'.
[1] npm ERR!
[1] Make sure you have the latest version of node.js and npm installed.
[1] npm ERR! If you do, this is most likely a problem with the ipfs-station package,
[1] npm ERR! not with npm itself.
[1] npm
[1] ERR! Tell the author that this fails on your system:
[1] npm ERR! electron index.js
[1] npm ERR! You can get information on how to open an issue for this project with:
[1] npm
[1] ERR! npm bugs ipfs-station
[1] npm ERR!
[1] Or if that isn't available, you can get their info via:
[1] npm ERR! npm owner ls ipfs-station
[1] npm
[1] ERR! There is likely additional logging output above.
[1]
[1] npm ERR! Please include the following file with any support request:
[1] npm ERR! /home/fazo/Documenti/Git/station/npm-debug.log
[1] npm run electron exited with code 1
--> Sending SIGTERM to other processes..
[0] node dev-server.js exited with code null
npm ERR! Linux 4.2.5-1-ARCH
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "start"
npm ERR! node v5.2.0
npm ERR! npm v3.5.2
npm ERR! code ELIFECYCLE
npm ERR! ipfs-station@1.0.0-alpha.1 start: `concurrent --kill-others 'node dev-server.js' 'npm run electron'`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the ipfs-station@1.0.0-alpha.1 start script 'concurrent --kill-others 'node dev-server.js' 'npm run electron''.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the ipfs-station package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! concurrent --kill-others 'node dev-server.js' 'npm run electron'
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs ipfs-station
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls ipfs-station
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /home/fazo/Documenti/Git/station/npm-debug.log
-> [1] |
@G-Ray mind giving this another try? So many things have been updated :) |
Sorry @diasdavid I'm not using Arch anymore |
closing this one then. Thanks! :) |
Installation process is fine. But any subsequent launch will output :
The text was updated successfully, but these errors were encountered: