You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get an error in the JobManager during the metadata write out to disk. It looks like due to unicode issues: UnicodeEncodeError: 'charmap' codec can't encode character '\u03c3' in position 56: character maps to
reported by @mbuchhorn:
comes from
openeo-python-client/openeo/extra/job_management.py
Lines 599 to 600 in 74b716e
adding
encoding='utf8'
to theopen()
call fixes the problem. (I'm also not sure about thatensure_ascii=False
)The text was updated successfully, but these errors were encountered: