Mohammed Shah
Mohammed Shah
Reference: https://github.com/cloudflare/workers-chat-demo/blob/master/src/chat.mjs
@github-actions run ⚡ Release! ⚡ ```js (async () => { function exec(cmd) { try { execSync(cmd, {stdio: 'inherit'}) } catch (error) { console.log(`Status Code: ${error.status} with '${error.message}'`); } } //set...
# Changelog ## 🚀 Release [4.66.4](https://github.com/open-wa/wa-automate-nodejs/compare/4.66.3...4.66.4) (2023-12-29) - 📝 added Terms of Service [`5ff70d0`](https://github.com/open-wa/wa-automate-nodejs/commit/5ff70d0b7ff57652a77896c9624bd4c5f6ff379e) - Release 4.66.4 [`1927fa2`](https://github.com/open-wa/wa-automate-nodejs/commit/1927fa2d8d0d706d10ffe457ff5a9e5cc1cedb15) - 📝 update links in the readme [`d5a2a1d`](https://github.com/open-wa/wa-automate-nodejs/commit/d5a2a1d202ab5713c8fce66a89830d3c996ac742) - 🚑 fix: fix...
@github-actions run ⚡ Release! ⚡ ```js (async () => { function exec(cmd) { try { execSync(cmd, {stdio: 'inherit'}) } catch (error) { console.log(`Status Code: ${error.status} with '${error.message}'`); } } //set...
# Changelog ## 🚀 Release [4.67.0](https://github.com/open-wa/wa-automate-nodejs/compare/4.66.4...4.67.0) (2024-01-10) - Release 4.67.0 [`5fc7502`](https://github.com/open-wa/wa-automate-nodejs/commit/5fc7502d96eddd4898e1224a727ed5f306d0d31f) - 🚑 remove cmd listener code #3161 [`a63a969`](https://github.com/open-wa/wa-automate-nodejs/commit/a63a969b6bedd3218669da6091fc19306c7cd305) - updated types-only package [`6636245`](https://github.com/open-wa/wa-automate-nodejs/commit/6636245a31bc5c09d09bf556765a880b6e3b4ce2) - Create CNAME [`4916cac`](https://github.com/open-wa/wa-automate-nodejs/commit/4916cac8589f66ff9948e8142e14685c693e1ba0)
@demartinoalexis please try with the CLI with advanced logging: ``` > npx @open-wa/wa-automate --debug -v --log-internal-events --log-console --log-console-errors ``` then paste all of your logs here including the point where...
@demartinoalexis so this error is not happening when using the cli?
Add this to your config then check the logs ```js "debug": true, "disableSpins":true, "logging": [{ "type": "console" }], "logInternalEvents": true, //ONLY TURN THIS ON IF ASKED TO! "logConsoleErrors": true ```
@demartinoalexis please join the discord (click the discord badge in the readme) I need to see what is going on with your session.
@github-actions run ⚡ Release! ⚡ ```js (async () => { function exec(cmd) { try { execSync(cmd, {stdio: 'inherit'}) } catch (error) { console.log(`Status Code: ${error.status} with '${error.message}'`); } } //set...