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

"add timer" not working #1558

Open
Huevos opened this issue Aug 23, 2022 · 13 comments
Open

"add timer" not working #1558

Huevos opened this issue Aug 23, 2022 · 13 comments
Labels
BUG 🐞 Not working as expected Classic Interface *Only* affects the original design

Comments

@Huevos
Copy link
Contributor

Huevos commented Aug 23, 2022

Build at ad155b2

From Main panel click "timers", then click "add timer".

On clicking "add timer" a request is sent to "./api/getallservices?renameserviceforxmbc=1&nolastscanned=1". The request works (as shown in the attached screenshot) but the data is not processed and the screen is not updated.

Reported by an OpenViX user on the forum and verified by me in Firefox and Chrome.

2

owif

@Huevos Huevos added the BUG 🐞 Not working as expected label Aug 23, 2022
@wedebe wedebe added the Classic Interface *Only* affects the original design label Aug 23, 2022
@jbleyel
Copy link
Contributor

jbleyel commented Aug 23, 2022

probably a similar issue here -> #1541

@jbleyel
Copy link
Contributor

jbleyel commented Aug 23, 2022

Is this only in Classic interface?
Please check the javascript console for errors.
Please check local storage gas-date variable. YES "gas-date" and not "gas-data" (it's a typo)
gas-date is the data
gas-data is the date

@Huevos
Copy link
Contributor Author

Huevos commented Aug 23, 2022

3

@jbleyel
Copy link
Contributor

jbleyel commented Aug 24, 2022

The getallservices json is too big for local storage.
We may need to strip if possible.

The program attribute can be removed because it's not needed here.

Or we find a way to change the quota.

@Huevos
Copy link
Contributor Author

Huevos commented Aug 24, 2022

Ok, maybe we should just forget this. It is too much data. For me ./api/getallservices?renameserviceforxmbc=1&nolastscanned=1 outputs 25MB.

@wedebe
Copy link
Collaborator

wedebe commented Aug 24, 2022

Just curious @Huevos - how many channels do you have?? 😮

I wonder if you'd mind sending a backup of your lamedb and bouquets that I could use for testing the modern interface?

@Huevos
Copy link
Contributor Author

Huevos commented Aug 24, 2022

In mine 126322 positions including spacers. Most is from IPTV bouquets, not lamedb. I'm not sure what the user who reported it has. I've asked.

@jbleyel
Copy link
Contributor

jbleyel commented Aug 24, 2022

The spacers should be removed .. I will do that.

@jbleyel
Copy link
Contributor

jbleyel commented Aug 24, 2022

IPTV can be also removed but only VOD, because you may wanna create a timer for IPTV Live channel.

@jbleyel
Copy link
Contributor

jbleyel commented Aug 24, 2022

Please check this:
8af7144

by the way .. spacer should be not in the result.

@Huevos
Copy link
Contributor Author

Huevos commented Aug 25, 2022

./api/getallservices?renameserviceforxmbc=1&exclude=lastscanned,vod,program

For me it takes 15 seconds for the server to respond and another 30 seconds to output the data. And then it still doesn't display.

So, too much data to process on the fly.

@AdPatat
Copy link

AdPatat commented Sep 20, 2022

Works again in OpenPli 8.3 on my VU+Ultimate4k... Happy with it!

@kwaaak
Copy link
Contributor

kwaaak commented Jan 13, 2023

An easy workaround is increasing the quota.

On Firefox, go to about:config and increase the value for dom.storage.default_quota
(https://support.mozilla.org/bm/questions/1353337#answer-1449585)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG 🐞 Not working as expected Classic Interface *Only* affects the original design
Projects
None yet
Development

No branches or pull requests

5 participants