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

pyrax.exceptions.NotFound: No CloudDNSDomain matching: {'name': u'com'}. (HTTP 404) #651

Open
skalangi-clh opened this issue Jul 30, 2019 · 0 comments

Comments

@skalangi-clh
Copy link

Getting the following error when running letsencrypt with rackspace hook, can anyone help please?

  • Rackspace hook executing: deploy_challenge
    Traceback (most recent call last):
    File "/home/jenkins/lets-encrypt-python-master/le_hook.py", line 196, in
    main(sys.argv[1:])
    File "/home/jenkins/lets-encrypt-python-master/le_hook.py", line 192, in main
    opsargv[0]
    File "/home/jenkins/lets-encrypt-python-master/le_hook.py", line 108, in create_txt_record
    domain = get_domain(domain_name)
    File "/home/jenkins/lets-encrypt-python-master/le_hook.py", line 96, in get_domain
    domain = rax_dns.find(name=base_domain_name)
    File "/usr/local/anaconda2/lib/python2.7/site-packages/pyrax/client.py", line 118, in find
    return self._manager.find(**kwargs)
    File "/usr/local/anaconda2/lib/python2.7/site-packages/pyrax/manager.py", line 269, in find
    raise exc.NotFound(404, msg)
    pyrax.exceptions.NotFound: No CloudDNSDomain matching: {'name': u'com'}. (HTTP 404)
  • remove_lock
  • rm -f config/lock
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