click.echo("{} The URL \"{}\" is unreachable.\n Check your network connection, and the URL and Secret of the endpoint.".format(click.style('Error:',fg='red',bold=True),url))
print()
time.sleep(1)
ifclick.confirm(click.style('Do you want to open the config file at {} with your default editor?'.format(user_config_path),fg="yellow"),abort=True):