Jump to content


Photo

PLi 9 problem with registration


  • Please log in to reply
34 replies to this topic

#1 lucas

  • Senior Member
  • 35 posts

0
Neutral

Posted 8 December 2024 - 19:43

I would like to point out that this didn't happen with PLi 8, that is, when I start a recording and choose to enter the duration, the system crashes.
I attach image and report.

Attached Files



Re: PLi 9 problem with registration #2 WanWizard

  • PLi® Core member
  • 70,718 posts

+1,824
Excellent

Posted 8 December 2024 - 19:56

Traceback (most recent call last):
  File "/usr/lib/enigma2/python/StartEnigma.py", line 223, in processDelay
    callback(*retval)
  File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 2731, in recordQuestionCallback
  File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 2766, in changeDuration
  File "/usr/lib/enigma2/python/StartEnigma.py", line 302, in openWithCallback
    dlg = self.open(screen, *arguments, **kwargs)
  File "/usr/lib/enigma2/python/StartEnigma.py", line 312, in open
    dlg = self.current_dialog = self.instantiateDialog(screen, *arguments, **kwargs)
  File "/usr/lib/enigma2/python/StartEnigma.py", line 255, in instantiateDialog
    return self.doInstantiateDialog(screen, arguments, kwargs, self.desktop)
  File "/usr/lib/enigma2/python/StartEnigma.py", line 272, in doInstantiateDialog
    dlg = screen(self, *arguments, **kwargs)
  File "/usr/lib/enigma2/python/Screens/InputBox.py", line 17, in __init__
TypeError: __init__() got an unexpected keyword argument 'maxValue'
[ePyObject] (CallObject(<bound method Session.processDelay of <__main__.Session object at 0xb00fa658>>,()) failed)

I've never seen it, and my Italian is very bad, could you explain exactly what steps you took exactly, to get it to crash?

 

In the current develop, InputBox still doesn't define that keyword, which suggests whatever it is, it is still an issue...


Edited by WanWizard, 8 December 2024 - 20:01.

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: PLi 9 problem with registration #3 lucas

  • Senior Member
  • 35 posts

0
Neutral

Posted 8 December 2024 - 20:15


I've never seen it, and my Italian is very bad, could you explain exactly what steps you took exactly, to get it to crash?

 

In the current develop, InputBox still doesn't define that keyword, which suggests whatever it is, it is still an issue...

 

I'll try to explain myself better (I translate with Google)
By starting a recording on the internal disk and wanting to enter how many minutes it should record for, the green crash occurs.


Re: PLi 9 problem with registration #4 WanWizard

  • PLi® Core member
  • 70,718 posts

+1,824
Excellent

Posted 8 December 2024 - 20:20

Ok, thanks, so a manual recording, using the recording button on the remote.


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: PLi 9 problem with registration #5 lucas

  • Senior Member
  • 35 posts

0
Neutral

Posted 8 December 2024 - 20:24

Ok, thanks, so a manual recording, using the recording button on the remote.

Yes



Re: PLi 9 problem with registration #6 littlesat

  • PLi® Core member
  • 57,330 posts

+708
Excellent

Posted 8 December 2024 - 20:26

TypeError: __init__() got an unexpected keyword argument 'maxValue'

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


Re: PLi 9 problem with registration #7 lucas

  • Senior Member
  • 35 posts

0
Neutral

Posted 8 December 2024 - 20:27

TypeError: __init__() got an unexpected keyword argument 'maxValue'

What does it mean?



Re: PLi 9 problem with registration #8 Stan

  • Senior Member
  • 429 posts

+1
Neutral

Posted 8 December 2024 - 21:39

The 'maxValue' argument was introduced in PLi 9. Most likely you have an older Input.py.


Edited by Stan, 8 December 2024 - 21:46.


Re: PLi 9 problem with registration #9 lucas

  • Senior Member
  • 35 posts

0
Neutral

Posted 8 December 2024 - 22:48

The 'maxValue' argument was introduced in PLi 9. Most likely you have an older Input.py.


