Waterboy1602 / Addarr

Telegram Bot for adding series/movies to Sonarr/Radarr or for changing the download speed of Transmission/Sabnzbd
MIT License
236 stars 58 forks source link

Finds, but does not add series "Unfortunately, it was not possible to add the series. To start a new search, enter - films" #159

Closed bulletproof2k closed 5 months ago

bulletproof2k commented 7 months ago
sonarr:
  server: 
    addr: localhost
    port : 8989 # Default is 8989
    path: / # Default is / . If set, it must start and finish with / . Eg: /sonarr/
    ssl: false # Default false
  auth:
    apikey: mySecretApiKey12345
    username: 
    password:
  search: true # Start search after adding series
  seasonFolder: true
  languageProfile: Russian
  excludedRootFolders: # If set must not have a trailing slash Eg: /mnt/Media
    - # First excluded folder, add others with a "-" on a new line (same indentation)
  narrowRootFolderNames: true # If true, only the last folder name will be shown instead of full path
  excludedQualityProfiles:
    - 
  defaultTags: # If set must be existing tags
    - telegram
  addRequesterIdTag: true # Add telegram user id as tag on series
  adminRestrictions: false

Maybe I set something wrong in the settings with the movie everything is OK. addarr.log

Waterboy1602 commented 6 months ago

I can't really see anything in your logs or config-file. Could you enable debug logging so I can see when exactly Addarr fails?

## Logging
logToConsole: true
debugLogging: true
adminNotifyId:
bulletproof2k commented 6 months ago

Not Radarr. Sonarr addarr.log

mehdimansouriut commented 6 months ago

I have the same problem :)

Waterboy1602 commented 5 months ago

Looking at the logs it doesn't look like Addarr is crashing or having an error. Probably there is something wrong on the Sonarr side. Could you take a look at the events in Sonarr to see what exactly is happening?

bulletproof2k commented 5 months ago

Looking at the logs it doesn't look like Addarr is crashing or having an error. Probably there is something wrong on the Sonarr side. Could you take a look at the events in Sonarr to see what exactly is happening?

Apparently, this is the problem. I use Russian.

2024-05-16_10-43-58

Waterboy1602 commented 5 months ago

Language Profiles don't exist anymore in Sonarr V4. I'll take a look into removing this from Addarr. For now you should keep this option in the config empty: languageProfile:

bulletproof2k commented 5 months ago

Language Profiles don't exist anymore in Sonarr V4. I'll take a look into removing this from Addarr. For now you should keep this option in the config empty: languageProfile:

Unfortunately, this does not solve the problem. 🙄

Waterboy1602 commented 5 months ago

Can you check if you get the same error in Sonarr?

bulletproof2k commented 5 months ago

Can you check if you get the same error in Sonarr?

2024-05-16_15-02-10

Waterboy1602 commented 5 months ago

Are you sure that you changed your config.yaml file and restarted Addarr?

bulletproof2k commented 5 months ago

Are you sure that you changed your config.yaml file and restarted Addarr?

Even restarted Sonarr, maybe there's something wrong with it? These are profile settings.

2024-05-16_15-31-36

Waterboy1602 commented 5 months ago

I see you're still on V3 of Sonarr. I'm not sure if Addarr is still compatible with V3

bulletproof2k commented 5 months ago

I see you're still on V3 of Sonarr. I'm not sure if Addarr is still compatible with V3

I just checked for updates, there are none.

2024-05-16_15-44-57

bulletproof2k commented 5 months ago

I see you're still on V3 of Sonarr. I'm not sure if Addarr is still compatible with V3

The problem was solved by removing the parameter from the config.yml and upgrading to V4.