You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bot crashes at the point I run node server the bot asks me to enter the bot api token and when I do it shows the bellow error
NetworkError: getMe failed: Error: read ECONNRESET
at new NetworkError (/root/shell-bot/node_modules/botgram/lib/bot.js:20:20)
at ClientRequest.handleResponse (/root/shell-bot/node_modules/botgram/lib/bot.js:133:24)
at ClientRequest.emit (events.js:314:20)
at TLSSocket.socketErrorListener (_http_client.js:427:9)
at TLSSocket.emit (events.js:314:20)
at emitErrorNT (internal/streams/destroy.js:92:8)
at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)
at processTicksAndRejections (internal/process/task_queues.js:84:21)
When calling method getMe: {}
at Bot.callMethod (/root/shell-bot/node_modules/botgram/lib/bot.js:102:18)
at Bot.autodetect (/root/shell-bot/node_modules/botgram/lib/bot.js:164:8)
at Bot.firstDetection (/root/shell-bot/node_modules/botgram/lib/bot.js:179:17)
at processTicksAndRejections (internal/process/task_queues.js:79:11) {
err: [Error],
req: [Error]
}
Please find below a screenshot of the error
I tried to search the error as it seems to be a problem with ssl or connecting to https/443 so I tried connection manually with curl
curl -v http://api.telegram.org/bot-token/getMe
* Trying 149.154.167.220:80...
* Connected to api.telegram.org (149.154.167.220) port 80 (#0)> GET /bot-token/getMe HTTP/1.1
> Host: api.telegram.org
> User-Agent: curl/7.81.0
> Accept: */*>* Recv failure: Connection reset by peer
* Closing connection 0
curl: (56) Recv failure: Connection reset by peer
Please any help?
The text was updated successfully, but these errors were encountered:
Hello dears,
The bot crashes at the point I run
node server
the bot asks me to enter the bot api token and when I do it shows the bellow errorPlease find below a screenshot of the error
I tried to search the error as it seems to be a problem with ssl or connecting to https/443 so I tried connection manually with
curl
Please any help?
The text was updated successfully, but these errors were encountered: