[Bug]: PMM not adding movies/tv shows to Radarr/Sonarr
See original GitHub issueVersion 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:
- Created a year ago
- Comments:14 (6 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Maybe useful? https://serverfault.com/questions/371907/can-you-pass-user-pass-for-http-basic-authentication-in-url-parameters
I had the problem and it works now, thanks !