-
Notifications
You must be signed in to change notification settings - Fork 40
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
AttributeError: 'MovieSection' object has no attribute 'ALLOWED_FILTERS' #98
Comments
Have you tried downgrading to a lower version of plexapi? |
@timmehtimtims that worked for me thanks! |
worked for me too! Thanks |
EDIT: I solved it, I needed to install libffi in order to install PlexAPI. working now. ====================== I'm running plex inside a container on linux, any idea how I can apply this fix?
|
I'm getting this error since the last PlexAPI update. I can't figure out how to solve it. It was not throwing an error prior to that. I have no playlists. Windows 10 install, Plex on the same box. Is this due to the new Plex movie agent being selected?
Traceback (most recent call last):
File "c:\python38\lib\runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "c:\python38\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "c:\plexlibrary\plexlibrary_main.py", line 8, in
main()
File "c:\plexlibrary\plexlibrary\plexlibrary.py", line 67, in main
r.run(sort_only=args.sort_only, share_playlist_to_all=args.everyone)
File "c:\plexlibrary\plexlibrary\recipe.py", line 718, in run
missing_items, list_count = self._run(share_playlist_to_all=share_playlist_to_all)
File "c:\plexlibrary\plexlibrary\recipe.py", line 656, in _run
source_libraries = self._get_plex_libraries()
File "c:\plexlibrary\plexlibrary\recipe.py", line 125, in _get_plex_libraries
if 'guid' not in source_library.ALLOWED_FILTERS:
AttributeError: 'MovieSection' object has no attribute 'ALLOWED_FILTERS'
The text was updated successfully, but these errors were encountered: