Trakt list url's and Comet

Hi there,
With all the changes being implemented etc I have now noticed that all my Trakt list URL’s (Official Lists Only) copied from Trakt for Kometa (formerly Plex-Meta-Manager) are suddenly broken. The lists still exist and have tried copying and pasting the url again to my Kometa but I still have a long list of errors as follows:

Trakt Error: List https://trakt.tv/lists/official/ant-man-collection?sort=released,desc not found

It seems to be only the official lists - Is there a reason for this?
Is there a fix ?

Please let me know,

Thanks

If I understand the issue correctly, you are trying to use an official Trakt list in Kometa and Kometa fails to get that list, correct?

If you can get logs from Kometa, we can take a look and give some pointers.

Update: There is a an active issue on Kometa’s GitHub which is probably relevant to this: Trakt List URLs have changed · Issue #3057 · Kometa-Team/Kometa · GitHub

Same issue here - only happens with official lists.

Error:

Trakt Error: List https://app.trakt.tv/lists/official/james-bond-collection not found
Trakt Error: No valid Trakt Lists in ['https://app.trakt.tv/lists/official/james-bond-collection']

Works with below URL (as an example):

https://app.trakt.tv/users/any/lists/james-bond

The issue you are linking is about other endpoints:
https://api.trakt.tv/movies/watched/period
https://api.trakt.tv/movies/favorited/period
exist to get the most watched or favorited movies (or TV shows) in a given time period.

The issue you have with the official list is because an official list can’t be accessed like that via the API. What you are sharing is the link to the web, not an API endpoint.

If you want to get lists items from an official list, this is the way: https://trakt.docs.apiary.io/#reference/lists/list-items/get-items-on-a-list

URL should look something like: https://api.trakt.tv/lists/id/items/type/sort_by/sort_how but I don’t know how Kometa is configured and works. Best to ask them.

Hi Kevin,

Sorry about that - I didn’t read the (GitHub) issue through properly.

Your explanation makes perfectly good sense. I’ll have a look at the docs as well.

Thanks!