[Bug]: 'Episode' object has no attribute '_autoReload'
See original GitHub issueVersion 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:
- Created a year ago
- Reactions:3
- Comments:10
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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.
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?