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

9207 Content-type must be application/json #77

Open
C-Blais opened this issue Sep 30, 2022 · 0 comments
Open

9207 Content-type must be application/json #77

C-Blais opened this issue Sep 30, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@C-Blais
Copy link

C-Blais commented Sep 30, 2022

Summary

Records are throwing errors during what appears to be a validation step.

Steps to reproduce

Starts after [monitoring] step in container start

What is the expected correct behavior?

I'd expect the records to be marked as present

Relevant logs and/or screenshots

"
cf-companion | Image: tiredofit/traefik-cloudflare-companion | Version 6.8.5 Type 'image_changelog' for details
cf-companion | Repository/Issues/Support: https://github.com/tiredofit/docker-traefik-cloudflare-companion/
cf-companion | Sponsor me for development and upkeep: https://www.tiredofit.ca/sponsor
cf-companion |
cf-companion | 2022-09-30.01:41:27 [WARN] ** [timezone] Timezone: New_York does not exist - Using 'Etc/GMT'
cf-companion | 2022-09-30.01:41:27 [NOTICE] ** [monitoring] Container configured for monitoring with 'zabbix modern'
cf-companion | 2022-09-30.01:41:28 [STARTING] ** [traefik-cloudflare-companion] [1] Starting Traefik Cloudflare Companion
cf-companion | 2022-09-30.01:41:28 [STARTING] ** [monitoring] [1] Starting Zabbix Agent (modern) 6.2.1
cf-companion | [ERROR] ** record1.domain.com - 9207 Content-type must be application/json.
cf-companion | [ERROR] ** record2.domain.com - 9207 Content-type must be application/json.
"

Environment

  • Image version / tag: image: tiredofit/traefik-cloudflare-companion:latest
  • Host OS: Ubuntu 20.04.4
Any logs | docker-compose.yml
" cf-companion: container_name: cf-companion image: tiredofit/traefik-cloudflare-companion:latest restart: always volumes: - /var/run/docker.sock:/var/run/docker.sock:ro environment: - TIMEZONE=$TZ - TRAEFIK_VERSION=2 - REFRESH_ENTRIES=TRUE # - [email protected] #- CF_TOKEN= # Scoped api token not working. Error 10000. - CF_TOKEN=*** - DEFAULT_TTL=AUTO - TARGET_DOMAIN=domain.com - DOMAIN1=domain.com - DOMAIN1_ZONE_ID=*** # Copy from Cloudflare Overview page "

Possible fixes

@C-Blais C-Blais added the bug Something isn't working label Sep 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant