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]: 'Episode' object has no attribute '_autoReload' #895

Closed
KnifeFed opened this issue May 28, 2022 · 10 comments
Closed

[Bug]: 'Episode' object has no attribute '_autoReload' #895

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

Comments

@KnifeFed
Copy link

KnifeFed commented May 28, 2022

Version Number

1.17.0

What branch are you on?

master

Describe the Bug

On one of my libraries, no matter which default overlay I'm trying to add, I end up with the error seen in the included log. It works fine on other libraries.

Relevant Collection/Overlay/Playlist Definition

overlay_path:
  - git: PMM/overlays/audio_codec

Logs

https://gist.github.com/KnifeFed/af48d7e0382cf34aef64827c1110d37e

@KnifeFed KnifeFed added bug Bug is with Plex Meta Manager status:not-yet-viewed I haven't reviewed the Feature or Bug yet labels May 28, 2022
@KnifeFed
Copy link
Author

Turns out it was because I had Seasons set to Hide in the library advanced settings. Setting it to Hide for single-season series works and that serves the same purpose as Hide for me.

@rcdailey
Copy link

Mine is set to hide for single season and I still get this error on shows that have only 1 season.

@KnifeFed
Copy link
Author

@rcdailey Does it work if you set it to Show?

@rcdailey
Copy link

Sadly no :(

@rcdailey
Copy link

My YAML:

TV Shows:
  overlay_path:
  - remove_overlays: false
  - git: PMM/overlays/resolution
    template_variables:
      use_1080p: false
      use_720p: false
      use_480p: false
  - git: PMM/overlays/audio_codec
    template_variables:
      Opus: false
      Dolby-Digital: false
      DTS: false
      DTS-ES: false
      Dolby-Digital-Plus: false
      DTS-X: true
      DTS-HD: true
      Dolby-TrueHD: true
      Dolby-Atmos: true

@TheSpoon98
Copy link
Contributor

I was running into the same issue, however I have Seasons set as:
Library Level - Show
Single TV Series - Hide

When I change the single TV Series from Hide -> Show - Processing continues as it should with no error.

@KnifeFed
Copy link
Author

@rcdailey Do you have any specific shows with Season set to Hide, like @TheSpoon98 mentioned?

@rcdailey
Copy link

I was not aware that you can hide it per show. So I have not explicitly set any that I know of. And it wouldn't be easy to go through each one and check.

@rcdailey
Copy link

I think it should work regardless of that setting, is my point.

@sanswit
Copy link

sanswit commented Jun 20, 2022

I also bumped into this leveraging the Audio_codec PMM overlay .yml for commentary language overlays.

I swapped my library from Hide to Show in the advance settings page in plex and it still is encountering the error above.|

I peaked over onto this thread (pkkid/python-plexapi#945) and it looks to be some type of PlexAPI issue (now looking at Private Object flags).

Is it possible to implement their suggestion re: PlexObject flags (pkkid/python-plexapi#946) or roll back an API version to 4.10.1 from 4.11.1?

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

5 participants