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

Fehler bei der Installation #14

Open
baxit1 opened this issue Aug 6, 2019 · 1 comment
Open

Fehler bei der Installation #14

baxit1 opened this issue Aug 6, 2019 · 1 comment

Comments

@baxit1
Copy link

baxit1 commented Aug 6, 2019

Hallo,
habe alles nach der Anleitung installiert hat auch funktioniert, bis zur configure.py danach kommt diese Meldung

configure.py:310: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. config = yaml.load(logging_config)

Jetzt weiß ich nicht weiter, da der alarmmonitor nicht startet und kein Dashboard erscheind.

@Bigrah2
Copy link

Bigrah2 commented Jan 10, 2020

Sowohl in der configure.py (config = yaml.load(logging_config))
als auch in der main.py (logging_config = yaml.load(logging_config_file))
muss man Loader=yaml.FullLoader hinzufügen damit die Zeilen dann so aussehen(jede in ihrem File):
config = yaml.load(logging_config, Loader=yaml.FullLoader)
logging_config = yaml.load(logging_config_file, Loader=yaml.FullLoader)

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

2 participants