Jump to content


Uwi237

Member Since 5 Aug 2012
Offline Last Active 01 Nov 2014 14:23
-----

Topics I've Started

Greenscreen nach Upgrade

22 April 2013 - 12:44

Hallo
bekomme nach heutigem Upgrade eine GS-Schleife mit folgender Crashlog:

 

...

[StartupToStandby] autostart
[EPS] Starting up Version 2.2.1
[EPS] 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
[SKIN] No skin to read...
[SKIN] Parsing embedded skin <embedded-in-'MovielistPreviewScreen'>
[SPLITSCEEN] resetting
[SKIN] Parsing embedded skin <embedded-in-'FantasticBoot'>
[ShootYourScreen] start....
EMC: +++ EMC V3.7.0beta20130330 startup
[CacheFlush] fallback to default translation for pagecache
[CacheFlush] fallback to default translation for dentries and inodes
[CacheFlush] fallback to default translation for pagecache, dentries and inodes
[CacheFlush] fallback to default translation for Default
[CacheFlush] fallback to default translation for Starting
[CacheFlush] set min_free_kbytes to 1024 kB
[SKIN] Parsing embedded skin <embedded-in-'CacheFlushAutoScreen'>
[CacheFlush] fallback to default translation for Started
[SKIN] Parsing embedded skin <embedded-in-'OnScreenEcmScreen'>
------------------------------------------------------------------
[MultiQuickButton] enabled:  True
------------------------------------------------------------------
[AutomaticCleanup Ver. 0.1.6] Starting AutomaticCleanup...
[AutomaticCleanup Ver. 0.1.6] Cleaning up setting backups
[AutomaticCleanup Ver. 0.1.6] No deletable setting backup found!
[AutomaticCleanup Ver. 0.1.6] Cleaning up orphaned movies
Plugin raised exception at WHERE_SESSIONSTART
Traceback (most recent call last):
  File "/usr/lib/enigma2/python/mytest.py", line 172, in __init__
    p(reason=0, session=self)
  File "/usr/lib/enigma2/python/Plugins/SystemPlugins/AutomaticCleanup/plugin.py", line 426, in autostart
  File "/usr/lib/enigma2/python/Plugins/SystemPlugins/AutomaticCleanup/plugin.py", line 227, in __init__
  File "/usr/lib/enigma2/python/Plugins/SystemPlugins/AutomaticCleanup/plugin.py", line 250, in doCleanup
  File "/usr/lib/enigma2/python/Plugins/SystemPlugins/AutomaticCleanup/plugin.py", line 376, in cleanupMovies
  File "/usr/lib/enigma2/python/Components/config.py", line 1577, in __getattr__
KeyError: 'movie_trashpath'
[AutomaticVolumeAdjustment] Starting AutomaticVolumeAdjustment...
[AutomaticVolumeAdjustmentConfig] Loading config file...
[AutomaticVolumeAdjustmentConfig] Loaded 0 entries from config file...
[AutomaticVolumeAdjustment] initialize config values...
Setvolume: 100 100 (raw)
Setvolume: 0 0 (-1db)
[SKIN] Parsing embedded skin <embedded-in-'ResolutionLabel'>
port changed to YPbPr
mode changed to 1080i
getModeList for port YPbPr
default ('1080i', 'Standard')
preferedmodes ['720p', '576p', '480p', '576i', '480i', ('1080i', 'Standard')]
Plugin raised exception at WHERE_SESSIONSTART
Traceback (most recent call last):
  File "/usr/lib/enigma2/python/mytest.py", line 172, in __init__
    p(reason=0, session=self)
  File "/usr/lib/enigma2/python/Plugins/Extensions/RemoteControlChannel/plugin.py", line 67, in startup
    file = open("/proc/stb/ir/rc/mask0", "w")
