add detailed error logging for reactions views parsing in PostParser

This commit is contained in:
vvzvlad
2025-04-18 16:58:15 +03:00
parent 46aadb93d9
commit fb95636da5
+1
View File
@@ -779,6 +779,7 @@ class PostParser:
except Exception as e:
logger.error(f"reactions_views_parsing_error: {str(e)}", exc_info=True)
logger.error(f"message: {message}")
return None
def _format_poll(self, poll) -> str: