Open morganzero opened 2 years ago
Hi,
Recently I'm getting this error in docker logs
2022-05-07T07:48:40.115540769Z 2022-05-07-07:48:40 [STARTING] ** [traefik-cloudflare-companion] [20] Starting Traefik Cloudflare Companion 2022-05-07T07:48:40.838016615Z Traceback (most recent call last): 2022-05-07T07:48:40.839233444Z File "/usr/sbin/cloudflare-companion", line 466, in <module> 2022-05-07T07:48:40.840670399Z sync_mappings(get_initial_mappings(traefik_included_hosts, traefik_excluded_hosts), doms) 2022-05-07T07:48:40.841077265Z File "/usr/sbin/cloudflare-companion", line 354, in sync_mappings 2022-05-07T07:48:40.841842197Z if point_domain(k, domain_infos): 2022-05-07T07:48:40.842125288Z File "/usr/sbin/cloudflare-companion", line 168, in point_domain 2022-05-07T07:48:40.842756780Z records = cf.zones.dns_records.get(domain_info['zone_id'], params={u'name': name}) 2022-05-07T07:48:40.843058265Z File "/usr/lib/python3.9/site-packages/CloudFlare/cloudflare.py", line 672, in get 2022-05-07T07:48:40.843978952Z return self._base.call_with_auth('GET', self._parts, 2022-05-07T07:48:40.844305153Z File "/usr/lib/python3.9/site-packages/CloudFlare/cloudflare.py", line 126, in call_with_auth 2022-05-07T07:48:40.844964418Z return self._call(method, headers, parts, 2022-05-07T07:48:40.845231219Z File "/usr/lib/python3.9/site-packages/CloudFlare/cloudflare.py", line 502, in _call 2022-05-07T07:48:40.845985004Z raise CloudFlareAPIError(code, message) 2022-05-07T07:48:40.849372463Z CloudFlare.exceptions.CloudFlareAPIError: Rate limited. Please wait and consider throttling your request speed
I'm not sure why or what else I can provide so you can reproduce it. I'm sure it's on my end but I have no idea what exactly is causing this error.
Edit: I'm using this tag tiredofit/traefik-cloudflare-companion:6.8.1
tiredofit/traefik-cloudflare-companion:6.8.1
Hi,
Recently I'm getting this error in docker logs
I'm not sure why or what else I can provide so you can reproduce it. I'm sure it's on my end but I have no idea what exactly is causing this error.
Edit: I'm using this tag
tiredofit/traefik-cloudflare-companion:6.8.1