daita-technologies/daita-python-library

Unicode decode error

pcaversaccio opened this issue · 4 comments

When using the current version 0.0.5, I get the following unicode decoding warning:

'charmap' codec can't decode byte 0x90 in position 38: character maps to <undefined>

My first guess is that when we use open somewhere in the code, the encoding is set wrong or neglected.

Hi Pascal, You can share the screen related to the bug because I can't understand the bug.

First I run:

image

Thereafter:

image

Hmm, I guess the bug is related to OS, You are using windows or MacOs.

Windows 11 right now. Yes it's an OS-related bug probably. Can test later with Ubuntu.