-
Notifications
You must be signed in to change notification settings - Fork 154
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
xmltv proxied incorrectly #155
Comments
Hi. |
No problem, make sure to update the parts marked within <>, or just use the I hope this helps you out, but might not be a plug-n-play solution for your setup.
|
Having the same issue here.. @pierre-emmanuelJ, any chance you could take a look at this? Thank you! Edit: Tried a second xtream provider today (24 Jan). Same issue again. |
The last few months I've used a couple of different providers, on on some I've encountered issues with the xmltv file.
Looking at the log files, the requested uri is
/xmltv.php?username=user&password=pass
which is proxied to/xmltv.php?username=user&password=pass&action=xmltv.php
. With an error of cannot reach server: connection reset by peer.To work around this issue, I've used a separate Nginx proxy pass for the uri starting with
/xmltv.php
to remove the&action=xmltv.php
part.Any possibility of fixing this issue or making the removal of the extra query part optional? I don't know if it is mandatory for other providers.
The text was updated successfully, but these errors were encountered: