PyTrakt icon indicating copy to clipboard operation
PyTrakt copied to clipboard

A Pythonic interface to the Trakt.tv REST API

Results 56 PyTrakt issues
Sort by recently updated
recently updated
newest added
trafficstars

Extracting the "ids" on each response is tedious, and such duplication results users being confused: - https://github.com/moogar0880/PyTrakt/issues/78#issuecomment-1013671336 - https://github.com/moogar0880/PyTrakt/issues/158#issuecomment-1013670394 Also, the existing extraction is inconsistent (Not applied for TVShow and...

Looks like `trakt` was never initialized and thus error. https://github.com/moogar0880/PyTrakt/blob/033f2ed37590621868bba6253ed5435e61e69171/trakt/movies.py#L194 Changing it to `trakt_id` should fix things but I haven't tested it myself. Here's the full error log ``` Traceback...

Problem: I've submitted 25 merge requests in 2022 January: - https://github.com/moogar0880/PyTrakt/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc+author%3Aglensc not one of them has any response from the maintainer. @moogar0880 how to get this repo up and working...

In Users, the **show_collection()** function fetches all collected seasons as seasons 1. Here : https://github.com/moogar0880/PyTrakt/blob/8a6d4f168a858447014fb4c2c0efceb47b30ebb7/trakt/users.py#L375-L376 Same as: - https://github.com/moogar0880/PyTrakt/issues/98 And the fix was: - https://github.com/moogar0880/PyTrakt/pull/100 fixes #76

https://github.com/moogar0880/PyTrakt/blob/master/trakt/tv.py#L345 parameter comes with number! http://docs.trakt.apiary.io/#reference/seasons/summary/get-all-seasons-for-a-show

Actually, to get the show of a **TVEpisode** we only have show name (`self.show`) which is not reliable because some shows have the same name. The show trakt id is...

There's been an [update](https://apiblog.trakt.tv/api-changelog-2022-b62be006dd68) of Trakt API on 14 June 2022 adding a `type` value to lists : > Each list object contains a type value set to personal or...

This makes it easy to understand if some mock data is missing: ``` Missing mock for GET https://api-v2launch.trakt.tv/shows/game-of-thrones/progress/collection Missing mock for GET https://api-v2launch.trakt.tv/shows/game-of-thrones/progress/watched ```