Hello everyone. I faced an error when I am trying to couple with Gaia. The Error is shown below:
... processing the steering file
~> Checking keyword/rubrique coherence
~> Checking keyword/rubrique coherence
Traceback (most recent call last):
File "C:\opentelemac-mascaret\v8p3r1\scripts\python3\telemac2d.py", line 7, in <module>
main('telemac2d')
File "C:\opentelemac-mascaret\v8p3r1\scripts\python3\runcode.py", line 279, in main
run_study(cas_file, code_name, options)
File "C:\opentelemac-mascaret\v8p3r1\scripts\python3\execution\run_cas.py", line 163, in run_study
my_study = Study(
File "C:\opentelemac-mascaret\v8p3r1\scripts\python3\execution\study.py", line 163, in __init__
cas_plage = TelemacCas(cas_name_cpl, dico_file_plage)
File "C:\opentelemac-mascaret\v8p3r1\scripts\python3\execution\telemac_cas.py", line 76, in __init__
self._parse_cas()
File "C:\opentelemac-mascaret\v8p3r1\scripts\python3\execution\telemac_cas.py", line 126, in _parse_cas
for line in f.readlines():
UnicodeDecodeError: 'cp932' codec can't decode byte 0x99 in position 209: illegal multibyte sequence
This error did not happen when I just run my telemac2d file. My version is v8v3r1. Please help me to find where the problems happened.
Regards
LIN