question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:3
  • Comments:10

github_iconTop GitHub Comments

2reactions
rcdaileycommented, May 30, 2022

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.

0reactions
sanswitcommented, 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 (https://github.com/pkkid/python-plexapi/issues/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 (https://github.com/pkkid/python-plexapi/pull/946) or roll back an API version to 4.10.1 from 4.11.1?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Autoreload raises AttributeError: 'NoneType' object has no ...
Autoreload raises AttributeError: 'NoneType' object has no attribute 'reload' #2570. Closed. MarcSkovMadsen opened this issue on Jul 23, ...
Read more >
ModuleNotFoundError: No module named 'autoreload'
This is simply an import error (cloaked in magic). I would guess that import autoreload also fails for you. There is something wrong...
Read more >
autoreload — IPython 8.7.0 documentation
The module was reloaded without reloading it explicitly, and the object imported with from foo import ... was also updated.
Read more >
CherryPy Documentation - Read the Docs
CherryPy does not have any mandatory env requirements. ... you can set its “frequency” attribute via the config entry engine.autoreload.
Read more >
Automatically Reload Modules with %autoreload
If you already imported a module ( import a_module ) or a function ( from a_module import a_function ) in your Python session...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found