telegram-bot-api icon indicating copy to clipboard operation
telegram-bot-api copied to clipboard

Error with SendMessage in 2.0.1v

Open govindkrishnaamt opened this issue 3 years ago • 0 comments

Different errors are thrown from API SendMessage, sendPhoto, sendDocument & sendVideo. Same Text or video files are getting different error messages, also send is getting sent after sometimes even after the error is thrown. Issue was happened after updating the telegram-bot-api NPM from version 1.3.3 to 2.0.1. issue is not replicated once after degrading the version back to 1.3.3

{"code":"ETIMEDOUT","connect":true}

{"code":400,"description":"Bad Request: failed to get HTTP URL content","body":{"ok":false,"error_code":400,"description":"Bad Request: failed to get HTTP URL content"}}

Could you pls find a solution for the 2.0.1 version issue.

govindkrishnaamt avatar Nov 26 '21 06:11 govindkrishnaamt