Closed suntong closed 4 years ago
This basically means that the module is unusable.
Switching to https://github.com/yagop/node-telegram-bot-api and am very happy now.
Feel free to close it or fix it...
@suntong Thx for refering a working repo... this will be my third try.
Can't replicate the issue on my end. Tested on Node versions 10.16.0
, 12.10.0
and 13.8.0
. Without further information I can't help you debug.
Closed till more people have similar issues.
@edisonchee thx, i had the same problem, update to 13.8.0
helped
This issue was encountered on v12.14.0, but an update to v12.18.2 seemed to fix it. Very interesting what the cause is.
Hi,
Please take a look at this simpleUsage.js copied from https://github.com/edisonchee/slimbot/blob/master/examples/simpleUsage.js, just without
slimbot.stopPolling
.However, it will die in 20 seconds:
I was expecting that the bot stay listening as long as I don't kill it.