The buildservers run Ubuntu 18.04, my own buildserver runs CentOS 7.
OpenPLi-py3
Re: OpenPLi-py3 #61
Posted 13 February 2022 - 14:18
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: OpenPLi-py3 #62
Re: OpenPLi-py3 #63
Posted 13 February 2022 - 16:17
Python3-future 0.18.2 added to the feed for mediaportal.
When build server OpenPLi ready, you can install it with:
opkg install python3-future
Regarding bluetoothsetup. What error?
Edited by Beeker, 13 February 2022 - 16:17.
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 #64
Re: OpenPLi-py3 #65
Re: OpenPLi-py3 #66
Posted 14 February 2022 - 19:59
Another issues with systemplugins: DeviceManger and MountManager.
Please see atteched files for details.
BTW: I can't edit my post above. Today is only one day when I can test the fixes. Next day is friday when i will return from business trip.
Regards,
DJWeed
Attached Files
Edited by DJWeed, 14 February 2022 - 20:07.
Re: OpenPLi-py3 #67
Posted 19 February 2022 - 10:57
After today's update all (Bluetoothsetup, Devicemanager, Mountmanager) works properly.
Another bugs detected:
1. I can see KODI on the feed but unable to install.
2. I can see the YouTube on the feed but unable to install
3. Problem with webithbbtv plugin (se attached fot details)
Regards,
DJWeed
Attached Files
Edited by DJWeed, 19 February 2022 - 11:04.
Re: OpenPLi-py3 #68
Posted 19 February 2022 - 16:36
I have these plugins working on ultimo4k.I changed for python3.But if with webithbbtv there seems to be no problem.And it seems to work well with YouTube, but there is no stability like on python2, maybe it's just me.
Patch for webithbbtv,and archive for YouTube TV.Maybe something needs to be changed in these patches.
Attached Files
Re: OpenPLi-py3 #69
Posted 19 February 2022 - 16:47
After today's update all (Bluetoothsetup, Devicemanager, Mountmanager) works properly.
Another bugs detected:
1. I can see KODI on the feed but unable to install.
2. I can see the YouTube on the feed but unable to install
3. Problem with webithbbtv plugin (se attached fot details)
Regards,
DJWeed
Kodi is removed from feed for the time being. Kodi still in cache pluginbrowser, but not able to install.
Youtube: No problem with homebuild, probably problem build server?
Webkithbbtv: Working on it.
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 #70
Posted 19 February 2022 - 16:54
Youtube: No problem with homebuild, probably problem build server?
Without error messages impossible to say.
The current image online was build on a different buildserver and with a new tmp, so it should be ok.
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: OpenPLi-py3 #71
Re: OpenPLi-py3 #72
Posted 19 February 2022 - 19:37
Still got the same problem with WebkitHbbTV plugin. The same error like atteched few posts above.
Waiting for "working on it"
Also error when installing Chromium, see attached pictures for details.
Regards,
DJWeed
Attached Files
Edited by DJWeed, 19 February 2022 - 19:44.
Re: OpenPLi-py3 #73
Re: OpenPLi-py3 #74
Re: OpenPLi-py3 #75
Re: OpenPLi-py3 #76
Posted 19 February 2022 - 23:04
The nss assert error is also present in develop, haven't found the reason for it yet.
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: OpenPLi-py3 #77
Re: OpenPLi-py3 #78
Posted 20 February 2022 - 00:55
That's a workaround (the problem is on every box, not only vuplus).
I'm one of those annoying people that wants to know root causes...
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: OpenPLi-py3 #79
Re: OpenPLi-py3 #80
Posted 20 February 2022 - 01:33
The source is:
/* By default, a Unix fd is not closed on exec. */ #ifdef DEBUG PRIntn flags; flags = fcntl(osfd, F_GETFD, 0); PR_ASSERT(0 == flags); #endif
so the question is "why is the debug flag set)?
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.
6 user(s) are reading this topic
0 members, 5 guests, 0 anonymous users
-
Bing (1)