MaxHasADHD / TraktKit

Swift wrapper for Trakt.tv API.
MIT License
112 stars 37 forks source link

Something went wrong with getCustomLists() #7

Closed SR2k closed 6 years ago

SR2k commented 7 years ago

I don't know why but when I try to call TraktManager.sharedManager.getCustomLists(), what I got is an array with only one TraktList. Yet when I try to use the console at Trakt API document, everything just works nice with all my five lists returned in JSON. All I know is that authorization is okay, and lists are also public.

SR2k commented 7 years ago

After trying for like 4 hours I've beaten this problem. It seems like something went wrong with Trakt's API. I simply switch my list to private mode and then switch back to public, everything just magically works fine.