Closed tpokorra closed 4 years ago
to reproduce: see https://github.com/tpokorra/lbs-test/blob/master/testWithoutPkg/setup.sh
echo "Unicode issue: ✔ Verified Cypress!"
Perhaps this is a solution: https://adminswerk.de/python3-unicodedecodeerror-popen/
issues with universal_newlines=True
Links to https://stackoverflow.com/questions/29546311/popen-communicate-throws-unicodedecodeerror
It is thrown here: https://github.com/SolidCharity/LightBuildServer/blob/master/lib/Shell.py#L42
how can I avoid this? how can I reproduce this with a simple test case?