What should I do?

Re: PLi 9 problem with registration #10 littlesat

  • PLi® Core member
  • 57,330 posts

+708
Excellent

Posted 8 December 2024 - 22:58

I tried to verify the issue with instant recording, but no crash with maxValue here…

Edited by littlesat, 8 December 2024 - 22:59.

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


Re: PLi 9 problem with registration #11 lucas

  • Senior Member
  • 35 posts

0
Neutral

Posted 8 December 2024 - 23:13

I tried to verify the issue with instant recording, but no crash with maxValue here…


With the same decoder? Instant recording works perfectly but when I try to set the minutes for recording it crashes! Go back to 8.3?

Re: PLi 9 problem with registration #12 Stan

  • Senior Member
  • 429 posts

+1
Neutral

Posted 8 December 2024 - 23:29

You could try this Input.py file.

 

Copy it to the receiver to folder /usr/lib/enigma2/python/Components, then restart Enigma. After that delete the file.

 

Attached File  Input.py   7.07KB   2 downloads



Re: PLi 9 problem with registration #13 lucas

  • Senior Member
  • 35 posts

0
Neutral

Posted 8 December 2024 - 23:44

Thanks. I can't try it now because I have a registration in progress. I'll try tomorrow because it needs a reboot. Thanks.

Re: PLi 9 problem with registration #14 lucas

  • Senior Member
  • 35 posts

0
Neutral

Posted 9 December 2024 - 10:59

The 'maxValue' argument was introduced in PLi 9. Most likely you have an older Input.py.


In fact it was already there and I renamed the old one restarted and it works. Now I leave the new one and remove the old renamed one?

Re: PLi 9 problem with registration #15 Stan

  • Senior Member
  • 429 posts

+1
Neutral

Posted 9 December 2024 - 11:30

Delete both old and new Input.py (but not Input.pyc !)


Edited by Stan, 9 December 2024 - 11:31.


Re: PLi 9 problem with registration #16 WanWizard

  • PLi® Core member
  • 70,718 posts

+1,824
Excellent

Posted 9 December 2024 - 13:29

If you haven't installed anything special, I would stick some local storage into to the box (like a USB stick), and flash the box again, from the menu, with backup.

 

As if this system file was overwritten and/or damages, the question is, what else is?


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: PLi 9 problem with registration #17 lucas

  • Senior Member
  • 35 posts

0
Neutral

Posted 9 December 2024 - 13:44

Delete both old and new Input.py (but not Input.pyc !)


Done ok.

Re: PLi 9 problem with registration #18 lucas

  • Senior Member
  • 35 posts

0
Neutral

Posted 9 December 2024 - 13:52

If you haven't installed anything special, I would stick some local storage into to the box (like a USB stick), and flash the box again, from the menu, with backup.
As if this system file was overwritten and/or damages, the question is, what else is?

I upgraded from 8.3 to 9 with the file from your download. I just loaded PLi-AutoBackup and nothing else.

Edited by lucas, 9 December 2024 - 13:53.


Re: PLi 9 problem with registration #19 WanWizard

  • PLi® Core member
  • 70,718 posts

+1,824
Excellent

Posted 9 December 2024 - 13:55

Not sure what you've done exactly then, if you ended up with old system files. An image flash completely wipes the entire root filesystem, it is like "format C:" on a PC, nothing can be left behind.

 

Did you perhaps alter the files selected for the backup, and by accident selected system files for inclusion, so that they're in your 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: PLi 9 problem with registration #20 lucas

  • Senior Member
  • 35 posts

0
Neutral

Posted 9 December 2024 - 14:10

Not sure what you've done exactly then, if you ended up with old system files. An image flash completely wipes the entire root filesystem, it is like "format C:" on a PC, nothing can be left behind.
Did you perhaps alter the files selected for the backup, and by accident selected system files for inclusion, so that they're in your backup?

I did not modify the backup file that was called in the new installation. The only thing I changed was the skin.xml file that I customized.


2 user(s) are reading this topic

1 members, 1 guests, 0 anonymous users