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
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.
The text was updated successfully, but these errors were encountered:
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
Could you pls find a solution for the 2.0.1 version issue.
The text was updated successfully, but these errors were encountered: