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

Not doing anything in Radarr or Sonarr[BUG] #99

Open
trsmith78 opened this issue Jun 29, 2024 · 5 comments
Open

Not doing anything in Radarr or Sonarr[BUG] #99

trsmith78 opened this issue Jun 29, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@trsmith78
Copy link

Hey,
I like the program, it has gone through all of my libraries and found about 150 problems.
I have the list, so I can do delete them and had then sonarr and radarr will go find new ones (if I have those files monitored), but I thought this program did that automatically. If so, I can't figure out how to get it to work. The webui is working, and I see the list there. I don't get any errors. And right now I'm just exporting it to a .csv and manually deleting. Many thnaks!

Here is my config.

checkrr:
checkpath:
- "d:/media/movies"
- "d:/media/Movies (Spanish)"
- "d:/media/tv shows"
- "d:/media/TV Shows (Spanish)"
- "e:/media/movies"
- "e:/media/Movies (Spanish)"
- "e:/media/tv shows"
- "e:/media/TV Shows (Spanish)"
- "g:/my drive/media/movies"
- "G:/My Drive/Media/Movies (Spanish)"
- "g:/my drive/media/tv shows"
- "g:/my drive/media/TV Shows (Spanish)"

database: ./checkrr.db
debug: true
logjson: false
ignorehidden: true
csvfile: "./badfiles.csv"
logfile: "./checkrr.log"
ignoreexts:
- .txt
- .nfo
- .nzb
- .url
arr:
radarr:
process: true
service: radarr # should be one of: sonarr radarr lidarr
address: 127.0.0.1
apikey: "redacted"
baseurl: /
port: 7878
ssl: false
#mappings: # maps directories between docker and arr services
#"/mnt/user/Movies/": "/Movies/" # what radarr sees: what checkrr sees
sonarr:
process: true
service: sonarr
address: 127.0.0.1
apikey: "redacted"
baseurl: /
port: 8989
ssl: false

mappings:

#  "/mnt/user/tv/": "/tv/"

webserver:
port: 8585
baseurl: "/"
trustedproxies:
- 127.0.0.1

@trsmith78 trsmith78 added the bug Something isn't working label Jun 29, 2024
@aetaric
Copy link
Owner

aetaric commented Jul 1, 2024

hey, a couple of questions:

  1. what does the log file say about sonarr and radarr?
  2. what version of sonarr and radarr are you running?

@trsmith78
Copy link
Author

trsmith78 commented Jul 8, 2024

hey, a couple of questions:

  1. what does the log file say about sonarr and radarr?
  2. what version of sonarr and radarr are you running?
  1. Let me investigate. the only log I see in the checkrr.log file are these 2 entries at the top. Everything else is just the results from ffprobe. is there another log file, or something I have to enable to get more logging detail?
    time="2024-07-04T00:19:48-05:00" level=info msg="Sonarr Connected." Sonarr "sonarr" Connected=true Startup=true
    time="2024-07-04T00:19:48-05:00" level=info msg="Radarr Connected." Radarr "radarr" Connected=true Startup=true
  2. Versions:
    sonarr 4.0.6.1805
    radarr 5.7.0.8882

Thank you for your quick response and your time!
Troy

@aetaric
Copy link
Owner

aetaric commented Jul 10, 2024

sonarr 4.x and radarr 5.x aren't currently supported: #81

@trsmith78
Copy link
Author

sonarr 4.x and radarr 5.x aren't currently supported: #81

Ok. Sorry I missed that.
Does checkrr still run on to identify the corrupt files?

@aetaric
Copy link
Owner

aetaric commented Jul 13, 2024

Yeah, it works without sonarr and radarr integrated, it just can't tell them fetch replacements if the version is too new.

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

2 participants