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
Traceback (most recent call last):
File "/usr/local/bin/traktarr", line 1697, in
app()
File "/home/pi/.local/lib/python3.7/site-packages/click/core.py", line 1137, in call
return self.main(*args, **kwargs)
File "/home/pi/.local/lib/python3.7/site-packages/click/core.py", line 1062, in main
rv = self.invoke(ctx)
File "/home/pi/.local/lib/python3.7/site-packages/click/core.py", line 1668, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/home/pi/.local/lib/python3.7/site-packages/click/core.py", line 1404, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/home/pi/.local/lib/python3.7/site-packages/click/core.py", line 763, in invoke
return __callback(*args, **kwargs)
TypeError: movies() got an unexpected keyword argument 'year'
Any idea for fix that ?
The text was updated successfully, but these errors were encountered:
Describe the bug
When I import any list (private / public) same as example : traktarr movies -t https://trakt.tv/users/rkerwin/lists/top-100-movies
he return (full log):
__ /________ | | / |___ ______________
| | _ __ __ \ | |/ /\ _ \ __ _ __
| | | | // __ | < | | / __ | | /| | /
|| |__| ( /|_ \ || (____ /| ||
/ / /
#########################################################################
Author: l3uddz
URL: https://github.com/l3uddz/traktarr
--
Part of the Cloudbox project: https://cloudbox.works
#########################################################################
GNU General Public License v3.0
#########################################################################
Traceback (most recent call last):
File "/usr/local/bin/traktarr", line 1697, in
app()
File "/home/pi/.local/lib/python3.7/site-packages/click/core.py", line 1137, in call
return self.main(*args, **kwargs)
File "/home/pi/.local/lib/python3.7/site-packages/click/core.py", line 1062, in main
rv = self.invoke(ctx)
File "/home/pi/.local/lib/python3.7/site-packages/click/core.py", line 1668, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/home/pi/.local/lib/python3.7/site-packages/click/core.py", line 1404, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/home/pi/.local/lib/python3.7/site-packages/click/core.py", line 763, in invoke
return __callback(*args, **kwargs)
TypeError: movies() got an unexpected keyword argument 'year'
Any idea for fix that ?
The text was updated successfully, but these errors were encountered: