Closed antoncoding closed 6 years ago
I can't replicate this issue. Please make sure your package is updated to the latest version. In order to do that make sure the version for steem-bot in your package.json
is 0.8.0
and do this in terminal:
rm -rf node_modules
npm i
Yes I did check that in package.json
, my steem-bot version is 0.8.0
but after I changed the import line to
const SteemBot = require('steem-bot').default
and command
node errorHandling.js
the error occured.
My apologies I forgot to update the dist files. Please get the latest package @0.8.1 and the problem should be solved.
@p0o Thanks a lot!
When I tried to run your script
errorHandling.js
I ran into this error:It seems like the catch() in the last line is not working properly, while the one after
responder.comment()
is working just fine.