BLINDSCAN on Vu+Uno

STB

Vu+ Newbie
It simply does not work or at least it doesn't on my box on the latest version of Blackhole 205.....

The tuner is an AVL2108.

As Blackhole runs Blindscan from a plugin it green screens. Can someone tell me if there is something I could run to get rid of this issue. Some sort of kwargs error

I have tried this in Vix and it runs perfectly. I'd rather use Blackhole. Infact the reason I come back to Blackhole is that USB DVB-T works out of the box. That and the Matrix skins makes it 10 times better than Vix.

If the epg updating could be streamlined (its buggy) and requires constant manual downloading and the Blindscan issue was solved I would be a happy bunny.

Thanks
 

STB

Vu+ Newbie
Okay relevant crash log.... Can Anyone make sense of this. This is using an AVL2108 tuner.

Screen <class 'Plugins.SystemPlugins.Blindscan.plugin.Blindscan'>((), {}): <type 'exceptions.IndexError'>
Traceback (most recent call last):
File "/usr/lib/enigma2/python/mytest.py", line 239, in create
return screen(self, *arguments, **kwargs)
File "/usr/lib/enigma2/python/Plugins/SystemPlugins/Blindscan/plugin.py", line 89, in __init__
self.nimSockets = self.ScanNimsocket()
File "/usr/lib/enigma2/python/Plugins/SystemPlugins/Blindscan/plugin.py", line 101, in ScanNimsocket
sName = line.split()[3][4:-1]
IndexError: list index out of range
Traceback (most recent call last):
File "/usr/lib/enigma2/python/Components/ActionMap.py", line 46, in action
res = self.actions[action]()
File "/usr/lib/enigma2/python/Blackhole/BhGreen.py", line 44, in save
File "/usr/lib/enigma2/python/Blackhole/BhGreen.py", line 50, in run
File "/usr/lib/enigma2/python/Plugins/SystemPlugins/Blindscan/plugin.py", line 571, in main
session.open(Blindscan)
File "/usr/lib/enigma2/python/mytest.py", line 313, in open
dlg.isTmp = True
AttributeError: 'NoneType' object has no attribute 'isTmp'
(PyObject_CallObject(<bound method ActionMap.action of <Components.ActionMap.ActionMap instance at 0x20b1468>>,('WizardActions', 'ok')) failed)
getResolvedKey config.plugins.crashlogautosubmit.sendAnonCrashlog failed !! (Typo??)
resolve: resolve ${sysconfdir}/enigma2/settings
resolve: -> /etc/enigma2/settings
getResolvedKey config.plugins.crashlogautosubmit.addNetwork failed !! (Typo??)
resolve: resolve ${sysconfdir}/enigma2/settings
resolve: -> /etc/enigma2/settings
getResolvedKey config.plugins.crashlogautosubmit.addWlan failed !! (Typo??)
resolve: resolve ${sysconfdir}/enigma2/settings
resolve: -> /etc/enigma2/settings
]]>
</enigma2crashlog>
 

angelofsky1980

BlackHole Driver Specialist
Okay relevant crash log.... Can Anyone make sense of this. This is using an AVL2108 tuner.

Screen <class 'Plugins.SystemPlugins.Blindscan.plugin.Blindscan'>((), {}): <type 'exceptions.IndexError'>
Traceback (most recent call last):
File "/usr/lib/enigma2/python/mytest.py", line 239, in create
return screen(self, *arguments, **kwargs)
File "/usr/lib/enigma2/python/Plugins/SystemPlugins/Blindscan/plugin.py", line 89, in __init__
self.nimSockets = self.ScanNimsocket()
File "/usr/lib/enigma2/python/Plugins/SystemPlugins/Blindscan/plugin.py", line 101, in ScanNimsocket
sName = line.split()[3][4:-1]
IndexError: list index out of range
Traceback (most recent call last):
File "/usr/lib/enigma2/python/Components/ActionMap.py", line 46, in action
res = self.actions[action]()
File "/usr/lib/enigma2/python/Blackhole/BhGreen.py", line 44, in save
File "/usr/lib/enigma2/python/Blackhole/BhGreen.py", line 50, in run
File "/usr/lib/enigma2/python/Plugins/SystemPlugins/Blindscan/plugin.py", line 571, in main
session.open(Blindscan)
File "/usr/lib/enigma2/python/mytest.py", line 313, in open
dlg.isTmp = True
AttributeError: 'NoneType' object has no attribute 'isTmp'
(PyObject_CallObject(<bound method ActionMap.action of <Components.ActionMap.ActionMap instance at 0x20b1468>>,('WizardActions', 'ok')) failed)
getResolvedKey config.plugins.crashlogautosubmit.sendAnonCrashlog failed !! (Typo??)
resolve: resolve ${sysconfdir}/enigma2/settings
resolve: -> /etc/enigma2/settings
getResolvedKey config.plugins.crashlogautosubmit.addNetwork failed !! (Typo??)
resolve: resolve ${sysconfdir}/enigma2/settings
resolve: -> /etc/enigma2/settings
getResolvedKey config.plugins.crashlogautosubmit.addWlan failed !! (Typo??)
resolve: resolve ${sysconfdir}/enigma2/settings
resolve: -> /etc/enigma2/settings
]]>
</enigma2crashlog>

Can you post the output of the following command?
Code:
cat /proc/bus/nim_sockets
 

STB

Vu+ Newbie
I think should be a parsing issue.
Have you reported also this information to Vu+?
Thanks angelofSky. I must be the only one who uses an AVL2108 ! I had replaced the orig dvb-s2 tuner.

Strangely Blindscan works fine on the openpli based Vix but not on VU+ coding based BH. Its your DVB-T coding work that keeps me with BH!
 

BLIND-EYE

Vu+ Newbie
It simply does not work or at least it doesn't on my box on the latest version of Blackhole 205.....

The tuner is an AVL2108.

As Blackhole runs Blindscan from a plugin it green screens. Can someone tell me if there is something I could run to get rid of this issue. Some sort of kwargs error

I have tried this in Vix and it runs perfectly. I'd rather use Blackhole. Infact the reason I come back to Blackhole is that USB DVB-T works out of the box. That and the Matrix skins makes it 10 times better than Vix.

If the epg updating could be streamlined (its buggy) and requires constant manual downloading and the Blindscan issue was solved I would be a happy bunny.

Thanks
Fixed in BH 2. 0.7 :)
 
Top