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

Blacklisted show because it has no language #123

Open
garlandkr opened this issue Mar 8, 2020 · 4 comments
Open

Blacklisted show because it has no language #123

garlandkr opened this issue Mar 8, 2020 · 4 comments
Labels

Comments

@garlandkr
Copy link

garlandkr commented Mar 8, 2020

Describe the bug
A show is being skipped and blacklisted because it has no language specified.

To Reproduce
Steps to reproduce the behavior:

  1. Add show to Watchlist on Trakt
  2. python traktarr.py shows -t watchlist --authenticate-user

Expected behavior
Allow shows to be added with unknown language or override language to EN or other.

Logs

2020-02-26 13:20:55,796 - DEBUG      - Traktarr                            - shows                               - Set series type for 'Heartbreak Holiday (2019)' to: Standard
2020-02-26 13:20:55,884 - DEBUG      - helpers.tvdb                        - verify_series_exists_on_tvdb        - 'Heartbreak Holiday (2019)' [TVDB ID: 368429] exists on TVDB.
2020-02-26 13:20:55,885 - DEBUG      - helpers.trakt                       - blacklisted_show_id                 - 'Heartbreak Holiday' | Blacklisted IDs Check        | Passed.
2020-02-26 13:20:55,886 - DEBUG      - helpers.trakt                       - blacklisted_show_year               - 'Heartbreak Holiday' | Blacklisted Years Check      | Passed.
2020-02-26 13:20:55,886 - DEBUG      - helpers.trakt                       - blacklisted_show_network            - 'Heartbreak Holiday' | Blacklisted Networks Check   | Passed.
2020-02-26 13:20:55,887 - DEBUG      - helpers.trakt                       - blacklisted_show_country            - 'Heartbreak Holiday' | Blacklisted Countries Check  | Skipped.
2020-02-26 13:20:55,887 - DEBUG      - helpers.trakt                       - blacklisted_show_country            - 'Heartbreak Holiday' | Blacklisted Countries Check  | Passed.
2020-02-26 13:20:55,888 - DEBUG      - helpers.trakt                       - blacklisted_show_language           - 'Heartbreak Holiday' | Blacklisted Languages Check  | Blacklisted because it had no language specified.
2020-02-26 13:20:55,888 - DEBUG      - helpers.trakt                       - blacklisted_show_genre              - 'Heartbreak Holiday' | Blacklisted Genres Check     | Skipped.
2020-02-26 13:20:55,889 - DEBUG      - helpers.trakt                       - blacklisted_show_genre              - 'Heartbreak Holiday' | Blacklisted Genres Check     | Passed.
2020-02-26 13:20:55,889 - DEBUG      - helpers.trakt                       - blacklisted_show_runtime            - 'Heartbreak Holiday' | Blacklisted Runtime Check    | Passed.

You can enable debug mode with core.debug in the config.json file.

System Information

  • Traktarr Version: master
  • Python Version: 3.6.4
  • Operating System: Windows 10 64bit

Additional context
The language is set to English on TVDB - HeartBreak Holiday (2019)

@garlandkr garlandkr added the Bug label Mar 8, 2020
@bn0
Copy link

bn0 commented Apr 2, 2020

Workaround: add the following to your config file

"allowed_languages": ["ignore"]

@spoonys
Copy link

spoonys commented Apr 11, 2020

I added this and it didn't work - still skipping due to language

@ChuckNozzle
Copy link

Having the same issue.

@mondychan
Copy link

mondychan commented Aug 29, 2020

Same issue here, any workaround? using "ignore" tag doesnt change anything

edit: never mind, i was placing the rule into the "movie" section of the config file filters, while using it for adding TV shows. my mistake
when put in the =RIGHT= part of the config file, it works !

i think this one is solved?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants