phaticusthiccy / WhatsAsenaDuplicated

New Repository for WhatsAsena. Also First UserBot for WhatsApp.
GNU General Public License v3.0
275 stars 1.27k forks source link

Installing sqlite3 on Termux #201

Closed Temuxuser2021 closed 2 years ago

Temuxuser2021 commented 2 years ago

Describe the bug A clear and concise description of what the bug is. node bot.js /data/data/com.termux/files/home/WhatsAsenaDuplicated/node_modules/sequelize/lib/dialects/abstract/connection-manager.js:81 throw new Error(Please install ${moduleName} package manually); ^

Error: Please install sqlite3 package manually at ConnectionManager._loadDialectModule (/data/data/com.termux/files/home/WhatsAsenaDuplicated/node_modules/sequelize/lib/dialects/abstract/connection-manager.js:81:15) at new ConnectionManager (/data/data/com.termux/files/home/WhatsAsenaDuplicated/node_modules/sequelize/lib/dialects/sqlite/connection-manager.js:24:21) at new SqliteDialect (/data/data/com.termux/files/home/WhatsAsenaDuplicated/node_modules/sequelize/lib/dialects/sqlite/index.js:15:30) at new Sequelize (/data/data/com.termux/files/home/WhatsAsenaDuplicated/node_modules/sequelize/lib/sequelize.js:340:20) at Object. (/data/data/com.termux/files/home/WhatsAsenaDuplicated/config.js:55:52) at Module._compile (node:internal/modules/cjs/loader:1101:14) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10) at Module.load (node:internal/modules/cjs/loader:981:32) at Function.Module._load (node:internal/modules/cjs/loader:822:12) at Module.require (node:internal/modules/cjs/loader:1005:19)

Expected behavior A clear and concise description of what you expected to happen. ![Uploading Screenshot_2021-09-19-10-44-44-05.jpg…]() ![Uploading Screenshot_2021-09-19-10-44-04-52_84d3000e3f4017145260f7618db1d683.jpg…]()

Screenshots If applicable, add screenshots to help explain your problem.

Users, please complete the following actions.

Additional context Add any other context about the problem here.

phaticusthiccy commented 2 years ago

Hi @Temuxuser2021

If you want to install WhatsAsena on your local storage, you must install packages manually. There is a sqlite3 error.

Sqlite3, dosent support some arm64 and armx86 devices. In this case, there are a few ways to do.

Installing Pre-Relased Packages

$ pkg install clang libsqlite pkg-config python make $ pkg install pkg-config $ pkg install clang libsqlite pkg-config $ npm install sqlite3 --node-trace

Force to Install ( Only Localhost )

$ npm install sqlite3 --build-from-source --sqlite=~/../usr/bin/sqlite3 npm install better-sqlite3 --sqlite=./sqlite-amalgamation

Make Way

$ pkg install build-essential $ pkg install make $ npm i sqlite3

Experimental Way

$ apt install libllvm $ apt install clang make nodejs-dev libuv-dev $ apt install g++ $ npm install sqlite3

Try these, if there are any problems your device may not support it.

Temuxuser2021 commented 2 years ago

Yes , i use all method (commands) but the same probelm accours , i think its problem on the script can you please check in your other phone ? 😸

phaticusthiccy commented 2 years ago

Try these, if there are any problems your device may not support it.

I think your device dosent support databae colons with sqlite3

Temuxuser2021 commented 2 years ago

Try these, if there are any problems your device may not support it.

I think your device dosent support databae colons with sqlite3

😔. Hope its work

Temuxuser2021 commented 2 years ago

Screenshot_2021-09-21-08-02-13-70_84d3000e3f4017145260f7618db1d683

See the screenshot i do all the thing but not working im using termux new version

Temuxuser2021 commented 2 years ago

So how can i use it my phone is oppo a15 android 10 ram 3gb 😟 can i install on virutual space like , vmos,v1m,x8sandbox.etc 🙂

phaticusthiccy commented 2 years ago

Its not about your termux version. Some android architectures dosent support sqlite3 requirements. I don't know which models support or don't support it. If none of the above ways work, probably your phone can't handle it.

Yeah, you can install WhatsAsena on vds, vps or any virtual device. Set sudo user on your host called /root/WhatsAsenaDuplicated run it on there. But we are not recommend this way, it will just be a waste of space as you can't change the codes.

github-actions[bot] commented 2 years ago

This issue is stale Because it has been open 5 days with no activity. Remove the stale label or comment or this will be closed in 2 days