iris icon indicating copy to clipboard operation
iris copied to clipboard

Iris-sender error

Open adityavijjanT opened this issue 6 years ago • 3 comments

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")

adityavijjanT avatar Jan 25 '19 10:01 adityavijjanT

You probably need to turn off ONLY_FULL_GROUP_BY in your mysql mode.

dwang159 avatar Jan 27 '19 02:01 dwang159

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..

adityavijjanT avatar Jan 28 '19 05:01 adityavijjanT

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...

adityavijjanT avatar Feb 10 '19 14:02 adityavijjanT