You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/cloudflare_ddns/cloudflare.py", line 103, in setup_zone
zone = [zone for zone in zones_content['result'] if zone['name'] == domain][0]
IndexError: list index out of range
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/bin/cloudflare-ddns", line 8, in <module>
sys.exit(main())
File "/usr/local/lib/python3.8/dist-packages/cloudflare_ddns/cloudflare.py", line 20, in main
cf = CloudFlare(**vars(args))
File "/usr/local/lib/python3.8/dist-packages/cloudflare_ddns/cloudflare.py", line 67, in __init__
self.setup_zone()
File "/usr/local/lib/python3.8/dist-packages/cloudflare_ddns/cloudflare.py", line 106, in setup_zone
domain = domain_segments[-3] + "." + domain
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
when I run:
I get this error:
The text was updated successfully, but these errors were encountered: