Giter Site home page Giter Site logo

Comments (11)

aalonsog avatar aalonsog commented on May 18, 2024

Hi Robert,

it seems like the error occurs when starting mongo. Try to start it without the script with

mongod --dbpath path/to/lynckia/build/db

let's see what happen.

Regards,
Álvaro

from licode.

taykut avatar taykut commented on May 18, 2024

I have same problem, here is the output:

mongod --dbpath lynckia/build/db
Mon Apr  1 18:06:20 [initandlisten] MongoDB starting : pid=18633 port=27017 dbpath=lynckia/build/db 64-bit host=ip-10-33-169-137
Mon Apr  1 18:06:20 [initandlisten] db version v2.0.4, pdfile version 4.5
Mon Apr  1 18:06:20 [initandlisten] git version: nogitversion
Mon Apr  1 18:06:20 [initandlisten] build info: Linux yellow 2.6.24-29-server #1 SMP Tue Oct 11 15:57:27 UTC 2011 x86_64 BOOST_LIB_VERSION=1_46_1
Mon Apr  1 18:06:20 [initandlisten] options: { dbpath: "lynckia/build/db" }
Mon Apr  1 18:06:20 [initandlisten] journal dir=lynckia/build/db/journal
Mon Apr  1 18:06:20 [initandlisten] recover : no journal files present, no recovery needed
Mon Apr  1 18:06:20 [initandlisten] ERROR: listen(): bind() failed errno:98 Address already in use for socket: 0.0.0.0:27017
Mon Apr  1 18:06:20 [websvr] ERROR: listen(): bind() failed errno:98 Address already in use for socket: 0.0.0.0:28017
Mon Apr  1 18:06:20 [websvr] ERROR:   addr already in use
Mon Apr  1 18:06:20 [initandlisten] ERROR:   addr already in use
Mon Apr  1 18:06:20 [initandlisten] now exiting
Mon Apr  1 18:06:20 dbexit: 
Mon Apr  1 18:06:20 [initandlisten] shutdown: going to close listening sockets...
Mon Apr  1 18:06:20 [initandlisten] shutdown: going to flush diaglog...
Mon Apr  1 18:06:20 [initandlisten] shutdown: going to close sockets...
Mon Apr  1 18:06:20 [initandlisten] shutdown: waiting for fs preallocator...
Mon Apr  1 18:06:20 [initandlisten] shutdown: lock for final commit...
Mon Apr  1 18:06:20 [initandlisten] shutdown: final commit...
Mon Apr  1 18:06:20 [initandlisten] shutdown: closing all files...
Mon Apr  1 18:06:20 [initandlisten] closeAllFiles() finished
Mon Apr  1 18:06:20 [initandlisten] journalCleanup...
Mon Apr  1 18:06:20 [initandlisten] removeJournalFiles
Mon Apr  1 18:06:20 [initandlisten] shutdown: removing fs lock...
Mon Apr  1 18:06:20 dbexit: really exiting now

from licode.

taykut avatar taykut commented on May 18, 2024

I saw that lynckia_config.js is empty, I think for this reason I have this error:

 ./lynckia/scripts/initLynckia.sh


/home/ubuntu/lynckia/nuve/nuveAPI/mdb/dataBase.js:4
var databaseUrl = config.nuve.dataBaseURL;
                             ^
TypeError: Cannot read property 'dataBaseURL' of undefined
    at Object.<anonymous> (/home/ubuntu/lynckia/nuve/nuveAPI/mdb/dataBase.js:4:30)
    at Module._compile (module.js:449:26)
    at Object.Module._extensions..js (module.js:467:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:362:17)
    at require (module.js:378:17)
    at Object.<anonymous> (/home/ubuntu/lynckia/nuve/nuveAPI/nuve.js:3:10)
    at Module._compile (module.js:449:26)
    at Object.Module._extensions..js (module.js:467:10)
