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

[Bug]: anilist_search adult:false fails due to api #844

Closed
AevumDecessus opened this issue May 1, 2022 · 2 comments
Closed

[Bug]: anilist_search adult:false fails due to api #844

AevumDecessus opened this issue May 1, 2022 · 2 comments
Assignees
Labels
bug Bug is with Plex Meta Manager status:not-yet-viewed I haven't reviewed the Feature or Bug yet

Comments

@AevumDecessus
Copy link
Contributor

AevumDecessus commented May 1, 2022

Version Number

1.16.5

What branch are you on?

master

Describe the Bug

setting an anilist_search for the current season to adult: false causes an error and is not processed due to the return from anilist

Relevant Collection/Playlist Definition

templates:
  Chart:
    sort_title: +1_<<num>><<collection_name>>
    sync_mode: sync
collections:
  Current Anime Season:
    template: { name: Chart, num: 3 }
    anilist_search:
      season: current
      adult: false
      limit: 100
    sync_mode: sync

Logs

https://gist.github.com/AevumDecessus/ac3637ec3bdecf5abab8ee634857a72e

@AevumDecessus AevumDecessus added bug Bug is with Plex Meta Manager status:not-yet-viewed I haven't reviewed the Feature or Bug yet labels May 1, 2022
AevumDecessus added a commit to AevumDecessus/Plex-Meta-Manager-Config that referenced this issue May 2, 2022
@AevumDecessus
Copy link
Contributor Author

Looking a little deeper into this, it looks like the builder is passing adult: False even though it's adult: false in the collections yml, and that casing might be the cause of the issue

AevumDecessus added a commit to AevumDecessus/Plex-Meta-Manager that referenced this issue May 3, 2022
meisnate12 added a commit that referenced this issue May 3, 2022
meisnate12 added a commit that referenced this issue May 7, 2022
@meisnate12
Copy link
Member

Added in 1.17.0

nwithan8 pushed a commit to nwithan8/Plex-Meta-Manager that referenced this issue Oct 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug is with Plex Meta Manager status:not-yet-viewed I haven't reviewed the Feature or Bug yet
Projects
None yet
Development

No branches or pull requests

2 participants