adonespitogo / AdoBot-IO

AdoBot NodeJS Server with socket.io
https://github.com/adonespitogo/AdoBot
MIT License
199 stars 160 forks source link

Enhancement #12

Open lordcharlx opened 5 years ago

lordcharlx commented 5 years ago

Hi developer....can you please enhance this software adding some features like file manager, camera, record calls etc Thanks in advance

adonespitogo commented 5 years ago

I don't need such functionality as of the moment. Perhaps you can implement it and send a pull request.

lordcharlx commented 5 years ago

I need help implementing it

adonespitogo commented 5 years ago

See "Development Setup" in the readme.

coderaize commented 5 years ago

i am unable to run this on heroku the scripts in package gives error.

coderaize commented 5 years ago

$ 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

coderaize commented 5 years ago

$ npm install

phantomjs-prebuilt@2.1.16 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

androspy@1.0.0 postinstall C:\Users\princ\Desktop\AdoBot-IO-master run-s sequelize_it_please gulp_it_please

androspy@1.0.0 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! androspy@1.0.0 sequelize_it_please: sequelize db:migrate npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the androspy@1.0.0 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! androspy@1.0.0 postinstall: run-s sequelize_it_please gulp_it_please npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the androspy@1.0.0 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

adonespitogo commented 5 years ago

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.