Replies: 4 comments
|
I was able to enable Exception traceback with I'm moving in the direction of filtering. |
0 replies
|
My solution is. It seems to work as it should. Is that what i should have done? |
0 replies
|
Now I get, for example, Is there any way to get the values of local variables? Or at least would be the value of the specific variable that caused the error? |
0 replies
|
My solution: Then I just wrap all the functions with a message handler The output is as follows: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
If I use Telebot, then when an error occurs, I get an expanded Exception traceback
But when I use AsyncTeleBot, Exception traceback is not output.
How do I enable this information?
All reactions