Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue syncing the default trakt "Watchlist" into collection #72

Closed
edrock200 opened this issue Oct 28, 2020 · 2 comments · Fixed by #112
Closed

Issue syncing the default trakt "Watchlist" into collection #72

edrock200 opened this issue Oct 28, 2020 · 2 comments · Fixed by #112
Labels
enhancement New feature or request

Comments

@edrock200
Copy link

edrock200 commented Oct 28, 2020

Not sure if I'm doing something wrong here but I just pulled the latest version today and setup. When I try to use the default trakt "watchlist" list, I get the error below. If I create a new private list, and add something to it, and update the list in the config, it works. Should this work with the "watchlist" list? Thanks in advance!

(I've changed the usernames below to placeholders)

| Sync Mode: sync
| 
| Processing trakt_list: https://trakt.tv/users/*username*/watchlist
Traceback (most recent call last):
  File "./plex_auto_collections.py", line 646, in <module>
    update_from_config(config_path, plex, True, args.no_meta, args.no_images)
  File "./plex_auto_collections.py", line 113, in update_from_config
    missing, map = add_to_collection(config_path, plex, m, v, c, map, subfilters)
  File "/Users/macuser/Downloads/Plex-Auto-Collections/app/plex_tools.py", line 143, in add_to_collection
    movies, missing = trakt_tools.trakt_get_movies(config_path, plex, value)
  File "/Users/macuser/Downloads/Plex-Auto-Collections/app/trakt_tools.py", line 13, in trakt_get_movies
    trakt_list_items = trakt.Trakt[trakt_list_path].items()
  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/trakt/interfaces/base/__init__.py", line 117, in __getattr__
    value = getattr(self.interface, name)
AttributeError: 'UsersWatchlistInterface' object has no attribute 'items'```
@mza921
Copy link
Owner

mza921 commented Oct 29, 2020

Trakt watchlists are not currently supported, but I think I can add the functionality.

@mza921 mza921 added the enhancement New feature or request label Oct 29, 2020
@edrock200
Copy link
Author

Thank you!

@mza921 mza921 linked a pull request Nov 12, 2020 that will close this issue
@mza921 mza921 closed this as completed Nov 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants