#Radarr Connection Failed

1 messages · Page 1 of 1 (latest)

boreal bisonBOT
#

❌ YAML validation failed! YAML checked and is NOT valid.

Error message:

while scanning an alias
  in "<unicode string>", line 27, column 14:
        - token: *************************
                 ^
expected alphabetic or numeric character, but found '*'
  in "<unicode string>", line 27, column 15:
        - token: *************************
                  ^
#

Welcome @quasi oriole!

Someone from <@&938443185347244033> will assist when they're available.

Including meta.log from the beginning is a huge help. Type !logs for more information.

After attaching your log, do not forget to hit the green check boxes when prompted by our bot.

#

You can press the "Close Post" button above or type /close at any time to close this post.

boreal bisonBOT
#

I am getting errors for Radarr for both the libraries that I have configured.
Both Radarr and Kometa are running in docker on the same host.

Config attached with token masked.

left jungleBOT
#
Providing Log Files

1: Go to your config folder

2: Go into the logs folder

3: Look for meta.log (not meta.1.log etc)

4: Drag it in the Discord thread - the whole thing, DO NOT EDIT IT

5: Still confused? ¯_(ツ)_/¯

Log file too big? USE PASTEBIN or ZIP THE FILE

jagged elk
#

You have a bunch of - characters within Radarr which is making it act like a list

boreal bisonBOT
#

The following was shared by @jagged elk and was automatically redacted by Luma as it may have contained sensitive information.

If you feel this message should not have been redacted, resend it with !noredact in your message to avoid redaction.

#

See this example of a good Radarr configuration:

libraries:
  My Movies Library:
  ... some stuff ...
  My Other Movies Library:
    radarr:
      url: https://radarr-4k.bing.bang
      token: (redacted by Luma)
      root_folder_path: /data/media/movies/bill
      quality_profile: Bestest
      add_existing: true
      sonarr_path: /data/media/movies/bill
      plex_path: /mnt/unionfs/movies/bill
radarr:
  url: https://radarr.bing.bang
  token: (redacted by Luma)
  quality_profile: Good
  add_missing: true
  add_existing: false
  upgrade_existing: false
  monitor_existing: false
  root_folder_path: /movies
  monitor: false
  availability: released
  tag:
  search: false
  radarr_path:
  plex_path:
jagged elk
#

"My Movies Library" will use the global Radarr, whilst "My Other Movies Library" will use the one defined within that library.

quasi oriole
#

Perfect thanks! Removed the -'s and its working now!