:/home/ubuntu/./lynckia/scripts/../erizo/build/erizo:/home/ubuntu/./lynckia/scripts/../erizo
[lynckia] Done, run basic_example/basicServer.js
ubuntu@ip-10-33-169-137:~$ 
/home/ubuntu/lynckia/erizo_controller/erizoController/rpc/rpc.js:16
if (config.rabbit.url !== undefined) {
                 ^
TypeError: Cannot read property 'url' of undefined
    at Object.<anonymous> (/home/ubuntu/lynckia/erizo_controller/erizoController/rpc/rpc.js:16:18)
    at Module._compile (module.js:449:26)
    at Object.Module._extensions..js (module.js:467:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:362:17)
    at require (module.js:378:17)
    at Object.<anonymous> (/home/ubuntu/lynckia/erizo_controller/erizoController/erizoController.js:3:11)
    at Module._compile (module.js:449:26)
    at Object.Module._extensions..js (module.js:467:10)

from licode.

taykut avatar taykut commented on May 18, 2024

I saw that installNuve.sh script gives this error at the end:

connecting to: localhost/nuvedb
[lynckia] SuperService ID Mon Apr 1 18:20:13 TypeError: db.services.findOne() has no properties (shell eval):1
[lynckia] SuperService KEY Mon Apr 1 18:20:13 TypeError: db.services.findOne() has no properties (shell eval):1
sed: -e expression #1, char 25: unterminated `s' command
sed: -e expression #1, char 26: unterminated `s' command

from licode.

aalonsog avatar aalonsog commented on May 18, 2024

As you can see in line

Mon Apr 1 18:06:20 [initandlisten] ERROR: listen(): bind() failed errno:98 Address already in use for socket: 0.0.0.0:27017

it seems that you are using the mongodb port in other application (or already with another mongodb instance). For this reason the database is not being populated and lynckia config file is empty. Check it.

from licode.

cabajuan avatar cabajuan commented on May 18, 2024

Hi!

I have this error when i type:
sudo ../scripts/initLicode.sh

/usr/local/share/base/licode/nuve/nuveAPI/mdb/dataBase.js:4
var databaseUrl = config.nuve.dataBaseURL;
^
TypeError: Cannot read property 'dataBaseURL' of undefined
at Object. (/usr/local/share/base/licode/nuve/nuveAPI/mdb/dataBase.js:4:30)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object. (/usr/local/share/base/licode/nuve/nuveAPI/nuve.js:3:10)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
:/usr/local/share/base/licode/erizo_controller/../scripts/../erizo/build/erizo:/usr/local/share/base/licode/erizo_controller/../scripts/../erizo
[licode] Done, run basic_example/basicServer.js
erizo_controller administrador$
/usr/local/share/base/licode/erizo_controller/erizoController/rpc/rpc.js:16
if (config.rabbit.url !== undefined) {
^
TypeError: Cannot read property 'url' of undefined
at Object. (/usr/local/share/base/licode/erizo_controller/erizoController/rpc/rpc.js:16:18)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object. (/usr/local/share/base/licode/erizo_controller/erizoController/erizoController.js:3:11)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)

I have no idea what might be happening, I am very interested in trying this software, i'm on Mac OS X Server 10.6.8. Greetings!

from licode.

aalonsog avatar aalonsog commented on May 18, 2024

It seems like config file (licode_config.js) has not been correctly populated. Can you check it? Have you obtained any error during nuve installation?

from licode.

cabajuan avatar cabajuan commented on May 18, 2024

This is the log from Nuve Install:

broadcaster:scripts administrador$ sudo ./installNuve.sh
[nuve] Installing node_modules for nuve
npm WARN package.json [email protected] No repository field.
npm http GET https://registry.npmjs.org/amqp
npm http 304 https://registry.npmjs.org/amqp
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] 'repositories' (plural) Not supported.
npm WARN package.json Please pick one as the 'repository' field
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
[email protected] ../../node_modules/amqp
npm WARN package.json [email protected] No repository field.
npm http GET https://registry.npmjs.org/express
npm http 304 https://registry.npmjs.org/express
npm http GET https://registry.npmjs.org/commander/0.6.1
npm http GET https://registry.npmjs.org/range-parser/0.0.4
npm http GET https://registry.npmjs.org/mkdirp/0.3.4
npm http GET https://registry.npmjs.org/buffer-crc32/0.2.1
npm http GET https://registry.npmjs.org/cookie/0.1.0
npm http GET https://registry.npmjs.org/send/0.1.0
npm http GET https://registry.npmjs.org/cookie-signature/1.0.1
npm http GET https://registry.npmjs.org/debug
npm http GET https://registry.npmjs.org/fresh/0.1.0
npm http GET https://registry.npmjs.org/methods/0.0.1
npm http GET https://registry.npmjs.org/connect/2.7.11
npm http 304 https://registry.npmjs.org/range-parser/0.0.4
npm http 304 https://registry.npmjs.org/commander/0.6.1
npm http 304 https://registry.npmjs.org/cookie/0.1.0
npm WARN package.json [email protected] No repository field.
npm http 304 https://registry.npmjs.org/buffer-crc32/0.2.1
npm http 304 https://registry.npmjs.org/mkdirp/0.3.4
npm http 304 https://registry.npmjs.org/send/0.1.0
npm http 304 https://registry.npmjs.org/cookie-signature/1.0.1
npm http 304 https://registry.npmjs.org/debug
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm http 304 https://registry.npmjs.org/fresh/0.1.0
npm http 304 https://registry.npmjs.org/methods/0.0.1
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No readme data.
npm WARN package.json [email protected] No repository field.
npm http 304 https://registry.npmjs.org/connect/2.7.11
npm http GET https://registry.npmjs.org/mime/1.2.6
npm http 304 https://registry.npmjs.org/mime/1.2.6
npm http GET https://registry.npmjs.org/formidable/1.0.14
npm http GET https://registry.npmjs.org/cookie/0.0.5
npm http GET https://registry.npmjs.org/send/0.1.1
npm http GET https://registry.npmjs.org/qs/0.6.5
npm http GET https://registry.npmjs.org/bytes/0.2.0
npm http GET https://registry.npmjs.org/pause/0.0.1
npm http 304 https://registry.npmjs.org/cookie/0.0.5
npm http 304 https://registry.npmjs.org/formidable/1.0.14
npm http 304 https://registry.npmjs.org/send/0.1.1
npm http 304 https://registry.npmjs.org/bytes/0.2.0
npm http 304 https://registry.npmjs.org/qs/0.6.5
npm http 304 https://registry.npmjs.org/pause/0.0.1
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm http GET https://registry.npmjs.org/mime
npm http 304 https://registry.npmjs.org/mime
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] 'repositories' (plural) Not supported.
npm WARN package.json Please pick one as the 'repository' field
[email protected] ../../node_modules/express
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected] ([email protected])
└── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected])
npm WARN package.json [email protected] No repository field.
npm http GET https://registry.npmjs.org/mongodb
npm http 304 https://registry.npmjs.org/mongodb
npm http GET https://registry.npmjs.org/bson/0.1.9
npm http GET https://registry.npmjs.org/kerberos
npm http 304 https://registry.npmjs.org/bson/0.1.9
npm http 304 https://registry.npmjs.org/kerberos

