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
The initial synchronize does not happen, and I have the following errors in the console.
Error trace / logs
INFO PlexTraktSync [0.20.2]
Sync Movie sections: [<PlexLibrarySection:movie:Film>]
Sync Show sections: [<PlexLibrarySection:show:Serie TV>]
INFO Downloaded List Trakt Watchlist
Traceback (most recent call last):
File "/root/.local/bin/plextraktsync", line 8, in <module>
sys.exit(cli())
File "/root/.local/pipx/venvs/plextraktsync/lib/python3.9/site-packages/click/core.py", line 1130, in __call__
return self.main(*args, **kwargs)
File "/root/.local/pipx/venvs/plextraktsync/lib/python3.9/site-packages/click/core.py", line 1055, in main
rv = self.invoke(ctx)
File "/root/.local/pipx/venvs/plextraktsync/lib/python3.9/site-packages/click/core.py", line 1635, in invoke
rv = super().invoke(ctx)
File "/root/.local/pipx/venvs/plextraktsync/lib/python3.9/site-packages/click/core.py", line 1404, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/root/.local/pipx/venvs/plextraktsync/lib/python3.9/site-packages/click/core.py", line 760, in invoke
return __callback(*args, **kwargs)
File "/root/.local/pipx/venvs/plextraktsync/lib/python3.9/site-packages/click/decorators.py", line 26, in new_func
return f(get_current_context(), *args, **kwargs)
File "/root/.local/pipx/venvs/plextraktsync/lib/python3.9/site-packages/plextraktsync/cli.py", line 46, in cli
sync()
File "/root/.local/pipx/venvs/plextraktsync/lib/python3.9/site-packages/click/core.py", line 1130, in __call__
return self.main(*args, **kwargs)
File "/root/.local/pipx/venvs/plextraktsync/lib/python3.9/site-packages/click/core.py", line 1055, in main
rv = self.invoke(ctx)
File "/root/.local/pipx/venvs/plextraktsync/lib/python3.9/site-packages/click/core.py", line 1404, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/root/.local/pipx/venvs/plextraktsync/lib/python3.9/site-packages/click/core.py", line 760, in invoke
return __callback(*args, **kwargs)
File "/root/.local/pipx/venvs/plextraktsync/lib/python3.9/site-packages/plextraktsync/cli.py", line 28, in wrap
cmd(*args, **kwargs)
File "/root/.local/pipx/venvs/plextraktsync/lib/python3.9/site-packages/plextraktsync/commands/sync.py", line 60, in sync
runner.sync(walker=w, dry_run=config.dry_run)
File "/root/.local/pipx/venvs/plextraktsync/lib/python3.9/site-packages/plextraktsync/sync.py", line 64, in sync
listutil.addList(lst["username"], lst["listname"])
File "/root/.local/pipx/venvs/plextraktsync/lib/python3.9/site-packages/plextraktsync/trakt_list_util.py", line 88, in addList
self.lists.append(TraktList(username, listname))
File "/root/.local/pipx/venvs/plextraktsync/lib/python3.9/site-packages/plextraktsync/trakt_list_util.py", line 47, in __init__
for elem in LazyUserList._get(listname, username)._items
File "/root/.local/pipx/venvs/plextraktsync/lib/python3.9/site-packages/trakt/core.py", line 554, in inner
return generator.send(json_data)
File "/root/.local/pipx/venvs/plextraktsync/lib/python3.9/site-packages/plextraktsync/trakt_list_util.py", line 35, in _get
ulist = LazyUserList(creator=creator, **data)
TypeError: <lambda>() got an unexpected keyword argument 'type'
Expected behavior
I expect synchronization to happen
Steps to reproduce the behavior
Install
Run plextraktsync
Inspect of problematic items
No response
Workarounds
No response
Install method
pipx (Recommended)
Version
0.20.2
Python Version
3.9.2
Operating System and Version
DietPi v8.5.1
The text was updated successfully, but these errors were encountered:
Confirmation
The problem
The initial synchronize does not happen, and I have the following errors in the console.
Error trace / logs
Expected behavior
I expect synchronization to happen
Steps to reproduce the behavior
plextraktsync
Inspect of problematic items
No response
Workarounds
No response
Install method
pipx (Recommended)
Version
0.20.2
Python Version
3.9.2
Operating System and Version
DietPi v8.5.1
The text was updated successfully, but these errors were encountered: