Modmail
Modmail copied to clipboard
Logviewer/logviewer patron Breaks for every thread
Bot Version
v3.11.0-dev2
How are you hosting Modmail?
Systemd
Error Logs
https://hastebin.cc/ajubocufuw.sql
Screenshots
No response
Additional Information
https://publicmodmail.logs.vodka/logs/04f519d55a76
Those are logviewer its logs, as modmail gave 0 logs
This needs to be fixed in the log viewer, the error is occurring due to dpy being timeaware and log viewer using datetime.datetime.utcnow()
, which is a dirty function and isn’t aware, it can be fixed by changing it to datetime.datetime.now(datetime.timezone.utc)
.
- https://github.com/kyb3r/logviewer/pull/44
- https://github.com/kyb3rr/logviewer-premium/pull/23