You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting following error, can someone please help me to fix this error?
======= 2021-05-12 10:28:08: TypeError: Cannot create property 'eventMode' on string '/whatsSessions/83430' TypeError: Cannot create property 'eventMode' on string '/whatsSessions/83430' at Object.<anonymous> (/var/www/w2api/node_modules/@open-wa/wa-automate/dist/controllers/initializer.js:81:30) at Generator.next (<anonymous>) at /var/www/w2api/node_modules/@open-wa/wa-automate/dist/controllers/initializer.js:27:71 at new Promise (<anonymous>) at __awaiter (/var/www/w2api/node_modules/@open-wa/wa-automate/dist/controllers/initializer.js:23:12) at Object.create (/var/www/w2api/node_modules/@open-wa/wa-automate/dist/controllers/initializer.js:74:12) at Framework.<anonymous> (/var/www/w2api/modules/whatsapp.js:216:10) at global.EMIT.F.emit (/var/www/w2api/node_modules/total.js/index.js:1526:11) at Timeout._onTimeout (/var/www/w2api/node_modules/total.js/index.js:7722:7) at listOnTimeout (node:internal/timers:557:17)
I am getting following error, can someone please help me to fix this error?
======= 2021-05-12 10:28:08: TypeError: Cannot create property 'eventMode' on string '/whatsSessions/83430' TypeError: Cannot create property 'eventMode' on string '/whatsSessions/83430' at Object.<anonymous> (/var/www/w2api/node_modules/@open-wa/wa-automate/dist/controllers/initializer.js:81:30) at Generator.next (<anonymous>) at /var/www/w2api/node_modules/@open-wa/wa-automate/dist/controllers/initializer.js:27:71 at new Promise (<anonymous>) at __awaiter (/var/www/w2api/node_modules/@open-wa/wa-automate/dist/controllers/initializer.js:23:12) at Object.create (/var/www/w2api/node_modules/@open-wa/wa-automate/dist/controllers/initializer.js:74:12) at Framework.<anonymous> (/var/www/w2api/modules/whatsapp.js:216:10) at global.EMIT.F.emit (/var/www/w2api/node_modules/total.js/index.js:1526:11) at Timeout._onTimeout (/var/www/w2api/node_modules/total.js/index.js:7722:7) at listOnTimeout (node:internal/timers:557:17)
here is my package.json
{ "name": "w2api-master", "version": "0.0.9", "description": "An Javascript based WhatsApp library for connect your data as API", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/joaomirandasa/whats2api.git" }, "keywords": [ "whatsapp", "api", "whatsapp", "api", "puppeter" ], "author": "João Vitor Miranda Santos", "license": "MIT", "bugs": { "url": "https://github.com/joaomirandasa/whats2api/issues" }, "homepage": "https://github.com/joaomirandasa/whats2api#readme", "dependencies": { "@open-wa/wa-automate": "^3.11.3", "async": "^3.2.0", "download-file": "^0.1.5", "minimist": ">=1.2.5", "moment": "^2.29.1", "puppeteer": "^9.1.1", "request": "^2.88.2", "total.js": "^3.4.8", "vcards-js": "^2.10.0" } }
The text was updated successfully, but these errors were encountered: