You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: