I'm trying to use eyelinkio for developing my codes to analyze eye-tracking data. First I tried the default test_2_raw.edf in tests, it returned the same as README, but when I try my test data it returned UnicodeEncodeError:
UnicodeEncodeError: 'ascii' codec can't encode characters in position 26-33: ordinal not in range(128)
I tried to open and compare the two EDF in Windows Notepad, and the first 10 lines looks similar and I can't find out why it showed UnicodeEncodeError.
Do you have any idea? Many thanks!~
