click.echo("{} there is no endpoint called \"{}\" in the configuration. It will be ignored.\n".format(click.style('Error:',fg='red',bold=True),click.style(endpoint_option,fg='red',bold=True)))
click.echo("{} there is no endpoint called \"{}\" in the configuration. It will be ignored.\n".format(click.style('Error:',fg='red',bold=True),click.style(endpoint_option,fg='red',bold=True)),err=True)
ifself.on_server:
ifself.on_server:
click.echo("{} bbbmon is using the server config. You can use a user config using the {} flag.\n".format(click.style('Hint:',fg='yellow',bold=True),click.style("--userconfig",fg='bright_black',bold=True)))
click.echo("{} bbbmon is using the server config. You can use a user config using the {} flag.\n".format(click.style('Hint:',fg='yellow',bold=True),click.style("--userconfig",fg='bright_black',bold=True)))
click.echo("{} There was no config file found. Make sure it exists and is readable at either location:".format(click.style('Error:',fg='red',bold=True),click.style("Error:",fg='red',bold=True)))
click.echo("{} There was no config file found. Make sure it exists and is readable at either location:".format(click.style('Error:',fg='red',bold=True),click.style("Error:",fg='red',bold=True)),err=True)
print(" [0] {}".format(SERVER_PROPERTIES_FILE))
eprint(" [0] {}".format(SERVER_PROPERTIES_FILE))
print(" [1] {}".format(user_config_path))
eprint(" [1] {}".format(user_config_path))
print()
eprint()
print("For now the file just needs to contain three lines:")
eprint("For now the file just needs to contain three lines:")
click.echo("{} The XML returned from {} couldn't be properly parsed. The response text from the Server was:\n{}".format(click.style('Error:',fg='red',bold=True),url,r.text))
click.echo("{} The XML returned from {} couldn't be properly parsed. The response text from the Server was:\n{}".format(click.style('Error:',fg='red',bold=True),url,r.text),err=True)