Enhancement
Hi developer....can you please enhance this software adding some features like file manager, camera, record calls etc Thanks in advance
I don't need such functionality as of the moment. Perhaps you can implement it and send a pull request.
I need help implementing it
See "Development Setup" in the readme.
i am unable to run this on heroku the scripts in package gives error.
$ npm install npm ERR! file C:\Users\princ\Desktop\AdoBot-IO-master\package.json npm ERR! code EJSONPARSE npm ERR! JSON.parse Failed to parse json npm ERR! JSON.parse Unexpected token } in JSON at position 190 while parsing near '... "node index.js", npm ERR! JSON.parse }, npm ERR! JSON.parse "main": "index....' npm ERR! JSON.parse Failed to parse package.json data. npm ERR! JSON.parse package.json must be actual JSON, not just JavaScript.
npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\princ\AppData\Roaming\npm-cache_logs\2019-03-16T14_23_40_147Z-debug.log
$ npm install
[email protected] install C:\Users\princ\Desktop\AdoBot-IO-master\node_modules\phantomjs-prebuilt node install.js
PhantomJS not found on PATH Download already available at C:\Users\princ\AppData\Local\Temp\phantomjs\phantomjs-2.1.1-windows.zip Verified checksum of previously downloaded file Extracting zip contents Removing C:\Users\princ\Desktop\AdoBot-IO-master\node_modules\phantomjs-prebuilt\lib\phantom Copying extracted folder C:\Users\princ\AppData\Local\Temp\phantomjs\phantomjs-2.1.1-windows.zip-extract-1552746828353\phantomjs-2.1.1-windows -> C:\Users\princ\Desktop\AdoBot-IO-master\node_modules\phantomjs-prebuilt\lib\phantom Writing location.js file Done. Phantomjs binary available at C:\Users\princ\Desktop\AdoBot-IO-master\node_modules\phantomjs-prebuilt\lib\phantom\bin\phantomjs.exe
[email protected] postinstall C:\Users\princ\Desktop\AdoBot-IO-master run-s sequelize_it_please gulp_it_please
[email protected] sequelize_it_please C:\Users\princ\Desktop\AdoBot-IO-master sequelize db:migrate
Sequelize [Node: 10.15.1, CLI: 2.7.0, ORM: 3.30.4]
Loaded configuration file "config\config.json".
Using environment "development".
(node:14184) [DEP0096] DeprecationWarning: timers.unenroll() is deprecated. Please use clearTimeout instead.
Unable to connect to database: SequelizeConnectionError: ER_BAD_DB_ERROR: Unknown database 'adobot'
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] sequelize_it_please: sequelize db:migrate
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] sequelize_it_please script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\princ\AppData\Roaming\npm-cache_logs\2019-03-16T14_34_13_447Z-debug.log
ERROR: "sequelize_it_please" exited with 1.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] postinstall: run-s sequelize_it_please gulp_it_please
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\princ\AppData\Roaming\npm-cache_logs\2019-03-16T14_34_13_580Z-debug.log
The error says:
Unable to connect to database: SequelizeConnectionError: ER_BAD_DB_ERROR: Unknown database 'adobot'
You have to setup your development database as indicated in the readme.