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

Error in home-assistant.log regarding manifest.json #1

Closed
jm-73 opened this issue Jul 31, 2019 · 1 comment
Closed

Error in home-assistant.log regarding manifest.json #1

jm-73 opened this issue Jul 31, 2019 · 1 comment

Comments

@jm-73
Copy link
Collaborator

jm-73 commented Jul 31, 2019

Error message in log:
2019-07-31 08:35:24 ERROR (SyncWorker_0) [homeassistant.loader] Error parsing manifest.json file at /config/custom_components/indego/manifest.json: Expecting value: line 6 column 18 (char 143)

This error appears when starting Home Assistant in home-assistant.log.
The error in not present when debug logging is enabled for Indego

Tested on: hassio 0.96.5
Tested with component version: indego 0.2

First reported by: typeonegative

@jm-73
Copy link
Collaborator Author

jm-73 commented Jul 31, 2019

Missing "" in manifest.json.

Original code (line 6):
"codeowners": [jm-73],

Corrected code (line 6):
"codeowners": ["@jm-73"],

@jm-73 jm-73 closed this as completed in 575603d Jul 31, 2019
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