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

Catchup not working #23

Open
Gautam-Pra opened this issue Oct 4, 2023 · 2 comments
Open

Catchup not working #23

Gautam-Pra opened this issue Oct 4, 2023 · 2 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@Gautam-Pra
Copy link

I tried to watch many channels catchup
But none are working 😕
Live channels are working good but catch-up is not functional
Please fix this
I tried colors TV, history tv 18 HD Hindi catchups, etc..

@Gautam-Pra Gautam-Pra added bug Something isn't working help wanted Extra attention is needed labels Oct 4, 2023
@rrjanbiah
Copy link
Contributor

rrjanbiah commented Oct 28, 2023

I found that it is due to some missing params:

body: stream_type=Catchup&channel_id=${id}&begin=${start}&end=${end} returns 400 now and needs the below additional params:

body: stream_type=Catchup&showtime=000000&programId=231029164000&srno=20231029&channel_id=${id}&begin=${start}&end=${end}

  • showtime - As per tobalan, it is ":" replaced with "" from epg
  • srno- date in yyyymmdd from startEpoch
  • programId - srno from epg

Once I hardcoded, it seems to generate the catchup properly. But, there are some weird calls with undefined params to the server URLs and after some loop, all params become undefined. Couldn't figure out this case

@rrjanbiah
Copy link
Contributor

I fixed the above by dynamically pulling necessary params rrjanbiah@de16286 It works for the first time or in a few retries, but in some loop or call, it is getting broken as the channel id is getting undefined and breaking further calls.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants