Cloudbox / autoscan

Autoscan replaces the default Plex and Emby behaviour for picking up changes on the file system.
MIT License
611 stars 53 forks source link

Required fields are missing #90

Closed stefan0028 closed 3 years ago

stefan0028 commented 3 years ago

i have this running on synology but im getting this in the log:

ERR Required fields are missing method=PUT request_id=c0k38u24qlig1jq0gc40 url=/triggers/sonarr

do i have to install somthing or add to the config ?

# <- processor ->

# override the minimum age to 30 minutes:
minimum-age: 30m

# set multiple anchor files

# <- triggers ->

# Optionally, protect your webhooks with authentication
authentication:
  username: 
  password: 

# port for Autoscan webhooks to listen on
port: 3030

triggers:
  sonarr:
    - name: sonarr # /triggers/sonarr
      priority: 2

  radarr:
    - name: radarr   # /triggers/radarr
      priority: 2
  lidarr:
    - name: lidarr   # /triggers/lidarr
      priority: 1

# <- targets ->

targets:
  plex:
m-rots commented 3 years ago

Required fields are missing mostly occurs when the wrong event is sent to Autoscan. Make sure only "On Import" and "On Upgrade" events are ticked in Sonarr's webhook configuration. You can read more about the supported event types in the readme.