IOError: [Errno 2] No such file or directory: '/proc/stb/ir/rc/mask0'
[VPS-Plugin] next execution in 900 sec
[Toplevel.importExternalModules] Imported external module: AutoTimer
[Toplevel.importExternalModules] Imported external module: Example
[Toplevel.importExternalModules] Imported external module: EPGRefresh
[Webinterface] started on 0.0.0.0:80 auth=False ssl=False
[WebInterface.registerBonjourService] No module named Bonjour.Bonjour
[WebInterface.unregisterBonjourService] No module named Bonjour.Bonjour
[EPGC] setCacheFile read/write epg data from/to '/media/sdb1/epg.dat'
[SKIN] Parsing embedded skin <embedded-in-'Screensaver'>
[SKIN] No skin to read...
Screen <class 'Screens.InfoBar.InfoBar'>((), {}): <type 'exceptions.KeyError'>
Traceback (most recent call last):
  File "/usr/lib/enigma2/python/mytest.py", line 226, in create
    return screen(self, *arguments, **kwargs)
  File "/usr/lib/enigma2/python/Screens/InfoBar.py", line 63, in __init__
  File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 505, in __init__
  File "/usr/lib/enigma2/python/mytest.py", line 234, in instantiateDialog
    return self.doInstantiateDialog(screen, arguments, kwargs, self.desktop)
  File "/usr/lib/enigma2/python/mytest.py", line 270, in doInstantiateDialog
    dlg.applySkin()
  File "/usr/lib/enigma2/python/Components/GUISkin.py", line 112, in applySkin
  File "/usr/lib/enigma2/python/Components/GUISkin.py", line 28, in createGUIScreen
  File "/usr/lib/enigma2/python/Components/GUIComponent.py", line 108, in GUIcreate
  File "/usr/lib/enigma2/python/Components/ServiceList.py", line 176, in postWidgetCreate
  File "/usr/lib/enigma2/python/Components/ServiceList.py", line 284, in setMode
  File "/usr/lib/enigma2/python/Components/config.py", line 1577, in __getattr__
KeyError: 'servicetype_icon_mode'
EXCEPTION IN PYTHON STARTUP CODE:
------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/enigma2/python/mytest.py", line 594, in <module>
    runScreenTest()
  File "/usr/lib/enigma2/python/mytest.py", line 478, in runScreenTest
    runNextScreen(session, screensToRun)
  File "/usr/lib/enigma2/python/mytest.py", line 472, in runNextScreen
    session.openWithCallback(boundFunction(runNextScreen, session, screensToRun[1:]), screen, *args)
  File "/usr/lib/enigma2/python/mytest.py", line 294, in openWithCallback
    dlg = self.open(screen, *arguments, **kwargs)
  File "/usr/lib/enigma2/python/mytest.py", line 305, in open
    dlg.isTmp = True
AttributeError: 'NoneType' object has no attribute 'isTmp'
------------------------------------------------------------
(exit code 5)
getResolvedKey config.plugins.crashlogautosubmit.sendAnonCrashlog failed !! (Typo??)
getResolvedKey config.plugins.crashlogautosubmit.addNetwork failed !! (Typo??)
getResolvedKey config.plugins.crashlogautosubmit.addWlan failed !! (Typo??)
]]>
        </enigma2crashlog>
    </crashlogs>
</openpli>
 

 

Vielleicht kann jemand helfen. Grüße


D-link DWA 160

22 April 2013 - 12:26

Hallo
habe einen D-link DWA 160 H/W Ver.: B2 F/W Ver.: 2.40 Wlan-Stick, bekomme ihn aber nicht ans laufen. Weiß jemand Rat? Vielen Dank
Grüße


Sekundengenaue Aufnahme

26 February 2013 - 12:23

Hallo
kann man Aufnahmen auch sekundengenau programmieren? Beispiel: Beide Tuner sind bis 20:15 Uhr belegt, die nächste Aufnahme soll aber um 20.15 Uhr starten. Also muss man diese Aufnahme auf Beginn 20.16 Uhr einstellen. Wäre gut, wenn man Aufnahmen wie im Beispiel manuell auf 20.15:10 Uhr einstellen könnte. Lässt sich das irgendwie realisieren z.B durch ein Plugin?
Grüße

Vergangene EPG-Daten

20 February 2013 - 13:29

Hallo
hat die "Behalte abgelaufene EPG-Daten"-Einstellung überhaupt eine Funktion? Habe die Dauer der vergangene EPG-Daten auf 120 Minuten gesetzt. Wie kommt ich jetzt an die Daten wenn ich in der Einzel-epg-Auswahl bin?
Oder muss ein bestimmter Skin verwendet werden. Benutze zurzeit Kerni-HD1R2. Wäre nett, wenn mir jemand mal schreiben könnte ob die Einstellung überhaupt funktioniert.
Danke