I am using a python library to create mathematical animations and I suspect that when it invokes os.startfile(file_path), I run into this error OSError: [WinError -805305975] Windows Error 0xd0000189: 'C:\\Users\\farah\\projects\\DAG\\dag_animations\\media\\videos\\test\\480p15\\testScene.mp4' . Searching through the Windows debugging tools, I found that it may be BAD_OBJECT_HEADER bug. I'm not so sure; that's why I am asking this question.
Moreover, the bug seems to come and go; I have got this bug before but it kinda disappeared after restarting my computer I think. It was working fine until a few hours ago! What is causing this issue and what is the solution?
Thanks.