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

Outdated code example in the documentation #21

Open
1 task done
ScribbleGhost opened this issue Feb 6, 2024 · 0 comments
Open
1 task done

Outdated code example in the documentation #21

ScribbleGhost opened this issue Feb 6, 2024 · 0 comments

Comments

@ScribbleGhost
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

The example called "Update as much as possible in both Sonarr and Radarr with a single config" seems to be out of date. It does not work with Sonarr 4.

Expected Behavior

The code example should work with the newest version of Sonarr. That is Sonarr 4.x.x which is now out of beta and the recommended release.

Steps To Reproduce

  1. Copy the code from the example called "Update as much as possible in both Sonarr and Radarr with a single config"
  2. Paste the code in recyclarr.yml
  3. Make sure you have a secrets.yml properly set up.
  4. Run recyclarr sync --preview
  5. You will get the error: [ERR] Release profiles require Sonarr v3. Please use custom_formats instead or use the right version of Sonarr.

Environment & Versions

- Operating System: Microsoft Windows [Version 10.0.19044.3930]
- Architecture: x64
- Recyclarr Version: 6.0.2+Branch.tags-v6.0.2.Sha.5b163d9dc621f28624270e2543334d8ee8599d98
- Recyclarr Build: 6.0.2+Branch.tags-v6.0.2.Sha.5b163d9dc621f28624270e2543334d8ee8599d98
- Sonarr Version: 4.0.1.929
- Radarr Version: 5.2.6.8376

Recyclarr Log File(s)

N/R

Configuration YAML

sonarr:
  sonarr_main:
    base_url: !secret sonarr_url
    api_key: !secret sonarr_apikey
    quality_definition:
      type: series
    release_profiles:
      - trash_ids:
          - EBC725268D687D588A20CBC5F97E538B # Low Quality Groups
          - 1B018E0C53EC825085DD911102E2CA36 # Release Sources (Streaming Service)
          - 71899E6C303A07AF0E4746EFF9873532 # P2P Groups + Repack/Proper
        strict_negative_scores: false
        tags: [tv]

radarr:
  radarr_main:
    base_url: !secret radarr_url
    api_key: !secret radarr_apikey
    quality_definition:
      type: movie
      preferred_ratio: 0.5

Sonarr / Radarr Logs

N/R

@ScribbleGhost ScribbleGhost added the bug Something isn't working label Feb 6, 2024
@rcdailey rcdailey transferred this issue from recyclarr/recyclarr Mar 9, 2024
@rcdailey rcdailey removed the bug Something isn't working label Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants