Sorry, I think the problem is with the USB memory. If I remove it, there is no problem.
OpenPLi 9.0 release available
Re: OpenPLi 9.0 release available #221
Re: OpenPLi 9.0 release available #222
Posted 18 November 2023 - 22:20
This is the crash log for the file encoding issue. I'm not able to replicate it using the box HDD.
The crash occurs when browing my Synology NAS share using CIFS and when a filename have an accent
(for example, I can reproduce on demand by creating a file called Hélène.jpg).
According to Synology documentation, the encoding is UTF-8.
This is the telnet output:
Re: OpenPLi 9.0 release available #223
Re: OpenPLi 9.0 release available #224
Posted 19 November 2023 - 15:08
root@vuduo4kse:/mnt/nas/test# ls
H?l?ne.jpg(the file displays fine in Windows).
That is the problem, Windows doesn't use utf-8.
I still don't understand where exactly it crashes. The crash logs are useless, as it crashes in C++ code, the log doesn't show any details.
If I create a file in Windows encoding in my recording directory, I don't see it in Enigma, is it skipped, it doesn't crash?
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 9.0 release available #225
Re: OpenPLi 9.0 release available #226
Posted 19 November 2023 - 15:45
I got a number of crash files when trying to do a "Software update" or setup a swapfile, see attached
Also found the following errors in the installation log file:
An error occurred during installing enigma2-plugin-extensions-installipk - Please try again later
An error occurred during installing enigma2-plugin-extensions-mediainfo - Please try again later
An error occurred during installing enigma2-plugin-extensions-screengrabber - Please try again later
An error occurred during installing enigma2-plugin-systemplugins-swapmanager - Please try again later
An error occurred during installing pydpflib - Please try again later
An error occurred during installing python-certifi - Please try again later
An error occurred during installing python-chardet - Please try again later
An error occurred during installing python-image - Please try again later
An error occurred during installing python-imaging - Please try again later
An error occurred during installing python-lzma - Please try again later
An error occurred during installing python-mutagen - Please try again later
An error occurred during installing python-ndg-httpsclient - Please try again later
An error occurred during installing python-pysocks - Please try again later
An error occurred during installing python-pyusb - Please try again later
An error occurred during installing python-requests - Please try again later
An error occurred during installing python-simplejson - Please try again later
An error occurred during installing python-urllib3 - Please try again later
Re: OpenPLi 9.0 release available #227
Posted 19 November 2023 - 15:59
All old stuff, no longer available. Plugins because there is no python3 equivalent known to us, and all "python-" packages because they are now called "python3-".
So nothing unexpected in this list.
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 9.0 release available #228
Posted 19 November 2023 - 16:02
As to the crashes:
Traceback (most recent call last): File "/usr/lib/enigma2/python/Components/PluginComponent.py", line 57, in readPluginList File "/usr/lib/enigma2/python/Tools/Import.py", line 2, in my_import File "/usr/lib/enigma2/python/Plugins/SystemPlugins/FirmwareUpgrade/plugin.py", line 3, in <module> from urllib import urlretrieve ImportError: cannot import name 'urlretrieve' from 'urllib' (/usr/lib/python3.9/urllib/__init__.pyc)
no idea what kind of plugin "FirmwareUpgrade" is, but it is no longer compatible.
Traceback (most recent call last): File "/usr/lib/enigma2/python/Components/ActionMap.py", line 57, in action File "/usr/lib/enigma2/python/Plugins/Extensions/SystemTools/plugin.py", line 426, in go File "/usr/lib/enigma2/python/Plugins/Extensions/SystemTools/plugin.py", line 558, in activateswapusb 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 279, in doInstantiateDialog dlg.applySkin() File "/usr/lib/enigma2/python/Screens/Screen.py", line 240, in applySkin File "/usr/lib/enigma2/python/Screens/Screen.py", line 269, in createGUIScreen File "skin applet", line 32, in <module> File "/usr/lib/enigma2/python/enigma.py", line 1249, in __init__ TypeError: in method 'new_ePoint', argument 1 of type 'int' [ePyObject] (CallObject(<bound method ActionMap.action of <Components.ActionMap.ActionMap object at 0xa7cb21f0>>,('OkCancelActions', 'ok')) failed)
using a non-standard skin that is no longer compatible?
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 9.0 release available #229
Posted 19 November 2023 - 16:37
As to the crashes:
Traceback (most recent call last): File "/usr/lib/enigma2/python/Components/PluginComponent.py", line 57, in readPluginList File "/usr/lib/enigma2/python/Tools/Import.py", line 2, in my_import File "/usr/lib/enigma2/python/Plugins/SystemPlugins/FirmwareUpgrade/plugin.py", line 3, in <module> from urllib import urlretrieve ImportError: cannot import name 'urlretrieve' from 'urllib' (/usr/lib/python3.9/urllib/__init__.pyc)no idea what kind of plugin "FirmwareUpgrade" is, but it is no longer compatible.
Traceback (most recent call last): File "/usr/lib/enigma2/python/Components/ActionMap.py", line 57, in action File "/usr/lib/enigma2/python/Plugins/Extensions/SystemTools/plugin.py", line 426, in go File "/usr/lib/enigma2/python/Plugins/Extensions/SystemTools/plugin.py", line 558, in activateswapusb 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 279, in doInstantiateDialog dlg.applySkin() File "/usr/lib/enigma2/python/Screens/Screen.py", line 240, in applySkin File "/usr/lib/enigma2/python/Screens/Screen.py", line 269, in createGUIScreen File "skin applet", line 32, in <module> File "/usr/lib/enigma2/python/enigma.py", line 1249, in __init__ TypeError: in method 'new_ePoint', argument 1 of type 'int' [ePyObject] (CallObject(<bound method ActionMap.action of <Components.ActionMap.ActionMap object at 0xa7cb21f0>>,('OkCancelActions', 'ok')) failed)using a non-standard skin that is no longer compatible?
Removed the firmware-update form the list, solved the crash when selecting plugins.
How do I change a skin via the command line? There are two installed:
opkg list-installed | fgrep skin
enigma2-plugin-skins-kerni-hd1r2 - experimental-git394+472e9d9-r0.0
enigma2-plugin-skins-pli-hd - 0.1+git2251+1d11659-r0.0
Active one is kern-hd1r2
Edited by pietjepuk, 19 November 2023 - 16:47.
Re: OpenPLi 9.0 release available #230
Posted 19 November 2023 - 17:56
It is still on the list of installable plugins in 9.0 , it a specific plugin for VUDUO firmware upgrades.As to the crashes:
Traceback (most recent call last): File "/usr/lib/enigma2/python/Components/PluginComponent.py", line 57, in readPluginList File "/usr/lib/enigma2/python/Tools/Import.py", line 2, in my_import File "/usr/lib/enigma2/python/Plugins/SystemPlugins/FirmwareUpgrade/plugin.py", line 3, in <module> from urllib import urlretrieve ImportError: cannot import name 'urlretrieve' from 'urllib' (/usr/lib/python3.9/urllib/__init__.pyc)no idea what kind of plugin "FirmwareUpgrade" is, but it is no longer compatible.
Re: OpenPLi 9.0 release available #231
Posted 19 November 2023 - 18:43
If it is from VU+, they'll have to fix it. I've never seen or used it, no idea what it is for, perhaps for the front processor on the old Duo? What box is this?
How do I change a skin via the command line? There are two installed:
You'll have to stop Enigma with
init 4
wait until it is stopped (check with ps), then edit /etc/enigma2/settings).
When done, restart again with
init 3
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 9.0 release available #232
Posted 19 November 2023 - 19:11
Found it, it is in the VU+ BSP, hasn't been maintained in 6 years. I'll ask around.
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 9.0 release available #233
Posted 19 November 2023 - 20:03
OpenPli 9.0 release - EDISION OS Mega
I can't create back up. Backupsuite cannot create kerneldump and stops.
Did it work in 8.3 ? Any specific error messages?
Can you get the /tmp/BackupSuite.log file from the box and post it here as an attachment?
On version 8.3 it is OK. On 9.0 the system stops at creating kerneldump. Backupsuite log is not created.
Re: OpenPLi 9.0 release available #234
Posted 19 November 2023 - 20:06
I got a number of crash files when trying to do a "Software update" or setup a swapfile, see attached
As you posted in the Dutch section in the English language I moved your question including all the English replies to the English section where it should have been in the first time. Looking at your nickname I suspect you are Dutch, so please post in the right section the next time you post a bug or question. So in the english section when you write in English. This shouldn’t be so hard.
We’d like to keep our board understandable for all. Thanks in advance.
Mijn schotel is een T90 met 10 LNB's. Daarnaast voor de fun nog een draaibaar systeem met een Triax TD 78.
Dreamboxen heb ik niet meer echt actief. Verder heb ik ook nog een een VU+ duo2 met 500Gb harddisk + een VU+ Uno, Zero, Solo 4K, Ultimo 4K, Zero 4K, Uno 4Kse. + ook nog een Xtrend ET7x00. Daarnaast heb ik ook nog diverse andere modellen w.o. een Formuler F4, ET8500, ET7500, Mut@nt 2400HD, Xsarius Fusion HD se en verder nog wel het e.e.a. waarmee op verzoek vanalles wordt getest. Iemand moet het tenslotte doen.
Los van de eerder genoemde modellen heb ik nog wel een rits aan testsamples als Mut@nt 2400HD, HD60, GB UE4K, GB Trio4K, Maxitec Multibox combo en Twin, Octagon sf8008, sf8008 mini en last but nog least enkele modellen van het Grieks Duitse Edision.
Voor centrale opslag van media gebruik ik een Qnap 219P met tweemaal 2 Tb harddisks + een Synology DS414 met 12 Tb Totale opslag.
-------------------------------------------------------------------------------------------
Many answers to your question can be found in our wiki: Just one click away from this "solutioncentre".
Als ik alles al wist hoefde ik ook niets te vragen. If I had all the knowledge I had no questions at all.
Re: OpenPLi 9.0 release available #235
Posted 19 November 2023 - 21:26
root@vuduo4kse:/mnt/nas/test# ls
H?l?ne.jpg(the file displays fine in Windows).
That is the problem, Windows doesn't use utf-8.
I still don't understand where exactly it crashes. The crash logs are useless, as it crashes in C++ code, the log doesn't show any details.
If I create a file in Windows encoding in my recording directory, I don't see it in Enigma, is it skipped, it doesn't crash?
As explained, I do not reproduce the issue using the local box HDD. To get this issue, I just need to browse a directory containing a file with accent and the directory is located on my NAS (the share /mnt/nas/ is mounted using CIFS).
Is there any procedure to generate a memory dump upon the crash ? I'm happy to generate it and share it.
Thanks!
François
Re: OpenPLi 9.0 release available #236
Posted 19 November 2023 - 21:31
All I can think of is that you have an image on your box that doesn't include my fix. Because I can't reproduce it here.
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 9.0 release available #237
Posted 20 November 2023 - 08:39
@fpignon, flash the OpenPLi 9 nightly build because this has been fixed in it.
Edited by Pr2, 20 November 2023 - 08:39.
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 9.0 release available #238
Posted 20 November 2023 - 12:44
The fix has been backported to 9.0-release on October 27th, and there has been a new 9.0 build since then, so it should be in the release image too.
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 9.0 release available #239
Posted 20 November 2023 - 12:51
I got a number of crash files when trying to do a "Software update" or setup a swapfile, see attached
As you posted in the Dutch section in the English language I moved your question including all the English replies to the English section where it should have been in the first time. Looking at your nickname I suspect you are Dutch, so please post in the right section the next time you post a bug or question. So in the english section when you write in English. This shouldn’t be so hard.
We’d like to keep our board understandable for all. Thanks in advance.
Sorry, will do. Greeting from Scotland
Re: OpenPLi 9.0 release available #240
Posted 20 November 2023 - 17:47
As to the crashes:
Traceback (most recent call last): File "/usr/lib/enigma2/python/Components/PluginComponent.py", line 57, in readPluginList File "/usr/lib/enigma2/python/Tools/Import.py", line 2, in my_import File "/usr/lib/enigma2/python/Plugins/SystemPlugins/FirmwareUpgrade/plugin.py", line 3, in <module> from urllib import urlretrieve ImportError: cannot import name 'urlretrieve' from 'urllib' (/usr/lib/python3.9/urllib/__init__.pyc)no idea what kind of plugin "FirmwareUpgrade" is, but it is no longer compatible.
Fixed in the VU BSP ( https://github.com/O...25051043ba48bb4 ), and BSP updated in develop for testing.
Edited by neo, 20 November 2023 - 17:47.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users