Quote:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xf4 in position 6: ordinal
not in range(128)
|
Based on the error message above, could it be the switch --output-encoding=OUTPUT_ENCODING might be a what is causing the problem. I just don't know what to pass in since there is no documentation for this.
=X=