This error occurs when object of canoe using as local in Flask app.
Diag ECU qualifier (ECU_NAME) not available in loaded CANoe config.
If I am passing canoe object outside of the any route in Flask app, It shows pywin32 related error.
File: <COMObject >", line 2 in CreateRequestFromStream.
like: pywintypes.com_error (-21473221008, "CoInitialize has not been called, None, None")
2nd time while changing the parameter through flask frontend, I got these 2 above error.
I don't want to start and stop canoe measurement for every single request.
This error occurs when object of canoe using as local in Flask app. Diag ECU qualifier (ECU_NAME) not available in loaded CANoe config.
If I am passing canoe object outside of the any route in Flask app, It shows pywin32 related error. File: <COMObject>", line 2 in CreateRequestFromStream.
like: pywintypes.com_error (-21473221008, "CoInitialize has not been called, None, None")
2nd time while changing the parameter through flask frontend, I got these 2 above error. I don't want to start and stop canoe measurement for every single request.