iris
iris copied to clipboard
Iris-sender error
While running iris-sender i am getting below error and messages are not sent to any oncall users.
raise InternalError(errno, errorvalue) InternalError: (1055, u"'iris.message.incident_id' isn't in GROUP BY")
You probably need to turn off ONLY_FULL_GROUP_BY
in your mysql mode.
Yes that works for me, i have a diff issue now regarding sender.
2019-01-28 10:15:15,672 WARNING root Maximum retry count for app: oncall target:username breached. SMTPServerDisconnected: Connection unexpectedly closed: timed out or raise SMTPException("SMTP AUTH extension not supported by server.")
i am using gmail smtp, any suggestions on this..
What i have found that smtp with auth is not working, smtp without with port 25 is working, do we have any settings that we can enable smtp with auth...