You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: