From 44b2bbd54b2295070e86678a3b143a771b9c91a6 Mon Sep 17 00:00:00 2001 From: Bibo-Joshi Date: Thu, 15 Apr 2021 13:14:42 +0200 Subject: [PATCH] Updated Ask Right (markdown) --- Ask-Right.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Ask-Right.md b/Ask-Right.md index cd65fe2..1a76930 100644 --- a/Ask-Right.md +++ b/Ask-Right.md @@ -50,6 +50,7 @@ Again, please try to be precise and include all relevant information. This means * What kind of handler did you set up to handle this? What is it supposed to do? 2. What is actually happening? * If you're encountering an exception, please provide the full [traceback](https://realpython.com/python-traceback/) + * Make sure that you activate [logging](https://github.com/python-telegram-bot/python-telegram-bot/#logging) or an [error handler](https://github.com/python-telegram-bot/python-telegram-bot/wiki/Exception-Handling) so that you can actually see the traceback! 3. Where exactly are things going south? If you can locate the line/s of code that are misbehaving, please include them in your question. If you have a hard time laying your finger on where exactly things go south, it might be helpful to provide a [minimal working example](https://telegra.ph/Minimal-Working-Example-for-PTB-07-18).