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 came across an error in the python code UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 234 and solved adding in line 56 of the main.py file the code with open(yaml_file_path, "r", encoding="utf-8") as file: