Code Monkey home page Code Monkey logo

Comments (12)

Waterboy1602 avatar Waterboy1602 commented on June 2, 2024

After you've selected the seasons that you want , you have to press "Future and Selected seasons"

from addarr.

s0041464 avatar s0041464 commented on June 2, 2024

Ok I had been several version behind. That makes sense.
I’m getting “Oops, failed to add the series. Maybe give it another try.” Though. Tried multiple series.

from addarr.

s0041464 avatar s0041464 commented on June 2, 2024

IMG_1190
I’m running in docker. I’ve recreated the container. Also confirmed the bot can talk to radarr. If this was a wider issue then I’d assume it would be affecting more people so happy to close unless you have any more hints for me to look into. Could it be a configuration that triggers when this step completes?

from addarr.

Waterboy1602 avatar Waterboy1602 commented on June 2, 2024

Have you already looked to the logs of the bot? They will be outputted into your Docker container.
Most of the time if Addarr fails to add something, it has to do with a misconfiguration in the config-file

from addarr.

s0041464 avatar s0041464 commented on June 2, 2024

Thanks for the reply
I just tested a series and a movie
The movie worked

Can you see anything strange?

2024-03-13 08:58:17,002 - addarr - DEBUG - Addarr v0.7 starting up...
2024-03-13 08:58:17,783 - addarr - DEBUG - Addarr v0.7 starting up...
2024-03-13 08:58:18,082 - addarr - INFO - Start chatting with Addarr in Telegram. The first time you use "start" you will be asked to enter your password.
2024-03-13 09:00:17,193 - addarr - DEBUG - User issued /series command, so setting user_data[choice] accordingly
2024-03-13 09:00:29,326 - addarr - DEBUG - reply is Shōgun (2024)
2024-03-13 09:00:29,326 - addarr - DEBUG - User entered a title Shōgun (2024)
2024-03-13 09:00:29,326 - addarr - DEBUG - user_data[choice] is Series, skipping step of selecting movie/series
2024-03-13 09:00:36,752 - addarr - DEBUG - Excluded root folders: [None]
2024-03-13 09:00:36,752 - addarr - DEBUG - Only found 1 path, so proceeding with that one...
2024-03-13 09:00:43,514 - addarr - DEBUG - Seasons [{'seasonNumber': 0, 'monitored': False}, {'seasonNumber': 1, 'monitored': True}] have been selected.
2024-03-13 09:00:43,514 - addarr - DEBUG - Seasons [{'seasonNumber': 0, 'monitored': False}, {'seasonNumber': 1, 'monitored': True}] have been selected.
2024-03-13 09:00:43,720 - addarr - DEBUG - Message : Message(channel_chat_created=False, chat=Chat(first_name='blah', id=000000001, type=<ChatType.PRIVATE>, username='blah'), date=datetime.datetime(2024, 3, 13, 9, 0, 34, tzinfo=datetime.timezone.utc), delete_chat_photo=False, edit_date=datetime.datetime(2024, 3, 13, 9, 0, 41, tzinfo=datetime.timezone.utc), from_user=User(first_name='blah', id=blah, is_bot=True, username='blah'), group_chat_created=False, message_id=0000, reply_markup=InlineKeyboardMarkup(inline_keyboard=((InlineKeyboardButton(callback_data='Season: Future and Selected', text='Future and Selected seasons'),), (InlineKeyboardButton(callback_data='Season: 0', text='Season 0'),), (InlineKeyboardButton(callback_data='Season: 1', text='Season 1 ✅'),), (InlineKeyboardButton(callback_data='Season: All', text='Mark all seasons'),))), supergroup_chat_created=False, text='From which season?')
2024-03-13 09:00:43,738 - addarr - DEBUG - Tags [] have been selected.
2024-03-13 09:00:47,757 - addarr.sonarr - DEBUG - Query endpoint is: http://192.168.1.100:8989/api/v3/series?apikey=XXXXXXXXXXXXXXXXXXXXXXXXXX
2024-03-13 09:00:49,212 - addarr - DEBUG - Removing choice, title, position, paths, and output from context.user_data...
2024-03-13 09:03:57,359 - addarr - DEBUG - User issued /movie command, so setting user_data[choice] accordingly
2024-03-13 09:04:12,832 - addarr - DEBUG - reply is Ferris bueller
2024-03-13 09:04:12,833 - addarr - DEBUG - User entered a title Ferris bueller
2024-03-13 09:04:12,833 - addarr - DEBUG - user_data[choice] is Movie, skipping step of selecting movie/series
2024-03-13 09:04:12,833 - addarr.radarr - INFO - http://192.168.1.100:7878/api/v3/movie/lookup?apikey=XXXXXXXXXXXXXXXXXXXXXXXXXX&term=Ferris%20bueller
2024-03-13 09:04:17,188 - addarr - DEBUG - Excluded root folders: [None]
2024-03-13 09:04:17,189 - addarr - DEBUG - Only found 1 path, so proceeding with that one...
2024-03-13 09:04:20,218 - addarr - DEBUG - Message : Message(channel_chat_created=False, chat=Chat(first_name='blah', id=blah, type=<ChatType.PRIVATE>, username='blah'), date=datetime.datetime(2024, 3, 13, 9, 4, 15, tzinfo=datetime.timezone.utc), delete_chat_photo=False, edit_date=datetime.datetime(2024, 3, 13, 9, 4, 17, tzinfo=datetime.timezone.utc), from_user=User(first_name='blah', id=blah, is_bot=True, username='blah'), group_chat_created=False, message_id=0000, reply_markup=InlineKeyboardMarkup(inline_keyboard=((InlineKeyboardButton(callback_data='Quality profile: 1', text='Quality: Any'),), (InlineKeyboardButton(callback_data='Quality profile: 2', text='Quality: SD'),), (InlineKeyboardButton(callback_data='Quality profile: 3', text='Quality: HD-720p'),), (InlineKeyboardButton(callback_data='Quality profile: 4', text='Quality: HD-1080p'),), (InlineKeyboardButton(callback_data='Quality profile: 5', text='Quality: Ultra-HD'),), (InlineKeyboardButton(callback_data='Quality profile: 6', text='Quality: HD - 720p/1080p'),))), supergroup_chat_created=False, text='Please select a quality profile for the movie or series')
2024-03-13 09:04:20,228 - addarr - DEBUG - Tags [] have been selected.
2024-03-13 09:04:26,839 - addarr - DEBUG - Removing choice, title, position, paths, and output from context.user_data...

