Philipp Hörist pushed to branch generate-ogp-previews at gajim / gajim


Commits:
587ddb11 by Philipp Hörist at 2026-02-15T15:43:46+01:00
cfix: Print exception

- - - - -


1 changed file:

- gajim/gtk/message_url_previews.py


Changes:

=====================================
gajim/gtk/message_url_previews.py
=====================================
@@ -107,7 +107,7 @@ def _on_url_preview_response(self, obj: FileTransfer) -> 
None:
         try:
             html_content, _ = utf8_decode(result.content)
         except Exception:
-            log.error("Error while reading website html")
+            log.exception("Error while reading website html")
             return
 
         open_graph_parser = OpenGraphParser()



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/587ddb1134afa865ba0579f1297f2e98c4fc291a

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/587ddb1134afa865ba0579f1297f2e98c4fc291a
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to