Hi, On Fri, Nov 03, 2023 at 09:42:55AM -0700, Damian Minkov wrote:
We have been cleaning up our logs lately and we came upon these two errors about invalid characters. Any recommendations, how do we handle those and prevent them?
(reduced)
util/stanza.lua:51: invalid tag name: contains invalid characters mod_saslauth.lua:33: in function 'build_reply'
This one suggests that the SASL handler or authentication module returned an invalid error code, i.e. things like "malformed-request". Hard to say more than that based on only this traceback.
Error in timer: util/stanza.lua:65: invalid text value: contains invalid utf8 ...are/jitsi-meet/prosody-plugins/mod_presence_identity.lua:11: in function
Looks like invalid or corrupt UTF-8 got into this module, via a timer. Hope that's enough to proceed. -- Regards, Kim "Zash" Alvefur -- You received this message because you are subscribed to the Google Groups "prosody-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prosody-dev/ZVHz9RAynov9MG7F%40diploria.zash.se.
