You are not logged in.

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.

1

Sunday, May 13th 2012, 3:51pm

OE2: growleecrashlog

Hallo,

enigma2-plugin-extensions-growlee lief kurz (seit einigen Stunden) gut im syslog modus (per UDP an meinen server), ist jedoch gerade abgestürzt mit

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Traceback (most recent call last):
  File "/usr/lib/enigma2/python/Navigation.py", line 43, in dispatchEvent
	x(i)
  File "/usr/lib/enigma2/python/Components/ServiceEventTracker.py", line 38, in event
	func[2]()
  File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 1977, in __serviceStarted
	Notifications.AddNotificationWithCallback(self.playLastCB, MessageBox, _("Do you want to resume this playback?") + "\n" + (_("Resume position at %s") % ("%d:%02d:%02d" % (l/3600, l%3600/60, l%60))), ti
meout=10, domain = "InfoBar")
  File "/usr/lib/enigma2/python/Tools/Notifications.py", line 48, in AddNotificationWithCallback
	__AddNotification(fnc, screen, None, *args, **kwargs)
  File "/usr/lib/enigma2/python/Tools/Notifications.py", line 42, in __AddNotification
	notificationQueue.addEntry(entry)
  File "/usr/lib/enigma2/python/Tools/Notifications.py", line 95, in addEntry
	x()
  File "/usr/lib/enigma2/python/Plugins/Extensions/Growlee/GrowleeConnection.py", line 53, in gotNotification
	growleeConnection.sendNotification(title="Dreambox", description=description, priority=priority, timeout=timeout, id=id)
  File "/usr/lib/enigma2/python/Plugins/Extensions/Growlee/GrowleeConnection.py", line 67, in sendNotification
	connection.sendNotification(title=title, description=description, priority=priority, timeout=timeout)
  File "/usr/lib/enigma2/python/Plugins/Extensions/Growlee/Syslog.py", line 119, in sendNotification
	self.syslog.sendNotification(title=title, description=description, priority=priority)
  File "/usr/lib/enigma2/python/Plugins/Extensions/Growlee/Syslog.py", line 68, in sendNotification
	payload = "<%d>%s %s growlee: (%s) %s" % (FACILITY['local0'] * 8 + SEVERITYMAP[priority], timestamp, uname()[1], title, description.replace('\n', ' '),)
KeyError: -1
(PyObject_CallObject(<bound method Navigation.dispatchEvent of <Navigation.Navigation instance at 0x17fa080>>,(0,)) failed)
]]>


Als ich beim durchgehen einiger Aufnahmen war, Schnitte im Hintergrund liefen und eine Aufnahme lief.

Volles crashlog ist angehängt.
pcfe has attached the following file:

2

Sunday, May 13th 2012, 4:47pm

Hab als Quickfix mal den Typ -1 zum entsprechenden Dict hinzugefügt, da ich grad keinen aktuellen Satz des E2-Codes vorliegen hab und somit nicht genau weiss, was da weshalb wie und wo passiert ;)

Used tags

growlee, OE2