Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If config.yaml has bad format, sd2 daemon process dies without any message #1

Open
theronfff opened this issue Sep 20, 2018 · 0 comments

Comments

@theronfff
Copy link

I created a config.yaml that had a tab character in it, which the yaml parser doesn't like:

yaml.scanner.ScannerError: while scanning for the next token
found character '\t' that cannot start any token
  in "<unicode string>", line 37, column 1:
    	enabled: true
    ^

When I saved this file, the sd2 daemon process immediately died. The only in the logs that I could find was this:

2018-09-20 14:42:35 44097 INFO     SD2INIT:EE

It was only by running sd2 again that I found out what the problem was.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant