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.

This post has been edited 3 times, last edit by "ritzMo" (Jun 3rd 2008, 8:44am)
This post has been edited 1 times, last edit by "Terminator" (Oct 29th 2007, 10:51am)
Quoted
Original von Terminator
Ich frage mich, warum die Dreambox das nicht IMMER macht, sobald ein Tuner frei ist, also unabhängig davon, ob die Kiste im Standby ist oder nicht?!
Beim VDR ist es so, dass er im Hintergrund ständig einen EPG-Scan macht, sobald ein Tuner gerade nichts zu tun hat.
This post has been edited 1 times, last edit by "SadButTrue" (Oct 29th 2007, 11:09am)
|
|
Source code |
1 2 3 4 5 |
[EPGRefresh] In Timespan, will check if we're in Standby and have no Recordings running next Traceback (most recent call last): File "/home/e2board/e2board-openembedded/snapshot/build/tmp/work/enigma2-ritzmo-plugins-1.0cvs20071101-r0/image/usr/lib/enigma2/python/Plugins/Extensions/EPGRefresh/EPGRefresh.py", line 256, in timeout File "/develop/dreambox/oe_e2board/build/tmp/work/enigma2-2.2cvs20071102-r0/image/usr/lib/enigma2/python/Components/config.py", line 789, in __getattr__ KeyError: 'force' |
This post has been edited 1 times, last edit by "ritzMo" (Nov 18th 2007, 3:04pm)
)).|
|
PHP Source code |
1 2 3 4 5 6 7 8 9 10 11 |
------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/enigma2/python/mytest.py", line 588, in <module>
plugins.shutdown()
File "/usr/lib/enigma2/python/Components/PluginComponent.py", line 114, in shutdown
self.removePlugin(p)
File "/usr/lib/enigma2/python/Components/PluginComponent.py", line 32, in removePlugin
plugin(reason=1)
File "/home/oe/build/tmp/work/enigma2-plugins-1.0cvs20071226-r0/image/usr/lib/enigma2/python/Plugins/Extensions/EPGRefresh/plugin.py", line 50, in autostart
NameError: global name 'session' is not defined
------------------------------------------------------------
|