Superb quality and spec AB-Com PULSe 4K SE. Crazy offer! Only £99! FREE UK DELIVERY! 4K UHD, Enigma 2, Multiboot 4 images & more!...
Superb quality and spec AB-Com PULSe 4K Rev II Twin Satellite tuner only £149! FREE UK DELIVERY! 4K UHD, Enigma 2, SATA HDD facility, Multiboot 4 images & more!...

[VU+ Zero4K] Crash on download OpenVix image from receiver

triv

New member
Joined
Sep 26, 2022
Messages
2
Reaction score
0
Points
0
I installed a fresh images 6.2.010. I settuped no satelite, I just installed the remotechannel plugin and setup this (weird is I had to restart the vuzero4k that channels come up). Also I setuped a mount via AutoFS.

See logs for details:
View attachment Enigma2_crash_2022-09-26_16-47-38.log

If there is a ways to create a more detailed log, just let me know.


Code:
 <   575.8679> 16:47:38.3908 [eRCDeviceInputDev] emit: 1<   575.8684> 16:47:38.3912 [InfoBarGenerics] Key: 352 (Make) KeyID='KEY_OK' Binding='('OK',)'.
<   575.8685> 16:47:38.3913 [ActionMap] Keymap 'MsgBoxActions' -> Action = 'ok'.
<   575.8967> 16:47:38.4196 Traceback (most recent call last):
<   575.8968> 16:47:38.4197   File "/usr/lib/enigma2/python/StartEnigma.py", line 224, in processDelay
<   575.8975> 16:47:38.4204     callback(*retval)
<   575.8976> 16:47:38.4205   File "/home/vix/6.2/builds/openvix/release/vuzero4k/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/openvix-core/openvix-core-6.2+gitAUTOINC+b44ff4b325-r8/image/usr/lib/enigma2/python/Plugins/SystemPlugins/ViX/ImageManager.py", line 326, in doDownloadCallback
<   575.8980> 16:47:38.4209   File "/usr/lib/enigma2/python/StartEnigma.py", line 304, in openWithCallback
<   575.8987> 16:47:38.4216     dlg = self.open(screen, *arguments, **kwargs)
<   575.8988> 16:47:38.4216   File "/usr/lib/enigma2/python/StartEnigma.py", line 314, in open
<   575.8995> 16:47:38.4223     dlg = self.current_dialog = self.instantiateDialog(screen, *arguments, **kwargs)
<   575.8995> 16:47:38.4224   File "/usr/lib/enigma2/python/StartEnigma.py", line 251, in instantiateDialog
<   575.9001> 16:47:38.4230     return self.doInstantiateDialog(screen, arguments, kwargs, self.desktop)
<   575.9002> 16:47:38.4230   File "/usr/lib/enigma2/python/StartEnigma.py", line 274, in doInstantiateDialog
<   575.9008> 16:47:38.4237     dlg = screen(self, *arguments, **kwargs)
<   575.9008> 16:47:38.4237   File "/home/vix/6.2/builds/openvix/release/vuzero4k/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/openvix-core/openvix-core-6.2+gitAUTOINC+b44ff4b325-r8/image/usr/lib/enigma2/python/Plugins/SystemPlugins/ViX/ImageManager.py", line 1437, in __init__
<   575.9012> 16:47:38.4240   File "/home/vix/6.2/builds/openvix/release/vuzero4k/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/openvix-core/openvix-core-6.2+gitAUTOINC+b44ff4b325-r8/image/usr/lib/enigma2/python/Plugins/SystemPlugins/ViX/ImageManager.py", line 1441, in getImageDistro
<   575.9016> 16:47:38.4244 PermissionError: [Errno 13] Permission denied: '/media/autofs/stubeimagebackups/'
<   575.9016> 16:47:38.4245 [ePyObject] (CallObject(<bound method Session.processDelay of <__main__.Session object at 0xb043e388>>,()) failed)
 
Last edited by a moderator:
The actual exception implies no write access to the NAS ?
PermissionError: [Errno 13] Permission denied: '/media/autofs/stubeimagebackups/'
< 575.9016> 16:47:38.4245 [ePyObject] (CallObject(<bound method Session.processDelay of <__main__.Session object at 0xb043e388>>,()) fail
 
The actual exception implies no write access to the NAS ?
PermissionError: [Errno 13] Permission denied: '/media/autofs/stubeimagebackups/'
< 575.9016> 16:47:38.4245 [ePyObject] (CallObject(<bound method Session.processDelay of <__main__.Session object at 0xb043e388>>,()) fail
Yes, permission denied, but we should avoid the crash if this happens. e.g. something like:
Code:
	def getImageDistro(self):
		if not path.exists(self.BackupDirectory):
			try:
				mkdir(self.BackupDirectory, 0o755)
			except:
				msg = _("Not possible to create directory %s.") % self.BackupDirectory
				self.session.open(MessageBox, msg, MessageBox.TYPE_ERROR)
				return
 
The actual exception implies no write access to the NAS ?
PermissionError: [Errno 13] Permission denied: '/media/autofs/stubeimagebackups/'
< 575.9016> 16:47:38.4245 [ePyObject] (CallObject(<bound method Session.processDelay of <__main__.Session object at 0xb043e388>>,()) fail

Yeah, I have setuped a mount point called "stube" and set this as default HDD. The weird thing is when I press "PVR" it open an empty folder, I have to move up and select the movie folder (which is on remote VU+ box).
 

OpenViX Feeds Status

Back
Top