[email protected] install /usr/local/share/base/licode/node_modules/mongodb/node_modules/kerberos
(node-gyp rebuild 2> builderror.log) || (exit 0)

[email protected] install /usr/local/share/base/licode/node_modules/mongodb/node_modules/bson
(node-gyp rebuild 2> builderror.log) || (exit 0)

CXX(target) Release/obj.target/kerberos/lib/kerberos.o
CXX(target) Release/obj.target/bson/ext/bson.o
CXX(target) Release/obj.target/kerberos/lib/worker.o
CC(target) Release/obj.target/kerberos/lib/kerberosgss.o
CC(target) Release/obj.target/kerberos/lib/base64.o
CXX(target) Release/obj.target/kerberos/lib/kerberos_context.o
SOLINK_MODULE(target) Release/bson.node
SOLINK_MODULE(target) Release/kerberos.node
SOLINK_MODULE(target) Release/kerberos.node: Finished
SOLINK_MODULE(target) Release/bson.node: Finished
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] 'repositories' (plural) Not supported.
npm WARN package.json Please pick one as the 'repository' field
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
[email protected] ../../node_modules/mongodb
├── [email protected]
└── [email protected]
npm WARN package.json [email protected] No repository field.
npm http GET https://registry.npmjs.org/mongojs
npm http 304 https://registry.npmjs.org/mongojs
npm http GET https://registry.npmjs.org/thunky
npm http GET https://registry.npmjs.org/readable-stream
npm http 304 https://registry.npmjs.org/thunky
npm http 304 https://registry.npmjs.org/readable-stream
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] 'repositories' (plural) Not supported.
npm WARN package.json Please pick one as the 'repository' field
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
[email protected] ../../node_modules/mongojs
├── [email protected]
└── [email protected]
npm WARN package.json [email protected] No repository field.
npm http GET https://registry.npmjs.org/aws-lib
npm http 304 https://registry.npmjs.org/aws-lib
npm http GET https://registry.npmjs.org/xml2js
npm http GET https://registry.npmjs.org/sax
npm http 304 https://registry.npmjs.org/xml2js
npm http 304 https://registry.npmjs.org/sax
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] 'repositories' (plural) Not supported.
npm WARN package.json Please pick one as the 'repository' field
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
[email protected] ../../node_modules/aws-lib
├── [email protected]
└── [email protected]
[nuve] Done, node_modules installed
mkdir: ../dist: File exists
mkdir: ../build: File exists
[nuve] Done, nuve.js compiled
[licode] Starting mongodb
Tue Jun 25 14:23:55.851 kern.sched unavailable
all output going to: /usr/local/var/log/mongodb/mongo.log
[licode] Creating superservice in localhost/nuvedb
Tue Jun 25 14:24:01.090 kern.sched unavailable
MongoDB shell version: 2.4.4
connecting to: localhost/nuvedb
[licode] SuperService ID 51c34d2570dd93a6e01ad079
[licode] SuperService KEY Tue Jun 25 14:24:01.195 kern.sched unavailable 32330
sed: 1: "s/auto_generated_KEY/Tue": unterminated substitute in regular expression

