Closed arcsector closed 7 months ago
Looking at this again I'd expect this kind of encoding error to happen in subprocess rather than inprocess. Taking a closer look at the traceback seems to reveal that this is might be talking about the encoding of the script file itself and not stdout/stderr
.
You should try converting/saving your script as UTF-8 if you can.
Any help on this would be appreciated, as I know that since subprocess takes care of this automagically in the backend, this makes sense that it's only an inprocess issue.