Skip to content

Commit

Permalink
Merge pull request #174 from prakhargurunani/fix-smart-reply
Browse files Browse the repository at this point in the history
FIX: smart reply
  • Loading branch information
vasani-arpit authored Oct 5, 2020
2 parents d1c762c + dbb9554 commit 796e24b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 796e24b

Please sign in to comment.