Telegram on iOS crashes when browsing stickers or gifs longer than 30 second
If you open the sticker/gif panel when entering a message, flip, twist, rotate, no matter how, but view them, 15-20 seconds - the application crashes. Steps to reproduce Entering a message; Click on the…
- https://github.com/beeb/pancaketrade/blob/e4227ce9ed7a40cc460170d23c4c0276cae0ad8a/pancaketrade/utils/generic.py#L82
- https://github.com/beeb/pancaketrade/blob/e4227ce9ed7a40cc460170d23c4c0276cae0ad8a/pancaketrade/bot.py#L254
- https://github.com/beeb/pancaketrade/blob/e4227ce9ed7a40cc460170d23c4c0276cae0ad8a/pancaketrade/bot.py#L265
So the fact that you don’t see any error might be because they are all handled and therefore not logged.
Also, for the future, I suggest to send a Simple MWE where you can reproduce the issue instead of a long code, check here how to make a good MWE: https://stackoverflow.com/help/minimal-reproducible-example