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

Telefe.ar has malformed stream #16856

Open
1 task done
LondonX opened this issue Mar 13, 2024 · 3 comments
Open
1 task done

Telefe.ar has malformed stream #16856

LondonX opened this issue Mar 13, 2024 · 3 comments
Labels
bug Something is not working right

Comments

@LondonX
Copy link
Contributor

LondonX commented Mar 13, 2024

Describe your issue

The stream added in #16169 has malformed url

Stream URL (required)
(https://mitelefe.com/Api/Videos/GetSourceUrl/694564/0/HLS / https://ssl.cloud.telefe.com/Api/Videos/GetSourceUrl/694564/0/HLS)

Which makes the json in streams.json has no url
{"channel":"Telefe.ar","timeshift":null,"http_referrer":null,"user_agent":null}

Contributing Guide

@LondonX LondonX added the bug Something is not working right label Mar 13, 2024
@LondonX
Copy link
Contributor Author

LondonX commented Mar 14, 2024

Now, is has url with "undefined" value

@BellezaEmporium
Copy link
Collaborator

There might be some issue in the streams.json generation, but this isn't an issue that belongs in this iptv-org repo, might be more suitable in the "api" repo.

The telefe link is a redirector. Works for me as expected.

@Dum4G Dum4G transferred this issue from iptv-org/iptv Apr 4, 2024
@freearhey
Copy link
Collaborator

freearhey commented Jun 24, 2024

The reason for this bug is that the url field in the request contained two url's in brackets at once:
image
#16169

The bot did not understand what to do with it and apparently saved the record without the mandatory url field.

To prevent this from happening again it will be necessary to update the validation of channel requests.

@freearhey freearhey transferred this issue from iptv-org/api Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is not working right
Development

No branches or pull requests

4 participants
@LondonX @freearhey @BellezaEmporium and others