diff --git a/README.md b/README.md index 27fe444..5bc59e2 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,13 @@ node src/index.js If you run Linux on a headless server or wan't to run chmomium without visible display try ```xvfb-run wbot-linux```. +## Known bugs +Sometimes, closing the `node` server directly does not clear browser cache. Next time when the bot is started, it runs into errors due to which smart reply is not setup correctly. A temporary fix to this is to clear `node` cache. + +```java-script +npm cache clean +``` + ## 💻 Technologies * [Node](https://nodejs.org/en/) diff --git a/package-lock.json b/package-lock.json index cb992a2..8042ae7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wbot", - "version": "0.13.0", + "version": "0.13.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index abbc4bd..3700aff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wbot", - "version": "0.13.1", + "version": "0.13.2", "description": "A simple whatsapp reply bot using puppeteer.", "main": "src/index.js", "scripts": {