Error in sending notification for issue_comments
Closed this issue · 1 comments
GokulDas027 commented
Notifier failed with error :
unable to send message: Bad Request: can't parse entities: Can't find end of the entity starting at byte offset 15
GokulDas027 commented
Fixed!
The problem was at the Mark Down parser.
The parser fails due to the "" character in "issue_comment"
fix : replaced "" with " " in event name.