2

I get this error when I changed the custom command from an application that prints to STDOUT to shell script that runs curl and produces the same output to STDOUT.

What's going on here?

Hristo Kolev
  • 440
  • 1
  • 6
  • 16

1 Answers1

2

The problem was that the web service that I was calling with curl was responding with UTF-8.

When I changed it to ASCII it all worked out.

Hristo Kolev
  • 440
  • 1
  • 6
  • 16