Closed cooperq closed 10 years ago
Fixed in f88c94ac4e89103d4f35c0734d45a4c41aef2b67
Hello, I have a csv import issue, maybe you can help :
npm ERR! ethersheet@0.0.5 start: node app.js
npm ERR! Exit status 8
npm ERR!
npm ERR! Failed at the ethersheet@0.0.5 start script.
npm ERR! This is most likely a problem with the ethersheet package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node app.js
npm ERR! You can get their info via:
npm ERR! npm owner ls ethersheet
npm ERR! There is likely additional logging output above.
npm ERR! System Linux 3.10.23-xxxx-std-ipv6-64
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "start"
npm ERR! cwd ~/EtherSheet
npm ERR! node -v v0.10.32
npm ERR! npm -v 1.4.28
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! ~/EtherSheet/npm-debug.log
npm ERR! not ok code 0
Also, I was wondering if I could copy (I did not do it) my ether pad config for ether sheet (changing just the port) so I could have https set the same convenient way as it is in ether pad.
Thanks
You can not copy your etherpad config unfortuantely. The only thing that etherpad and ethersheet share is a name prefix. As for the problem importing a CSV, would you be willing to send me a copy? Or try it out on the ethersheet.org website and tell me what happens?
It works fine on ethersheet website. I don't know well how to fix this.
I think the fix for this is to update ethersheet. You can get the latest version here: https://ethersheet.org/releases/ethersheet_latest.tgz
Just unpack that and then run install.sh
I would reccomend backing up your current installation first, just in case something goes wrong.
So I did what you said and that is what I have after I "npm start"
/home/mroussel/EtherSheet/lib/server.js:37
if(err) throw err;
^
Error: Access denied for user 'ethersheet'@'localhost' (using password: YES)
at Function.Client._packetToUserObject (/home/mroussel/EtherSheet/node_modules/ueberDB/node_modules/mysql/lib/client.js:387:11)
at Client._handlePacket (/home/mroussel/EtherSheet/node_modules/ueberDB/node_modules/mysql/lib/client.js:300:43)
at Parser.emit (events.js:95:17)
at emitPacket (/home/mroussel/EtherSheet/node_modules/ueberDB/node_modules/mysql/lib/parser.js:71:14)
at Parser.write (/home/mroussel/EtherSheet/node_modules/ueberDB/node_modules/mysql/lib/parser.js:576:7)
at Socket.emit (events.js:95:17)
at Socket.
npm ERR! ethersheet@0.0.5 start: node app.js
npm ERR! Exit status 8
npm ERR!
npm ERR! Failed at the ethersheet@0.0.5 start script.
npm ERR! This is most likely a problem with the ethersheet package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node app.js
npm ERR! You can get their info via:
npm ERR! npm owner ls ethersheet
npm ERR! There is likely additional logging output above.
npm ERR! System Linux 3.10.23-xxxx-std-ipv6-64
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "start"
npm ERR! cwd /home/mroussel/EtherSheet
npm ERR! node -v v0.10.32
npm ERR! npm -v 1.4.28
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/mroussel/EtherSheet/npm-debug.log
npm ERR! not ok code 0
Looks like it is having trouble connecting to your mysql server. Make sure that mysql is running and you have the right username and password in config.js
@matthieuroussel I found a bug in the release script for that version of ethersheet. Please re-download the tarball from https://ethersheet.org/releases/ethersheet_latest.tgz It should work now.
Files of more than a few lines break csv importing.