skip to Main Content

Telegram Bot: Wrong response from the webhook: 404 Bad Request – Telegram API

I have my telegram bot deployed on Heroku. Bot used to work fine, but at some point it just stopped sending messages when receiving commands. here is the answer of getWebHookInfo: {"ok":true,"result":{"url":"https://telegram-rainbow-bot.herokuapp.com:443/api/message/update","has_custom_certificate":false,"pending_update_count":1,"last_error_date":1613676609,"last_error_message":"Wrong response from the webhook: 404 Not Found","max_connections":40,"ip_address":"54.171.62.111"}} I…

VIEW QUESTION

How to enable TLS for Redis 6 on Sidekiq?

Problem On my Ruby on Rails app, I keep getting the error below for the Heroku Redis Premium 0 add-on: OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=error: certificate verify failed (self signed certificate in certificate chain) Heroku Redis documentation mentions that I…

VIEW QUESTION
Back To Top
Search