open_dbm icon indicating copy to clipboard operation
open_dbm copied to clipboard

error in log despite working fine

Open kthun91 opened this issue 1 year ago • 2 comments

Bug Type

Performance

Source

source (default)

OpenDBM Version

2.0

Custom Code

No

OS Platform and Distribution

any

Mobile device / Browser (for Doc bugs)

No response

Python version

3.6

GCC/Compiler version

No response

Docker version

No response

GPU model and memory

No response

🐞 Describe the bug. Steps/Code to Reproduce

Terminal output:

ERROR:root:Failed to process video file
  • Appears in terminal, but function works just fine or not.

  • The error message appears every time the function is called.

affected file: /dbm_lib/dbm_features//raw_features/movement/facial_tremor.py Line 164

#     except Exception as e:
        logger.error('Failed to process video file')

The message confused me when I tried to build a singularity container and shouldn't be there.

Expected Results

  • error if exception is thrown
  • no error if function was successful

Actual Results and relevant log outputs

INFO:root:Concluded computing tremor features
ERROR:root:Failed to process video file(facial_tremor)
INFO:root:Calculating derived variables...

error appears every time

kthun91 avatar Aug 08 '22 16:08 kthun91