Forums

Problem in telegram webhook

Hello, i am the owner of a telegram chatbot that uses webhook. Suddenly my bot stopped responding. Throwing no error mesages and no visible sign that something is different. it simply stopped responding. It runs on flask. The only differece is that it usually uses POST and now its showing some GET on the access log. Like this: "GET / HTTP/1.1" 404 233 "-" "python-requests/2.28.1".

The bot is currently not responding and i need to fix it immediately. Thanks

404 means that something tries to hit url that is not defined in your flask app.