question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug]: PMM not adding movies/tv shows to Radarr/Sonarr

See original GitHub issue

Version Number

1.16.3

What branch are you on?

master

Describe the Bug

PMM is not adding movies/tv shows to the arr apps. It does successfully connect to them when initially running, but nothing gets added even though it says “*arr Adds:” but then there are python script errors. config.yml is as follows:

radarr:                                         # Can be individually specified per library as well
  url: http://127.0.0.1:7878
  token: <redacted>
  add_missing: false
  add_existing: false
  root_folder_path: /home/user1/Media/movies
  monitor: true
  availability: announced
  quality_profile: Movies
  tag:
  search: false
  radarr_path:
  plex_path:
sonarr:                                         # Can be individually specified per library as well
  url: http://127.0.0.1:8989
  token: <redacted>
  add_missing: false
  add_existing: false
  root_folder_path: /home/user1/Media/tvshows
  monitor: all
  quality_profile: TV Shows No Remux
  language_profile: English
  series_type: standard
  season_folder: true
  tag:
  search: false
  cutoff_search: false
  sonarr_path:
  plex_path:

EDIT: I am currently doing per-collection adds to test out Sonarr and Radarr functionality which is why it is not in the config.yml.

In my collection I am using:

Disney+ Movies:
    radarr_add_missing: true
    template: {name: streaming, ...}
  ...

Thanks in advance for any help!

Relevant Collection/Playlist Definition

No response

Logs

https://gist.github.com/Christian-Martinez1/fe9ee6a8a535f14b4248753e1de1ccb1

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:14 (6 by maintainers)

github_iconTop GitHub Comments

github_iconTop Results From Across the Web

Cant add or import new movies without also monitoring the ...
Noticed it last night, went to add a new movie through the normal interface, clicked the "Add Movie" button and nothing would happen....
Read more >
Useful Tools | WikiArr - Servarr
Tdarr is a closed-source self hosted web-app for automating media library transcode/remux management and making sure your files are exactly how you need...
Read more >
Requested movies not added to radarr (similar log error for ...
Error When adding movie to Radarr Newtonsoft.Json.JsonSerializationException: Cannot deserialize the current JSON array (e.g. [1,2,3]) into ...
Read more >
Deleted shows being re-queued in Activity - Help & Support
Not a bug. Show Unknown (Activity => Options) shows all items in Sonarr's (and Radarr's) download client category. The behavior is expected and...
Read more >
How to Bend Plex to Your Will to Handle Complex Libraries ...
Instead, make sure to put standalones (e.g. Tropicália) in a Movie library while series (e.g. Chef's Table) should be in a separate TV...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found