ethersheet-collective / EtherSheet

Online spreadsheet collaboration in real time using node.js. Similar to etherpad-lite but its a spreadsheet!
https://ethersheet.org
BSD 2-Clause "Simplified" License
198 stars 24 forks source link

es_command not found #23

Closed courgette closed 9 years ago

courgette commented 10 years ago

I follow your instructions to install ethersheet on my server, but i have a js error when i try to create a spreadsheet.

`GET http://domain.com:8080/es_client/locales/fr/translation.json 404 Not Found
GET http://domain.com:8080/es_client/locales/dev/translation.json 404 Not Found
"NetworkError: 404 Not Found - http://domain.com:8080/es_client/locales/fr/translation.json" translation.json "NetworkError: 404 Not Found - http://domain.com:8080/es_client/locales/dev/translation.json" translation.json "NetworkError: 404 Not Found - http://domain.com:8080/es_client/vendor/es_command.js" es_command.js Error: Script error http://requirejs.org/docs/errors.html#scripterror

var e = new Error(msg + '\nhttp://requirejs.org/docs/errors.html#' + id);

require.js (ligne 194, col. 12) GET http://domain.com:8080/es_client/locales/fr/translation.json

404 Not Found 23ms
jquery.js (ligne 10255) GET http://domain.com:8080/es_client/locales/dev/translation.json

404 Not Found 23ms
jquery.js (ligne 10255) "NetworkError: 404 Not Found - http://domain.com:8080/es_client/locales/fr/translation.json" translation.json "NetworkError: 404 Not Found - http://domain.com:8080/es_client/locales/dev/translation.json" `

courgette commented 10 years ago

During the installation, i had the same errors this issue => https://github.com/ethersheet-collective/EtherSheet/issues/20

cooperq commented 9 years ago

@courgette It seems probable that you were trying to install from an old version of ethersheet. Try installing from this tarball instead: https://ethersheet.org/releases/EtherSheet-v0.1.tgz

cooperq commented 9 years ago

@courgette I found a bug in the install process of the last tarball that I posted. Please instead use https://ethersheet.org/releases/ethersheet_latest.tgz

courgette commented 9 years ago

Perfect ! Thanks !