SvenVD / rpisurv

Raspberry Pi surveillance
https://rpisurv.net
GNU General Public License v2.0
626 stars 101 forks source link

2.0 Beta - yaml.parser.ParserError #60

Closed franzaut closed 6 years ago

franzaut commented 6 years ago

yaml.parser.ParserError: while parsing a block collection in "conf/surveillance.yml", line 74, column 11 expected , but found '?' in "conf/surveillance.yml", line 78, column 11

Error in the original surveillance.yml?

): did not find expected '-' indicator while parsing a block collection at line 74 column 11
SvenVD commented 6 years ago

Although it isn't the goal that the example config file is a config that passes the initialization phase of rpisurv, because of the dummy "documentation" examples, it should at least pass the yaml parser, to be a good example file and not confuse the reader with indentation errors. I fixed it in https://github.com/SvenVD/rpisurv/commit/6f541df3002af4099761e07d5a94db015dc5987d

nice catch!

SvenVD commented 6 years ago

Can you confirm on your side it is OK now? Thanks

franzaut commented 6 years ago

Yes thank you, it is OK.