alfficcadenti / splinterlands-bot

GNU General Public License v3.0
127 stars 160 forks source link

Bot not running anymore? #96

Closed supershwa closed 2 years ago

supershwa commented 2 years ago

Before the last update a week or so ago, the bot was running smoothly without issue.

However, with the latest updates, I haven't been able to run it. When I run "node index.js", I don't get any errors and it just goes right back to the command prompt.

I'm on Windows, and running the latest version of Node.js. I've run "npm install" to install all of the dependency modules, including the latest puppeteer module.

Any ideas?

Thanks!

alfficcadenti commented 2 years ago

npm start instead of node index.js

supershwa commented 2 years ago

Aha - that did it! Thank you. Great bot!