If youre getting this error while trying to run ruby script, just replace the loop in Packages/Default/exec.py on line 44 with the snippet below:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 60 ...
1 2 3 4 5 |
|
If youre getting this error while trying to run ruby script, just replace the loop in Packages/Default/exec.py on line 44 with the snippet below:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 60 ...
1 2 3 4 5 |
|