The file licode_config.js is empty

from licode.

aalonsog avatar aalonsog commented on May 18, 2024

It seems like you have an issue with mongodb

"Tue Jun 25 14:23:55.851 kern.sched unavailable"

and SuperService key is not correctly generated. Check if your mongodb version works ok or try to reinstall.

from licode.

aalonsog avatar aalonsog commented on May 18, 2024

Closed due to inactivity. Please, reopen it if it happens again!

from licode.

dAnjou avatar dAnjou commented on May 18, 2024

I'm following this guide right now on a completely virgin Ubuntu Server 12.04.3 (virgin here means that it is a fresh install with nothing else installed than OpenSSH server).

EDIT: It's a VM by the way. So reproducing this shouldn't be too hard.

This happens:

max@licode:~$ ./licode/scripts/installNuve.sh
[nuve] Installing node_modules for nuve

> [email protected] install /home/max/licode/node_modules/mongodb/node_modules/kerberos
> (node-gyp rebuild 2> builderror.log) || (exit 0)

make: Entering directory `/home/max/licode/node_modules/mongodb/node_modules/kerberos/build'
  SOLINK_MODULE(target) Release/obj.target/kerberos.node
  SOLINK_MODULE(target) Release/obj.target/kerberos.node: Finished
  COPY Release/kerberos.node
make: Leaving directory `/home/max/licode/node_modules/mongodb/node_modules/kerberos/build'

> [email protected] install /home/max/licode/node_modules/mongodb/node_modules/bson
> (node-gyp rebuild 2> builderror.log) || (exit 0)

make: Entering directory `/home/max/licode/node_modules/mongodb/node_modules/bson/build'
  CXX(target) Release/obj.target/bson/ext/bson.o
  SOLINK_MODULE(target) Release/obj.target/bson.node
  SOLINK_MODULE(target) Release/obj.target/bson.node: Finished
  COPY Release/bson.node
make: Leaving directory `/home/max/licode/node_modules/mongodb/node_modules/bson/build'
[email protected] ../../node_modules/amqp
├── [email protected]
└── [email protected]

[email protected] ../../node_modules/aws-lib
├── [email protected]
├── [email protected]
└── [email protected]

[email protected] ../../node_modules/mongojs
├── [email protected]
└── [email protected] ([email protected], [email protected])

[email protected] ../../node_modules/mongodb
├── [email protected]
└── [email protected]

