File: Troubleshooting#
I see a decoding error message when fetching data from File#
An error message beginning with 'utf-8' codec can't decode
or 'ascii' codec can't decode
can appear for a number of reasons:
The encoding for your File datastream is defined incorrectly.
The datastream is set to parse an incorrect file type.
The source file contains characters with multiple encoding types.
The source file contains invalid or corrupted characters.
To resolve this issue, depending on the cause, you need to correct your datastream settings, ensure that the source file only contains characters with one encoding type, and remove any invalid or corrupted characters in the source file.
If this error persists after following these steps, please contact the Adverity Support team.
I see a character decoding error message when fetching data from File#
The Adverity cannot determine the character encoding
error message appears when Adverity is not sure whether the automatically detected encoding is correct.
To resolve this issue, we recommend checking the automatically detected encoding, and changing the setting if it is incorrect. If it is correct, you do not need to take any further action.