0.7.1 - Series not working with IPTVBoss #167
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the bug
When using IPTVBoss as an Xtream server, the VOD and Series aren't working.
To Reproduce
Steps to reproduce the behavior:
Software stack
Plugin version: 0.7.1
Server version: 10.10.6
Additional context
Logs:
IPTVBoss logs:
As you can see in the logs, when a request is made to IPTVBoss' Xstream server with get_series_info, it sends back a 302 Redirect to the underlaying provider's series info.
It should be followed and used to parse the series info.
In addition, there is an identical error with VODs, while the informations is properly received, this error happens:
The process is similar with the IPTVBoss Series one, it redirects with a 302 to the upstream provider
Is IPTVBoss redirecting from a HTTPS address to a HTTP address? That might explain why the redirect is not followed by the HTTP client.
It is, yes, my server is behind an https reverse proxy
EDIT: I'm gonna try connecting to localhost as the xstream server is hosted in the same place as jellyfin
@Kakise was the HTTPS to HTTP downgrade your issue?
Hello, no, unfortunately the iptvboss xcserver will broadcast the stream urls using the reverse proxy url setup, so it becomes localhost -> https (xcserver still) -> http (stream)
I'm afraid I cannot resolve this issue in the plugin. For Live TV, the plugin handles stream opening and catches this edge case. For VOD and Series, Jellyfin handles it.