PDA

View Full Version : [VU+ Zero4K] Crash on download OpenVix image from receiver



triv
26-09-22, 17:10
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:
64274

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




< 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)

twol
26-09-22, 19:46
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

Huevos
27-09-22, 08:26
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>>,()) failYes, permission denied, but we should avoid the crash if this happens. e.g. something like:

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

triv
29-09-22, 20:06
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).