Motion-Project / motionplus

MotionPlus Home Page: https://motion-project.github.io/
GNU General Public License v3.0
293 stars 38 forks source link

Whitespace in config file causes config failures #75

Closed CRCinAU closed 1 year ago

CRCinAU commented 1 year ago

Did you read the guide?

Yes

What is the base version number of MotionPlus being used?

0.1.x

What was the install method?

Built from source code

What is base architecture?

ARM-64bit

What is the distro being used?

Ubuntu

Disto version number

No response

Camera/Sound type(s) being used?

Network camera with RTSP

Describe the issue/problem and steps to reproduce

If entries in the config file are in the format:

config_item\t\tvalue

then the configuration will not be read. Whitespace between config items should be ignored.

As such, the following config fails

netcam_url<tab><tab>rtsp://........

Relevant MotionPlus log output (at log_level 8)

N/A