from addarr.

Waterboy1602 avatar Waterboy1602 commented on June 2, 2024

I can't really see any error happening at the Addarr side when adding a series to Sonarr. Maybe take a look in the event logs of Sonarr and see if something is happening there?

from addarr.

s0041464 avatar s0041464 commented on June 2, 2024

From sonarr

2024-03-13 20:55:47.7|Warn|SonarrErrorPipeline|Invalid request Validation failed: 
 -- Id: 'Id' must be equal to '0'.
2024-03-13 20:55:48.1|Warn|SonarrErrorPipeline|Invalid request Validation failed: 
 -- LanguageProfileId: Language profile does not exist

from addarr.

Waterboy1602 avatar Waterboy1602 commented on June 2, 2024

So there's the problem. You've added a LanguageProfileId to your Addarr config.yml that doesn't exist. Make sure the name of the LanguageProfile that you use, exists on Sonarr.

from addarr.

s0041464 avatar s0041464 commented on June 2, 2024

I am pretty much using the default config.yml
I had two profiles English and Korean
I removed the Korean one.
I appreciate your help and don't want to waste more of your time.
Here's my config JIC

# Sonarr Configuration
sonarr:
  server:
    addr: 192.168.1.100
    port : 8989 # Default is 8989
    path: / # Default is / . If set, it must start and finish with / . Eg: /sonarr/
    ssl: false # Default false
  auth:
    apikey: key
    username: 
    password:
  search: true # Start search after adding series
  seasonFolder: true
  languageProfile: English
  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

from addarr.

s0041464 avatar s0041464 commented on June 2, 2024

I managed to get rid of the first Id error by commenting the addRequesterIdTag
Still persisting with the language. I can't delete the profile and start again as I'd to remove all the movies using the profile.
Oh well, happy to close this one out

from addarr.

Waterboy1602 avatar Waterboy1602 commented on June 2, 2024

If you're using V4 of Sonarr languageProfiles don't exist anymore. I'm also pretty sure that removing the profile, doesn't delete all the serieus. I suggest changing your config.yml to this:

# Sonarr Configuration
sonarr:
  server:
    addr: 192.168.1.100
    port : 8989 # Default is 8989
    path: / # Default is / . If set, it must start and finish with / . Eg: /sonarr/
    ssl: false # Default false
  auth:
    apikey: key
    username: 
    password:
  search: true # Start search after adding series
  seasonFolder: true
  languageProfile: 
  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: false# Add telegram user id as tag on series
  adminRestrictions: false

from addarr.

s0041464 avatar s0041464 commented on June 2, 2024

Thank you @Waterboy1602
Turns out I was v3 so I've updated and removed the languageProfile as suggested and I'm back!
Thanks for your help
Closing as pebkac

from addarr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.