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

Stop calls to unsupported APIs after they failed a number of times #17

Open
nstrelow opened this issue Jun 14, 2019 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@nstrelow
Copy link
Owner

Currently some TVs just do not support certain functions.

With the newest changes, we catch the JSON errors and log to the code.

Even better would be to stop calling the API alltogether after it failed a number of times.

Best example is issue #15 , where /channeldb/tv/channelLists/all apparently throws an internal server error. It would be good to avoid those repeated calls to a non working API route.

Even better would be a compatability matrix of TVs and functions.

@nstrelow nstrelow added the enhancement New feature or request label Jun 14, 2019
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

No branches or pull requests

1 participant