-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Labels
Description
When providing output from color to send to slack, slacktee gives a json error. I got this error when using a public tool called nuclei which gave a one line output of color, and when piping it to slacktee it gave this error:
slacktee.sh: {"ok":false,"error":"invalid_json"}
I guess this happens because of the color, since when removing it slacktee had no problems. Maybe add a condition to remove colorful output so it doesn't give this error? not sure