[email protected] ../../node_modules/express
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected] ([email protected])
├── [email protected] ([email protected])
└── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected])
[nuve] Done, node_modules installed
[nuve] Done, nuve.js compiled
[licode] Starting mongodb
Sun Dec  8 21:29:46 [initandlisten] MongoDB starting : pid=28373 port=27017 dbpath=/home/max/./licode/scripts/../build/db 64-bit host=licode
Sun Dec  8 21:29:46 [initandlisten] db version v2.0.4, pdfile version 4.5
Sun Dec  8 21:29:46 [initandlisten] git version: nogitversion
Sun Dec  8 21:29:46 [initandlisten] build info: Linux lamiak 2.6.42-37-generic #58-Ubuntu SMP Thu Jan 24 15:28:10 UTC 2013 x86_64 BOOST_LIB_VERSION=1_46_1
Sun Dec  8 21:29:46 [initandlisten] options: { dbpath: "/home/max/./licode/scripts/../build/db", repair: true }
Sun Dec  8 21:29:46 [initandlisten] journal dir=/home/max/./licode/scripts/../build/db/journal
Sun Dec  8 21:29:46 [initandlisten] recover : no journal files present, no recovery needed
Sun Dec  8 21:29:46 [initandlisten] preallocateIsFaster=true 2.32
Sun Dec  8 21:29:47 [initandlisten] finished checking dbs
Sun Dec  8 21:29:47 dbexit: 
Sun Dec  8 21:29:47 [initandlisten] shutdown: going to close listening sockets...
Sun Dec  8 21:29:47 [initandlisten] shutdown: going to flush diaglog...
Sun Dec  8 21:29:47 [initandlisten] shutdown: going to close sockets...
Sun Dec  8 21:29:47 [initandlisten] shutdown: waiting for fs preallocator...
Sun Dec  8 21:29:47 [initandlisten] shutdown: lock for final commit...
Sun Dec  8 21:29:47 [initandlisten] shutdown: final commit...
Sun Dec  8 21:29:47 [initandlisten] shutdown: closing all files...
Sun Dec  8 21:29:47 [initandlisten] closeAllFiles() finished
Sun Dec  8 21:29:47 [initandlisten] journalCleanup...
Sun Dec  8 21:29:47 [initandlisten] removeJournalFiles
Sun Dec  8 21:29:47 [initandlisten] shutdown: removing fs lock...
Sun Dec  8 21:29:47 dbexit: really exiting now
forked process: 28382
all output going to: /home/max/./licode/scripts/../build/mongo.log
[licode] Creating superservice in localhost/nuvedb
MongoDB shell version: 2.0.4
connecting to: localhost/nuvedb
Mongo Logs: 
Sun Dec  8 21:29:47 [initandlisten] MongoDB starting : pid=28382 port=27017 dbpath=/home/max/./licode/scripts/../build/db 64-bit host=licode
Sun Dec  8 21:29:47 [initandlisten] db version v2.0.4, pdfile version 4.5
Sun Dec  8 21:29:47 [initandlisten] git version: nogitversion
Sun Dec  8 21:29:47 [initandlisten] build info: Linux lamiak 2.6.42-37-generic #58-Ubuntu SMP Thu Jan 24 15:28:10 UTC 2013 x86_64 BOOST_LIB_VERSION=1_46_1
Sun Dec  8 21:29:47 [initandlisten] options: { dbpath: "/home/max/./licode/scripts/../build/db", fork: true, logpath: "/home/max/./licode/scripts/../build/mongo.log" }
Sun Dec  8 21:29:47 [initandlisten] journal dir=/home/max/./licode/scripts/../build/db/journal
Sun Dec  8 21:29:47 [initandlisten] recover : no journal files present, no recovery needed
Sun Dec  8 21:29:47 [initandlisten] ERROR: listen(): bind() failed errno:98 Address already in use for socket: 0.0.0.0:27017
Sun Dec  8 21:29:47 [initandlisten] ERROR:   addr already in use
Sun Dec  8 21:29:47 [initandlisten] now exiting
Sun Dec  8 21:29:47 dbexit: 
Sun Dec  8 21:29:47 [initandlisten] shutdown: going to close listening sockets...
Sun Dec  8 21:29:47 [initandlisten] shutdown: going to flush diaglog...
Sun Dec  8 21:29:47 [initandlisten] shutdown: going to close sockets...
Sun Dec  8 21:29:47 [initandlisten] shutdown: waiting for fs preallocator...
Sun Dec  8 21:29:47 [initandlisten] shutdown: lock for final commit...
Sun Dec  8 21:29:47 [initandlisten] shutdown: final commit...
Sun Dec  8 21:29:47 [initandlisten] shutdown: closing all files...
Sun Dec  8 21:29:47 [initandlisten] closeAllFiles() finished
Sun Dec  8 21:29:47 [initandlisten] journalCleanup...
Sun Dec  8 21:29:47 [initandlisten] removeJournalFiles
Sun Dec  8 21:29:47 [websvr] ERROR: listen(): bind() failed errno:98 Address already in use for socket: 0.0.0.0:28017
Sun Dec  8 21:29:47 [websvr] ERROR:   addr already in use
Sun Dec  8 21:29:47 [initandlisten] shutdown: removing fs lock...
Sun Dec  8 21:29:47 dbexit: really exiting now
[licode] SuperService ID Sun Dec 8 21:29:52 TypeError: db.services.findOne() has no properties (shell eval):1
[licode] SuperService KEY Sun Dec 8 21:29:52 TypeError: db.services.findOne() has no properties (shell eval):1
sed: -e expression #1, char 25: unterminated `s' command
sed: -e expression #1, char 26: unterminated `s' command

from licode.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.