Huevos

Results 7 comments of Huevos

> evaluating 7 cards by calling **42 time (7x6)** really not a good practice. tried https://github.com/chehsunliu/poker that is based on [deuces](https://github.com/worldveil/deuces) > > if there is any better solution, let's...

![3](https://user-images.githubusercontent.com/2067864/186274292-cec30a71-d3ec-4230-a474-e379728de6db.jpg)

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

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.

./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...

I have fixed this in eListboxService where the problem was. Current openvix dev image should now work properly. https://github.com/OpenViX/enigma2/commit/41320646128af00497778a216f39dcd57074bf88 The code in OWI that looks for a marker currently is...

And this suggestion above `if int(sref.split(":")[1]) 64:` should be `if int(sref.split(":")[1]) != eServiceReference.isMarker:`