Crash log
#1
Posted 27 April 2024 - 22:06
Re: Crash log #2
Posted 27 April 2024 - 22:59
There is a good chance that this problem will disappear if you update the develop image online to the latest version.
Aan de rand van de afgrond is een stap voorwaarts niet altijd vooruitgang....
On the edge of the abyss, a step forward is not always progress....
Hardware: 2x Daily used Vu+ Ultimo 4K - Vu+ Duo 4K SE and a lot more.... - VisioSat BiBigsat - Jultec Unicable Multiswitch 4 positions: 19.2/23.5/28.2 East - Diseqc motorized flatdish antenna
Software : HomeBuild OpenPLi Develop and Scarthgap builds, local cards driven by OsCam
Press the button on the buttom right of this message
Have you tried our wiki yet? Many answers can be found in our OpenPLi wiki
Re: Crash log #3
Re: Crash log #4
Posted 28 April 2024 - 11:33
How could that have ever worked? I've checked Enigma's history, ConfigText.handleKey() never had 3 arguments.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: Crash log #5
Re: Crash log #6
Re: Crash log #7
Re: Crash log #8
Re: Crash log #9
Posted 28 April 2024 - 13:04
It is ATV specific, it is not compatible with OpenPLi. https://github.com/o...nfigList.py#L70
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: Crash log #10
Re: Crash log #11
Posted 28 April 2024 - 16:28
That would require someone who uses it, as it would need testing. Which rules me out .
Chances are btw that it is sufficient to remove the callback, so not
def handleKey(self, key, callback=None): ConfigText.handleKey(self, key, callback)
but
def handleKey(self, key): ConfigText.handleKey(self, key)
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: Crash log #12
Re: Crash log #13
Posted 28 April 2024 - 17:15
Ask your friend IanSav, he added it in https://github.com/o...e8e08d95afada44
- Use callbacks from ConfigList.py to more efficiently allow config.py to notify ConfigList.py that data has changed during an edit
Edited by WanWizard, 28 April 2024 - 17:16.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: Crash log #14
Re: Crash log #15
Posted 2 May 2024 - 23:00
That would require someone who uses it, as it would need testing. Which rules me out .
Chances are btw that it is sufficient to remove the callback, so not
def handleKey(self, key, callback=None): ConfigText.handleKey(self, key, callback)but
def handleKey(self, key): ConfigText.handleKey(self, key)
Worked thanks!
Re: Crash log #16
Posted 2 May 2024 - 23:05
Edited by littlesat, 2 May 2024 - 23:06.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Re: Crash log #17
Re: Crash log #18
Posted 4 May 2024 - 11:34
when you have a merge request that is good it will be excepted of course… Think about that skin process…
Actually most other image are initially a fork from us… and not many do merge requests here… and be aware we try to make things better so please also accept comments/questions/suggestions….
Edited by littlesat, 4 May 2024 - 11:47.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Re: Crash log #19
Re: Crash log #20
Posted 4 May 2024 - 21:06
To see the differences is not possible anymore… over thousand lines are changed.
I see a lot of change calls that are moved into a callback, which makes code easier, but it will break stuff when used. But it is backwards compatible. This is a point that should be weighted.
In the commit of openatv I only see the change change as GitHub does not show the complete commit. A huge impact in enigma2
Edited by littlesat, 6 May 2024 - 12:41.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users