Dear visitor, welcome to Dreamboard. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
|
|
Source code |
1 2 |
opkg install enigma2-plugin-systemplugins-toolkit tar -xZf TeleText.tgz -C /usr/lib/enigma2/python/Plugins/Extensions/TeleText/ |
Quoted
lazy, kann es sein das ränder anzeigen (de)aktivieren kaputt ist und die immer angezeigt werden?

|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
[TeleText] serviceInfoChanged
[TeleText] TXT PID 32 DEMUX 3
[TeleText] send array('B', [1, 0, 32, 3])
Traceback (most recent call last):
File "/usr/lib/enigma2/python/Navigation.py", line 48, in dispatchEvent
x(i)
File "/usr/lib/enigma2/python/Components/ServiceEventTracker.py", line 38, in event
func[2]()
File "/usr/lib/enigma2/python/Plugins/Extensions/TeleText/plugin.py", line 901, in serviceInfoChanged
self.checkServiceInfo(config.plugins.TeleText.background_caching.value or self.inMenu or self.execing)
File "/usr/lib/enigma2/python/Plugins/Extensions/TeleText/plugin.py", line 914, in checkServiceInfo
self.switchChannel(do_send)
File "/usr/lib/enigma2/python/Plugins/Extensions/TeleText/plugin.py", line 949, in switchChannel
self.readFavorites()
File "/usr/lib/enigma2/python/Plugins/Extensions/TeleText/plugin.py", line 957, in readFavorites
text = self.favorites.getFavorite(self.pid_list[self.pid_index][0], i)
IndexError: list index out of range
(PyObject_CallObject(<bound method Navigation.dispatchEvent of <Navigation.Navigation instance at 0x1ec9990>>,(5L,)) failed)
]]>
</enigma2crashlog>
<pythonMD5sum>
<![CDATA[
|
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
[TeleText] serviceInfoChanged
[TeleText] TXT PID 32 DEMUX 3
[TeleText] send array('B', [1, 0, 32, 3])
Traceback (most recent call last):
File "/usr/lib/enigma2/python/Navigation.py", line 48, in dispatchEvent
x(i)
File "/usr/lib/enigma2/python/Components/ServiceEventTracker.py", line 38, in event
func[2]()
File "/usr/lib/enigma2/python/Plugins/Extensions/TeleText/plugin.py", line 901, in serviceInfoChanged
self.checkServiceInfo(config.plugins.TeleText.background_caching.value or self.inMenu or self.execing)
File "/usr/lib/enigma2/python/Plugins/Extensions/TeleText/plugin.py", line 914, in checkServiceInfo
self.switchChannel(do_send)
File "/usr/lib/enigma2/python/Plugins/Extensions/TeleText/plugin.py", line 949, in switchChannel
self.readFavorites()
File "/usr/lib/enigma2/python/Plugins/Extensions/TeleText/plugin.py", line 956, in readFavorites
service = self.pid_list[self.pid_index]
IndexError: list index out of range
(PyObject_CallObject(<bound method Navigation.dispatchEvent of <Navigation.Navigation instance at 0x1c31af8>>,(5L,)) failed)
]]>
</enigma2crashlog>
<pythonMD5sum>
<![CDATA[
|
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
[TeleText] serviceInfoChanged
[TeleText] TXT PID 32 DEMUX 3
[TeleText] transponder: [('1:0:1:10:1:85:C00000:0:0:0:', '\xc2\x86Fox\xc2\x87 Serie', -1), ('1:0:1:17:1:85:C00000:0:0:0:', '\xc2\x86Sky\xc2\x87 \xc2\x86Krimi\xc2\x87', -1), ('1:0:1:1B:1:85:C00000:0:0:0:', '\xc2\x86RTL\xc2\x87 \xc2\x86Crime\xc2\x87', -1), ('1:0:1:1D:1:85:C00000:0:0:0:', 'RTL \xc2\x86Passion\xc2\x87', -1), ('1:0:1:1E:1:85:C00000:0:0:0:', 'Sky \xc2\x86Sport\xc2\x87 \xc2\x86Au\xc2\x87s\xc2\x86t\xc2\x87ria', -1), ('1:0:1:2A:1:85:C00000:0:0:0:', '\xc2\x8613\xc2\x87th \xc2\x86Street\xc2\x87', -1), ('1:0:1:32:1:85:C00000:0:0:0:', '\xc2\x86TNT\xc2\x87 \xc2\x86Serie\xc2\x87', -1), ('1:0:1:A8:1:85:C00000:0:0:0:', '\xc2\x86Motorvis\xc2\x87ion TV', -1)]
[TeleText] send array('B', [1, 0, 32, 3])
Traceback (most recent call last):
File "/usr/lib/enigma2/python/Navigation.py", line 48, in dispatchEvent
x(i)
File "/usr/lib/enigma2/python/Components/ServiceEventTracker.py", line 38, in event
func[2]()
File "/usr/lib/enigma2/python/Plugins/Extensions/TeleText/plugin.py", line 901, in serviceInfoChanged
self.checkServiceInfo(config.plugins.TeleText.background_caching.value or self.inMenu or self.execing)
File "/usr/lib/enigma2/python/Plugins/Extensions/TeleText/plugin.py", line 940, in checkServiceInfo
self.switchChannel(do_send)
File "/usr/lib/enigma2/python/Plugins/Extensions/TeleText/plugin.py", line 948, in switchChannel
self.readFavorites()
File "/usr/lib/enigma2/python/Plugins/Extensions/TeleText/plugin.py", line 955, in readFavorites
service = self.pid_list[self.pid_index]
IndexError: list index out of range
(PyObject_CallObject(<bound method Navigation.dispatchEvent of <Navigation.Navigation instance at 0x1d35af8>>,(5L,)) failed)
|
This post has been edited 1 times, last edit by "loomes" (Jul 30th 2012, 9:46pm)
|
|
Source code |
1 2 3 4 5 6 7 8 |
[TeleText] serviceInfoChanged
[TeleText] TXT PID 32 DEMUX 3
[TeleText] transponder: [('1:0:1:10:1:85:C00000:0:0:0:', '\xc2\x86Fox\xc2\x87 Serie', -1), ('1:0:1:17:1:85:C00000:0:0:0:', '\xc2\x86Sky\xc2\x87 \xc2\x86Krimi\xc2\x87', -1), ('1:0:1:1B:1:85:C00000:0:0:0:', '\xc2\x86RTL\xc2\x87 \xc2\x86Crime\xc2\x87', -1), ('1:0:1:1D:1:85:C00000:0:0:0:', 'RTL \xc2\x86Passion\xc2\x87', -1), ('1:0:1:1E:1:85:C00000:0:0:0:', 'Sky \xc2\x86Sport\xc2\x87 \xc2\x86Au\xc2\x87s\xc2\x86t\xc2\x87ria', -1), ('1:0:1:2A:1:85:C00000:0:0:0:', '\xc2\x8613\xc2\x87th \xc2\x86Street\xc2\x87', -1), ('1:0:1:32:1:85:C00000:0:0:0:', '\xc2\x86TNT\xc2\x87 \xc2\x86Serie\xc2\x87', -1), ('1:0:1:A8:1:85:C00000:0:0:0:', '\xc2\x86Motorvis\xc2\x87ion TV', -1)]
[TeleText] send array('B', [1, 0, 32, 3])
[TeleText] pid_list: [('1:0:1:10:1:85:C00000:0:0:0:', '\xc2\x86Fox\xc2\x87 Serie', -1), ('1:0:1:17:1:85:C00000:0:0:0:', '\xc2\x86Sky\xc2\x87 \xc2\x86Krimi\xc2\x87', -1), ('1:0:1:1B:1:85:C00000:0:0:0:', '\xc2\x86RTL\xc2\x87 \xc2\x86Crime\xc2\x87', -1), ('1:0:1:1D:1:85:C00000:0:0:0:', 'RTL \xc2\x86Passion\xc2\x87', -1), ('1:0:1:1E:1:85:C00000:0:0:0:', 'Sky \xc2\x86Sport\xc2\x87 \xc2\x86Au\xc2\x87s\xc2\x86t\xc2\x87ria', -1), ('1:0:1:2A:1:85:C00000:0:0:0:', '\xc2\x8613\xc2\x87th \xc2\x86Street\xc2\x87', -1), ('1:0:1:32:1:85:C00000:0:0:0:', '\xc2\x86TNT\xc2\x87 \xc2\x86Serie\xc2\x87', -1), ('1:0:1:A8:1:85:C00000:0:0:0:', '\xc2\x86Motorvis\xc2\x87ion TV', -1)]
[TeleText] pid_index: 0
[TeleText] get favorites of service ÂFox Serie [1:0:1:10:1:85:C00000:0:0:0:]
[TeleText] favorites: [100]
|
.