Jump to content


Photo

OpenPLi-py3


  • Please log in to reply
1139 replies to this topic

Re: OpenPLi-py3 #181 Beeker

  • PLi® Contributor
  • 1,602 posts

+203
Excellent

Posted 5 March 2022 - 07:07

Mutant HD51

Systém OE: PLi-OE Verzia firmvéru: OpenPLi python3 (2022-02-27-python3) Verzia jadra / Dátum ovládačov: 4.10.12 / 20191120

after install test python3 image show this problem

attachicon.gif1_0_1_6D67_437_1_C02EB1_0_0_0_20220305010926.jpg

Fixed.

Wait for PR and next build

https://github.com/D...-backup/pull/27


Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.


Re: OpenPLi-py3 #182 Beeker

  • PLi® Contributor
  • 1,602 posts

+203
Excellent

Posted 5 March 2022 - 07:13

So, double checked this - I was apparently wrong about develop image - scanning for local ipk works fine (am pretty sure last night it didn't work, but you know... 8-))

 

However, on py-3 image (yesterday's home build vs1500) it doesn't work for sure here, ipk packages are not found by (original) scanner, you cant install local extension neither from software manager from any location, nor with "put ipk on USB stick and plug it into the box" method...

 

And with patched Scanner.py everything's fine, see pics.

Tested with dm8000 and same problem as your vs1500.

 

I have applied your patch and now it's working, thanks.

For dm8000 I also needed to fix a crash.

 

Now the question is, why for some boxes

(type, _) = guess_type(file)
	if type is None:

type is None?
 


Edited by Beeker, 5 March 2022 - 07:14.

Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.


Re: OpenPLi-py3 #183 DJWeed

  • Senior Member
  • 116 posts

0
Neutral

Posted 5 March 2022 - 15:23

 

Still got the bug also when uploaded ipk file to /tmp and trying to install there is unable to install local package because of permanent information about "there is no files on this device".
 
Regards,
DJWeed


It's not py3 related, this doesn't work on develop neither (and probably on release too...)

x-debian-package is not recognized by the scanner (anymore?)
 
I suppose some hack like this should probably fix it:

diff --git a/Scanner.py b/Scanner.py
index fb162bc..79f3c63 100644
--- a/Scanner.py
+++ b/Scanner.py
@@ -79,6 +79,9 @@ def getType(file):

                if ext == "dat" and file[-11:-6].lower() == "avseq":
                        return "video/x-vcd"
+
+        	if ext == "ipk":
+                       return "application/x-debian-package"
        return type


It helps. Thnx.

 

Regards,

DJWeed


Edited by DJWeed, 5 March 2022 - 15:25.


Re: OpenPLi-py3 #184 lme

  • Member
  • 11 posts

0
Neutral

Posted 6 March 2022 - 04:25

just did an online update; 219 updates were found and loaded on my edision osmio4k+.

after that, can't switch to another image stored on another slot. the box is always boots on openpli.

it's like a loop reboot on openpli image only! noticed that the date of the image is from the old update.

this will kill the use of this test image. maybe will be fix in the next updates.


Nihil Sine Deo !


Re: OpenPLi-py3 #185 DJWeed

  • Senior Member
  • 116 posts

0
Neutral

Posted 6 March 2022 - 10:36

The same problem is when using Neoboot. Unable to change the image in Neoboot. Please see attached file for bug details.

 

Regards,

DJWeed

 

 

Attached Files

  • Attached File  neo.jpg   83.94KB   5 downloads


Re: OpenPLi-py3 #186 Beeker

  • PLi® Contributor
  • 1,602 posts

+203
Excellent

Posted 6 March 2022 - 11:24

Neoboot is a 3rd-party plugin.

We don't have the source AFAIK.

Ask author to adapt plugin to python3/hardknott.


Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.


Re: OpenPLi-py3 #187 Pr2

  • PLi® Contributor
  • 6,165 posts

+261
Excellent

Posted 6 March 2022 - 11:49

i just reproduce the lme reported bug in the Boot selection menu we saw all the available images but it doesn't care of our choice, it always reboot on the current image (so the python3 one).


NO SUPPORT by PM, it is a forum make your question public so everybody can benefit from the question/answer.
If you think that my answer helps you, you can press the up arrow in bottom right of the answer.

Wanna help with OpenPLi Translation? Please read our Wiki Information for translators

Sat: Hotbird 13.0E, Astra 19.2E, Eutelsat5A 5.0W
VU+ Solo 4K: 2*DVB-S2 + 2*DVB-C/T/T2 (used in DVB-C) & Duo 4K: 2*DVB-S2X + DVB-C (FBC)

AB-Com: PULSe 4K 1*DVB-S2X (+ DVB-C/T/T2)
Edision OS Mio 4K: 1*DVB-S2X + 1*DVB-C/T/T2
 


Re: OpenPLi-py3 #188 DJWeed

  • Senior Member
  • 116 posts

0
Neutral

Posted 6 March 2022 - 11:50

This is not a problem with Neoboot but with rebooting Pli.

 

When I turn reboot option from menu image not rebooting but just restarting GUI. @Ime described also this problem. 

 

Regards,

DJWeed


Edited by DJWeed, 6 March 2022 - 11:52.


Re: OpenPLi-py3 #189 Pr2

  • PLi® Contributor
  • 6,165 posts

+261
Excellent

Posted 6 March 2022 - 11:51

Neoboot is a 3rd-party plugin.

We don't have the source AFAIK.

Ask author to adapt plugin to python3/hardknott.

 

Neoboot is "opensource":

 

https://github.com/gutosie/neoboot


Edited by Pr2, 6 March 2022 - 11:51.

NO SUPPORT by PM, it is a forum make your question public so everybody can benefit from the question/answer.
If you think that my answer helps you, you can press the up arrow in bottom right of the answer.

Wanna help with OpenPLi Translation? Please read our Wiki Information for translators

Sat: Hotbird 13.0E, Astra 19.2E, Eutelsat5A 5.0W
VU+ Solo 4K: 2*DVB-S2 + 2*DVB-C/T/T2 (used in DVB-C) & Duo 4K: 2*DVB-S2X + DVB-C (FBC)

AB-Com: PULSe 4K 1*DVB-S2X (+ DVB-C/T/T2)
Edision OS Mio 4K: 1*DVB-S2X + 1*DVB-C/T/T2
 


Re: OpenPLi-py3 #190 DJWeed

  • Senior Member
  • 116 posts

0
Neutral

Posted 6 March 2022 - 12:00

Neoboot was adopted to python3 long time ago.

 

Regards,

DJWeed



Re: OpenPLi-py3 #191 Beeker

  • PLi® Contributor
  • 1,602 posts

+203
Excellent

Posted 6 March 2022 - 12:21

In meta-edision there's nothing changed for weeks

 

https://github.com/k...ion/commits/py3

 

Must be OE-core update?

https://git.openembe...og/?h=hardknott

(updates from 9 days ago)


Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.


Re: OpenPLi-py3 #192 rantanplan

  • PLi® Contributor
  • 1,857 posts

+87
Good

Posted 6 March 2022 - 12:27

Neoboot is just another variant than openmultiboot.
The principle of using the main system fromFlash is also present here.

In my opinion this is not recommended.
There is only one really usable imaginable application:
There is only a basic version in the main memory and then the same version with all the plugins in the neoboot.

Otherwise there will always be errors.



Re: OpenPLi-py3 #193 rantanplan

  • PLi® Contributor
  • 1,857 posts

+87
Good

Posted 6 March 2022 - 12:38

In meta-edision there's nothing changed for weeks

 

https://github.com/k...ion/commits/py3

 

Must be OE-core update?

https://git.openembe...og/?h=hardknott

(updates from 9 days ago)

Does it cause problems?

Had previously updated OE-Core / Bitbake once a week.
Shall we fix / pin it?
 



Re: OpenPLi-py3 #194 Beeker

  • PLi® Contributor
  • 1,602 posts

+203
Excellent

Posted 6 March 2022 - 12:48

 

In meta-edision there's nothing changed for weeks

 

https://github.com/k...ion/commits/py3

 

Must be OE-core update?

https://git.openembe...og/?h=hardknott

(updates from 9 days ago)

Does it cause problems?

Had previously updated OE-Core / Bitbake once a week.
Shall we fix / pin it?
 

 

No, continue with OE-core updates.

 

I'll test with Uclan/Gigablue this week.


Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.


Re: OpenPLi-py3 #195 Pr2

  • PLi® Contributor
  • 6,165 posts

+261
Excellent

Posted 6 March 2022 - 12:48

Please focus on the main problem:   

- the default selection image to boot in OpenPLi is no longer working in python3.


NO SUPPORT by PM, it is a forum make your question public so everybody can benefit from the question/answer.
If you think that my answer helps you, you can press the up arrow in bottom right of the answer.

Wanna help with OpenPLi Translation? Please read our Wiki Information for translators

Sat: Hotbird 13.0E, Astra 19.2E, Eutelsat5A 5.0W
VU+ Solo 4K: 2*DVB-S2 + 2*DVB-C/T/T2 (used in DVB-C) & Duo 4K: 2*DVB-S2X + DVB-C (FBC)

AB-Com: PULSe 4K 1*DVB-S2X (+ DVB-C/T/T2)
Edision OS Mio 4K: 1*DVB-S2X + 1*DVB-C/T/T2
 


Re: OpenPLi-py3 #196 DJWeed

  • Senior Member
  • 116 posts

0
Neutral

Posted 6 March 2022 - 17:52

After today's update still unable to reboot the box from menu. When using reboot option only GUI is restarting. KODI still not working on Ultimo4k

 

Regards,

DJWeed



Re: OpenPLi-py3 #197 suhuf

  • New Member
  • 3 posts

0
Neutral

Posted 6 March 2022 - 17:55

Good days dear admin.

I installed openpli-python3-vuduo4k-20220306,to day image on my Vu Duo4K device, there is sound, no image.Again.Thank you every body.


Edited by suhuf, 6 March 2022 - 17:56.


Re: OpenPLi-py3 #198 Pr2

  • PLi® Contributor
  • 6,165 posts

+261
Excellent

Posted 6 March 2022 - 18:01

Good days dear admin.

I installed openpli-python3-vuduo4k-20220306,to day image on my Vu Duo4K device, there is sound, no image.Again.Thank you every body.

 

Please describe precisely your problem which channel are you watching with sound and no image?  My guess is that it is IPTV channels and not DVB ones.

 

Moreover python3 is intended to be flashed and used for daily usage, so I recommend that you flash the 8.1 stable (or the develop image but yet not the python3).


Edited by Pr2, 6 March 2022 - 18:03.

NO SUPPORT by PM, it is a forum make your question public so everybody can benefit from the question/answer.
If you think that my answer helps you, you can press the up arrow in bottom right of the answer.

Wanna help with OpenPLi Translation? Please read our Wiki Information for translators

Sat: Hotbird 13.0E, Astra 19.2E, Eutelsat5A 5.0W
VU+ Solo 4K: 2*DVB-S2 + 2*DVB-C/T/T2 (used in DVB-C) & Duo 4K: 2*DVB-S2X + DVB-C (FBC)

AB-Com: PULSe 4K 1*DVB-S2X (+ DVB-C/T/T2)
Edision OS Mio 4K: 1*DVB-S2X + 1*DVB-C/T/T2
 


Re: OpenPLi-py3 #199 rantanplan

  • PLi® Contributor
  • 1,857 posts

+87
Good

Posted 6 March 2022 - 18:11

but here is the topic python3;-)



Re: OpenPLi-py3 #200 rantanplan

  • PLi® Contributor
  • 1,857 posts

+87
Good

Posted 6 March 2022 - 20:20

After today's update still unable to reboot the box from menu. When using reboot option only GUI is restarting. KODI still not working on Ultimo4k

 

Regards,

DJWeed

please do not use an update,  always flash again.

This branch is regularly updated by the OE core, so updates always lead to errors due to the size.
If the branch is pinned (Version X or develop), then updates are fine.

Did you test today's image?
 




7 user(s) are reading this topic

0 members, 7 guests, 0 anonymous users