#radarr_taglist attribute is blank

1 messages · Page 1 of 1 (latest)

shadow merlin
#

Hey!

I'm trying to build Plex collections while cleaning radarr/sonarr tags.
My intent is the following:

  1. Clear all existings tags from Radarr/Sonarr
  2. Fetch Trakt lists from different users and create collections out of them, while also tagging in radarr/sonarr
  3. At the end of the process, get all media without tag in radarr/sonarr and create a collection out of it

As you can read on the meta.log, the error is the following:
Collection Error: radarr_taglist attribute is blank

I feel like I have followed the doc on that matter, and even tried without the sync_mode keyword.

Bonus question: sonarr_taglist usage results in Unknown Error: argument of type 'NoneType' is not iterable. I faced this before due to a bad indentation, but I double checked and it doesn't seem the cas here

echo shoreBOT
#

📝 If you want to review this again, yona_dnk:
:one: Right-click (or long press with phone) on the message that contains the log
:two: Select: Copy Message Link
:three: Use the command: /logscan <message_link> or !logscan <message_link> and paste the value copied from the previous step where you see <message_link> 📝

#

Welcome @shadow merlin!

Someone from <@&938443185347244033> will assist when they're available.

Including meta.log from the beginning is a huge help. Type !logs for more information.

After attaching your log, do not forget to hit the green check boxes when prompted by our bot.

#

You can press the "Close Post" button above or type /close at any time to close this post.

shadow merlin
prime oak
#

Yeah, probably

shadow merlin
#

Should I create a github issue or ping a dev here?

prime oak
#

github issue, or do a PR to make the change

shadow merlin
#

Will do!

That being said, I edited the builder.py file manually to fix the issue and give it a try, but now I get the error Unknown Error: argument of type 'NoneType' is not iterable just like for sonarr with my Series.yml collection

prime oak
#

Maybe there's more to it in that file.

shadow merlin
prime oak
#

should be based on nightly and submitted to nightly.

shadow merlin
#

damn, I should have asked first. OK let me redo this quickly

#

and it fails because of a spell check on "builder.py" 🤦‍♂️

prime oak
#

You'll need to update the wordlist in the github folder as part of the PR

shadow merlin
#

good to know, but I already pushed a commit rewording builder.py to builder module

prime oak
#

That works as well.

shadow merlin
#

thank you for the support by the way! I will investigate more regarding the Unknown Error: argument of type 'NoneType' is not iterable remaining issue (affecting both radarr and sonarr taglist)

wary zinc
#

I've made Sohjiro aware 🙂

wary zinc
#

can you test on the latest nightly update @shadow merlin ?

shadow merlin
#

@wary zinc my collection files evolved since yesterday and I didn't save an older version. I implemented a quick collection file similar to the previous version, and it seems I'm not facing any error message. I will have to test more properly tomorrow, as I did all this in rush for now (I have to leave to meet friends). Even though I don't get an error message, there is a weird behaviour:

   radarr_taglist:
   item_radarr_tag: orphan
   sync_mode: sync```
This is the last block of my collection file, so all movies on radarr who don't have any tag should get one ("orphan") but my radarr collection still has some tagless items at the end of Kometa's run. I will investigate and report asap
wary zinc
#

Thanks for that and keep us posted with any updates 🙂

shadow merlin
#

Ok, I confirm that both initial error codes are gone (attribute is blank and argument of type 'NoneType' is not iterable) and everything is working as expected 🙂 Thanks for the help!

wary zinc
#

Thanks for testing