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

TVShow().progress always return None #149

Open
dimitricappelle opened this issue Apr 26, 2021 · 1 comment
Open

TVShow().progress always return None #149

dimitricappelle opened this issue Apr 26, 2021 · 1 comment

Comments

@dimitricappelle
Copy link

When trying to get the collection progress for a TV Show I always get None as returned value.
Tried TVShow("The Last Kingdom") and TVShow("Grey's Anatomy").

It seems that it always hits a StopIteration in core.py files (get)

try:
    return generator.send(json_data)
except StopIteration as e:
    return None

(https://trakt.docs.apiary.io/#reference/shows/collection-progress/get-show-collection-progress?console=1)

@glensc
Copy link
Contributor

glensc commented Jan 15, 2022

Show exact code you were using

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants