When the source code from the remote code paste service contains an utf-8 char the cinch handler in the bot dies. This happens in EvaluatiorService#to_wire because the to_json calls encode in the code, which then fails as the encoding is incorrectly set.
This happens because Typhoeus incorrectly sets the response body encoding, not respecting the charset from the response header.
see typhoeus/typhoeus#580
When the source code from the remote code paste service contains an utf-8 char the cinch handler in the bot dies. This happens in
EvaluatiorService#to_wirebecause the to_json calls encode in the code, which then fails as the encoding is incorrectly set.This happens because Typhoeus incorrectly sets the response body encoding, not respecting the charset from the response header.
see typhoeus/typhoeus#580