Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement #12

Open
lordcharlx opened this issue Jan 25, 2019 · 7 comments
Open

Enhancement #12

lordcharlx opened this issue Jan 25, 2019 · 7 comments

Comments

@lordcharlx
Copy link

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

@adonespitogo
Copy link
Owner

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

@adonespitogo adonespitogo mentioned this issue Jan 25, 2019
@lordcharlx
Copy link
Author

I need help implementing it

@adonespitogo
Copy link
Owner

See "Development Setup" in the readme.

@coderaize
Copy link

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

@coderaize
Copy link

$ 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
Copy link

$ 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

@adonespitogo
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants