Skip to content

error in log despite working fine #36

@kthun91

Description

@kthun91

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions