Reading Nihon Kohden Log Files

Hi,

I am new to EEG data and am specifically working with Nihon Kohden log files. If I understand correctly, these are annotations to the actual EEG recording. From the documentation I found, the function

mne.io.read_raw_nihon

should be able to read .log files.
I tried this and obtained the following error:

Loading HA995A7F.LOG
Reading header from c:\ccf\sow34\HA995A7F.LOG
ERROR: Not a valid Nihon Kohden EEG file (EEG-1200A V01.00)

I am running my code using

Python 3.11.5
mne 1.7.1
Windows 11 Enterprise
VS Code 1.91.1

Can anyone shed some light on this please?