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

Fix XMLTV proxy routing issue and Xtream Codes VOD data handling #176

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

wiihaa
Copy link

@wiihaa wiihaa commented Dec 18, 2024

This update fixes the incorrectly routed XMLTV links for EPG data and addresses an issue with Xtream Codes VOD (Shows & Movies), where the IPTV provider returned incomplete or missing data that the proxy expected.

Thanks to @jtdevops for the fix!

See issue #155 for more details.

The IPTV provider returned data seems to be partially complete, or missing pieces that this proxy is expecting.
The unmarshalling processes was failing mainly when the 'info', 'video' & 'audio' JSON data portions were empty or missing. These fields now have their own unmarshalling methods and if an error is encountered during this process, then it attempts to unmarshall the fields individually in the hope of returning as much data as possible.
If additional errors occur these should now be logged.
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

Successfully merging this pull request may close these issues.

2 participants