PyTrakt
PyTrakt copied to clipboard
Unable to get personal lists anymore - the lists method no longer works
Used to work fine till recently - now it gives me the following error:
self._lists = [UserList(creator=slugify(self.username), user=self, TypeError: new() got an unexpected keyword argument 'type'
Like I said in https://github.com/Taxel/PlexTraktSync/issues/941 :
There's been an update of Trakt API on 14 June 2022 adding a type value to lists :
Each list object contains a type value set to personal or official.
See official trakt changelog.