Hi guys,
Pretty stuck here - not even entirely certain the PS3 remote I bought isnt duff (tho Win 7 does connect to it)
Full err log below - the arg I was looking for last night is KeyError."Hid:Wake"...
Any help? Thanks!
System.DeviceAttached [u'\\\\?\\HID#{00001124-0000-1000-8000-00805f9b34fb}_VID&0002054c_PID&0306#8&2827bff3&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}']
Unhandled exception in WorkerThread <ActionThread>:
Callers stack:
File "threading.pyc", line 504, in __bootstrap
File "threading.pyc", line 532, in __bootstrap_inner
File "threading.pyc", line 484, in run
File "C:\Program Files\EventGhost\eg\Classes\ThreadWorker.py", line 354, in __MainLoop
self.__DoOneEvent()
File "C:\Program Files\EventGhost\eg\Classes\ThreadWorker.py", line 328, in __DoOneEvent
action.PrintUnhandledException()
File "C:\Program Files\EventGhost\eg\Classes\ActionThread.py", line 92, in HandleAction
pluginInfo.treeItem.Refresh()
File "C:\Program Files\EventGhost\eg\Classes\ThreadWorker.py", line 69, in __call__
self.processed.set()
File "C:\Program Files\EventGhost\eg\Classes\EventGhostEvent.py", line 178, in Execute
eg.SetProcessingState(1, self)
File "C:\Program Files\EventGhost\plugins\PS3\__init__.py", line 1220, in handle_device_attached
eg.actionThread.Call(instance.__start__, *instance.args)
Traceback (most recent call last) (1568):
File "C:\Program Files\EventGhost\eg\Classes\ThreadWorker.py", line 326, in __DoOneEvent
self.HandleAction(action)
File "C:\Program Files\EventGhost\eg\Classes\ActionThread.py", line 87, in HandleAction
action()
File "C:\Program Files\EventGhost\eg\Classes\ThreadWorker.py", line 62, in __call__
self.returnValue = self.func(*self.args, **self.kwargs)
File "C:\Program Files\EventGhost\plugins\PS3\__init__.py", line 1316, in __stop__
eg.Unbind('HID.Wake', handle_wake_up)
File "C:\Program Files\EventGhost\eg\Core.py", line 191, in Unbind
eg.notificationHandlers[notification].listeners.remove(listener)
KeyError: 'HID.Wake'