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

'NoneType' object has no attribute 'filter' #634

Open
neothematrix opened this issue Nov 4, 2022 · 0 comments
Open

'NoneType' object has no attribute 'filter' #634

neothematrix opened this issue Nov 4, 2022 · 0 comments

Comments

@neothematrix
Copy link

neothematrix commented Nov 4, 2022

hi all,
since version "1.29.1" (I think) trakt plugin stopped working, the log I see the above error: 'NoneType' object has no attribute 'filter' it also appears if I try to run the plugin using Kitana, anyone else is experiencing the same problem? Any fix?

2022-11-04 19:42:56,148 - plugin.core.helpers              (7fb41b541b38) :  ERROR (plugin.core.helpers:19) - Exception raised in view: 'NoneType' object has no attribute 'filter'
Traceback (most recent call last):
  File "/config/Library/Application Support/Plex Media Server/Plug-ins/Trakttv.bundle/Contents/Code/core/helpers.py", line 225, in inner
    return func(*args, **kwargs)
  File "/usr/lib/plexmediaserver/Resources/Plug-ins-f4cdfea9c/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/code/sandbox.py", line 19, in _apply
    return apply(f, args, kwargs)
  File "/config/Library/Application Support/Plex Media Server/Plug-ins/Trakttv.bundle/Contents/Code/interface/m_sync.py", line 146, in ControlsMenu
    for section in sections.filter(['show', 'movie'], titles=f_allow):
AttributeError: 'NoneType' object has no attribute 'filter'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant