Jump to content


Photo

Can't re-install OpenPli Develop 9.0


  • Please log in to reply
21 replies to this topic

#1 gintarasarm

  • Senior Member
  • 71 posts

0
Neutral

Posted 29 September 2024 - 13:19

I can't reinstall OpenPli Develop I'm attaching the crash log maybe someone can tell me what to do and how to fix it and put usb in my receiver seems to load and gives a table where to change the language I choose Russian (I tried to choose English but it's still the same) and it reboots and reboots it self and I receive crash log
Thank you all in advance for your reply!
 
Attached File  enigma2_crash_1727610214.log   2.24KB   5 downloads
 

Edited by gintarasarm, 29 September 2024 - 13:20.


Re: Can't re-install OpenPli Develop 9.0 #2 WanWizard

  • PLi® Core member
  • 70,139 posts

+1,795
Excellent

Posted 29 September 2024 - 13:20

Traceback (most recent call last):
  File "/usr/lib/enigma2/python/Components/Renderer/Listbox.py", line 61, in selectionChanged
  File "/usr/lib/enigma2/python/Components/Converter/StringList.py", line 22, in selectionChanged
  File "/usr/lib/enigma2/python/Components/Sources/List.py", line 63, in selectionChanged
  File "/usr/lib/enigma2/python/Screens/Wizard.py", line 448, in selChanged
KeyError: 'evaluatedlist'
[ePyObject] (CallObject(<bound method Listbox.selectionChanged of <Components.Renderer.Listbox.Listbox object at 0xb12c3238>>,()) failed)

I've seen this being reported before, there's also a github issue opened for it.

 

It is a bug in the setup Wizard, you won't have it when you chose to restore a backup.


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: Can't re-install OpenPli Develop 9.0 #3 gintarasarm

  • Senior Member
  • 71 posts

0
Neutral

Posted 29 September 2024 - 13:27

WanWizard,

Thank you for answer but I don't have a backup and I don't know what to do if I don't have one?



Re: Can't re-install OpenPli Develop 9.0 #4 littlesat

  • PLi® Core member
  • 57,027 posts

+698
Excellent

Posted 29 September 2024 - 14:54

I can look at it tomorrow… likely related to the new config stuff but observed late

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Can't re-install OpenPli Develop 9.0 #5 WanWizard

  • PLi® Core member
  • 70,139 posts

+1,795
Excellent

Posted 29 September 2024 - 15:52

WanWizard,

Thank you for answer but I don't have a backup and I don't know what to do if I don't have one?

 

The downside of using a develop image, there can be moments that a specific feature is broken.

 

Don't use a develop image if you don't know how to recover from that, and/or you are not prepared to do so (like not having a backup).
 


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: Can't re-install OpenPli Develop 9.0 #6 gintarasarm

  • Senior Member
  • 71 posts

0
Neutral

Posted 29 September 2024 - 16:29

Thank you @wanwizard thank you @littlesat very much for your answers, I just didn't think that it could crash at this very moment and I wouldn't be able to reinstall OpenPli Develop, thought about making a backup the other day, but I just didn't have time. Thank you very much for trying to provide all kinds of help. I am very grateful to everyone!



Re: Can't re-install OpenPli Develop 9.0 #7 Huevos

  • PLi® Contributor
  • 4,613 posts

+160
Excellent

Posted 29 September 2024 - 21:19

I can look at it tomorrow… likely related to the new config stuff but observed late

I doubt it is anything to do with the config stuff. Obviously calling selChanged() before the list has been built.



Re: Can't re-install OpenPli Develop 9.0 #8 Huevos

  • PLi® Contributor
  • 4,613 posts

+160
Excellent

Posted 30 September 2024 - 09:19

The callback (self["list"].onSelectionChanged.append(self.selChanged)) is set in Wizard.__init__() but self.wizard[self.currStep]["evaluatedlist"] is not set until later. So no sanity. Should be checking that variable exists before trying to use it.



Re: Can't re-install OpenPli Develop 9.0 #9 display name

  • Senior Member
  • 623 posts

+26
Good

Posted 30 September 2024 - 10:41

Replaced Screen.py with a previous one. Then there is no error.

Edited by Amai, 30 September 2024 - 10:48.


Re: Can't re-install OpenPli Develop 9.0 #10 display name

  • Senior Member
  • 623 posts

+26
Good

Posted 30 September 2024 - 10:55

this Screen.py is OK  https://github.com/O...reens/Screen.py

 

Screen.py commit after gives error KeyError: 'evaluatedlist'


Edited by Amai, 30 September 2024 - 10:57.


Re: Can't re-install OpenPli Develop 9.0 #11 display name

  • Senior Member
  • 623 posts

+26
Good

Posted 30 September 2024 - 11:07

these lines

https://github.com/O...en.py#L295-L298


Edited by Amai, 30 September 2024 - 11:11.


Re: Can't re-install OpenPli Develop 9.0 #12 Huevos

  • PLi® Contributor
  • 4,613 posts

+160
Excellent

Posted 30 September 2024 - 11:49

Nothing wrong with that commit. The problem is sanity in the wizard.



Re: Can't re-install OpenPli Develop 9.0 #13 Huevos

  • PLi® Contributor
  • 4,613 posts

+160
Excellent

Posted 30 September 2024 - 12:06

PR to add sanity test: https://github.com/O...igma2/pull/4072



Re: Can't re-install OpenPli Develop 9.0 #14 Abu Baniaz

  • PLi® Contributor
  • 2,491 posts

+64
Good

Posted 30 September 2024 - 12:48

I can confirm that the commit by Littlesat has resolved the problem. Thanks.



Re: Can't re-install OpenPli Develop 9.0 #15 littlesat

  • PLi® Core member
  • 57,027 posts

+698
Excellent

Posted 30 September 2024 - 12:55

Actually it was indeed a GSOD... but as far I could see the language was selected and the wizard continued... so it was more kind of cosmetic.... And it could be in there for a long long long long time.... It was also hard to verify...


Edited by littlesat, 30 September 2024 - 12:57.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Can't re-install OpenPli Develop 9.0 #16 gintarasarm

  • Senior Member
  • 71 posts

0
Neutral

Posted 30 September 2024 - 14:24

Thank you very much @littlesat for help, I haven't reinstalled OpenPli Develop yet, but I'll try it now and I'll definitely write back, but in any case, thank you very, very much for your job!

With great respect to you!



Re: Can't re-install OpenPli Develop 9.0 #17 gintarasarm

  • Senior Member
  • 71 posts

0
Neutral

Posted 30 September 2024 - 14:40

I still get an error, I'm attaching a crashlog

 

 

 

 

 

Attached Files



Re: Can't re-install OpenPli Develop 9.0 #18 Huevos

  • PLi® Contributor
  • 4,613 posts

+160
Excellent

Posted 30 September 2024 - 14:49

That crash is fixed. You need to load the change on your box manually. It is not in the build yet.



Re: Can't re-install OpenPli Develop 9.0 #19 gintarasarm

  • Senior Member
  • 71 posts

0
Neutral

Posted 30 September 2024 - 15:05

And when do you think it might appear in the build approximately?


Edited by gintarasarm, 30 September 2024 - 15:05.


Re: Can't re-install OpenPli Develop 9.0 #20 littlesat

  • PLi® Core member
  • 57,027 posts

+698
Excellent

Posted 30 September 2024 - 15:59

Just wait for the new build... then install that image and it is resolved...

 

Unless this I was able to continue installing stuff via the wizard... unless the GSOD.


WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W



1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users