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

TV watch_providers does not return response #97

Closed
georgep9 opened this issue Dec 8, 2023 · 2 comments
Closed

TV watch_providers does not return response #97

georgep9 opened this issue Dec 8, 2023 · 2 comments

Comments

@georgep9
Copy link

georgep9 commented Dec 8, 2023

The TV module function watch_providers does not return a response value.

Here's a snippet of the function in /tmdbsimple/tv.py

...
    def watch_providers(self, **kwargs):
        """
        Get a list of the availabilities per country by provider for tv.

        Args:
            None

        Returns:
            A dict respresentation of the JSON returned from the API.
        """
        path = self._get_id_path('watch_providers')

        response = self._GET(path, kwargs)
        self._set_attrs_to_values(response)
...
@georgep9
Copy link
Author

georgep9 commented Dec 8, 2023

Fixed in #98

@georgep9
Copy link
Author

georgep9 commented Dec 22, 2023

duplicate of #88 and PRs #93 #96

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

1 participant