Trakt List Manager API Key - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Service Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=152) +---- Thread: Trakt List Manager API Key (/showthread.php?tid=316783) |
Trakt List Manager API Key - Gobberwart - 2017-06-18 It seems as though trakt have very recently disabled a number of API keys, which impacts a bunch of our favourite banned addons, as well as the official addon trakt list manager. I have verified this by creating my own api key and switching them in the code. I don't know who looks after this addon but figured it was worth mentioning so it can be updated or the api key can be reactivated etc. I also really enjoy having a laugh about those other addons which will basically stop working (at least the trakt integration part) RE: Trakt List Manager API Key - DarrenHill - 2017-06-18 https://forum.kodi.tv/showthread.php?tid=220547 Thread moved to service addons RE: Trakt List Manager API Key - Gobberwart - 2017-06-18 (2017-06-18, 11:44)DarrenHill Wrote: https://forum.kodi.tv/showthread.php?tid=220547Thanks. It's actually listed under video addons but it didn't seem quite right to me. That said, the referenced thread you linked is about the trakt addon, not trakt list manager, which is separate and not a service... More of a program really. The trakt service may well be affected though. RE: Trakt List Manager API Key - komplex - 2017-06-18 Should probably post in the addons thread https://forum.kodi.tv/showthread.php?tid=161319 RE: Trakt List Manager API Key - wellspokenman - 2017-06-20 This is old news, but just in case: Trakt switched to an oauth system a little while ago. There's a great python module called PyTrakt that does all the heavy lifting for you (I use it in my addon). One of the big differences for the user is that they need to enter a pin code into the Kodi addon that they get by logging into the trakt.tv website with their account. As a dev, you need to make an app on trakt.tv. This gives you a clientID that you can use with PyTrakt. Docs. It's not a solution to your problem OP, but I hope it can shed some light on the issue. RE: Trakt List Manager API Key - Gobberwart - 2017-06-21 (2017-06-20, 13:31)wellspokenman Wrote: This is old news, but just in case: Trakt switched to an oauth system a little while ago. There's a great python module called PyTrakt that does all the heavy lifting for you (I use it in my addon). One of the big differences for the user is that they need to enter a pin code into the Kodi addon that they get by logging into the trakt.tv website with their account. As a dev, you need to make an app on trakt.tv. This gives you a clientID that you can use with PyTrakt. Docs. It's not a solution to your problem OP, but I hope it can shed some light on the issue.I noticed that the addon is using the old style auth method, and that trakt told app devs to switch to oauth "by June" so I suspect that's the issue. |