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

How to Connect Heroku Redis TLS Node?

I dont seem to be able to connect to Heroku Redis using TLS on Node. These docs arent really much help: https://devcenter.heroku.com/articles/securing-heroku-redis Does anyone have a working example? Should I be using REDIS_URL or REDIS_TLS_URL? Im using node_redis v3

VIEW QUESTION
Back To Top
Search