Skip to content

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

@skalangi-clh

Description

@skalangi-clh

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions