Skip to content
New issue

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

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

Already on GitHub? # to your account

dsnet up fails because default config doesn't populate the ReportFile field #85

Closed
axelsimon opened this issue Oct 12, 2022 · 1 comment

Comments

@axelsimon
Copy link
Contributor

Full error:
Key: 'DsnetConfig.ReportFile' Error:Field validation for 'ReportFile' failed on the 'required' tag - failed to load configuration file
this is with dsnet v.0.7.2.

I'm pretty sure that field used to be filled with a default. In any case, simply making sure the config has something like:

    "ReportFile": "/tmp/dsnetreport.json",

is enough to stop dsnet from complaining and to issue dsnet up successfully.

@naggie
Copy link
Owner

naggie commented Oct 12, 2022

Thanks @axelsimon -- fixed in master. I'll cut a release soon

@naggie naggie closed this as completed Oct 12, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants