PyTrakt icon indicating copy to clipboard operation
PyTrakt copied to clipboard

Unable to get personal lists anymore - the lists method no longer works

Open panosk75 opened this issue 3 years ago • 1 comments

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'

panosk75 avatar Jun 17 '22 13:06 panosk75

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.

simonc56 avatar Jun 17 '22 19:06 simonc56