Re: DVBViewer
Posted: Sun Jul 04, 2010 12:29 pm
Hi, here are the configuration and log files.
Thanks again for your help.
Thanks again for your help.
It seems to be that the connection to the DVBViewer via the COM interface isn't possible.QuentinSat wrote:Hi, here are the configuration and log files.
Thanks again for your help.
Does a write permission problem with this directory exists? The folder must contain generated python code build on runtime. If it's empty the COM interface can't work.QuentinSat wrote:The "gen_py" folder was empty,
I don't think so, there are other files in the Application Data\EventGhost folder (config.py and pluginManager).Prinz wrote:Does a write permission problem with this directory exists?
Code: Select all
017FD4A8-5E00-4DF8-A388-434B8E592CC4x0x1x1
__init__.pyCode: Select all
DVBViewer.py
DVBViewerEvents.py
DVBViewerEvents.pyc
IChannelCollection.py
IChannelCollection.pyc
IDVBViewer.py
IDVBViewer.pyc
IDVBViewerEventhelper.py
IDVBViewerEventhelper.pyc
IDVBViewerEvents.py
IDVBViewerEvents.pyc
ITimerCollection.py
ITimerCollection.pyc
__init__.py
__init__.pycNo, it can't be a problem of the setup. The missing files is not a plugin problem. They should be generated automatically by the pythoncom library on the first access to the DVBViewer.QuentinSat wrote:I have nothing of that![]()
Maybe there is anything i forget in the configuration ? I don't remember this window in the old version...
Code: Select all
16:23:47 Exception in thread DVBViewerWatchDogThread:
16:23:47 Traceback (most recent call last):
16:23:47 File "threading.pyc", line 532, in __bootstrap_inner
16:23:47 File "C:\Program Files (x86)\EventGhost\plugins\DVBViewer\__init__.py", line 1588, in run
16:23:47 plugin.service.UpdateWithLock( UPDATE_ALL )
16:23:47 File "C:\Program Files (x86)\EventGhost\plugins\DVBViewer\__init__.py", line 4337, in UpdateWithLock
16:23:47 res = self.Update( type )
16:23:47 File "C:\Program Files (x86)\EventGhost\plugins\DVBViewer\__init__.py", line 4146, in Update
16:23:47 xmlData = self.GetData( 'timerlist' )
16:23:47 File "C:\Program Files (x86)\EventGhost\plugins\DVBViewer\__init__.py", line 4080, in GetData
16:23:47 pageHandle = urlopen(req)
16:23:47 File "urllib2.pyc", line 126, in urlopen
16:23:47 File "urllib2.pyc", line 391, in open
16:23:47 File "urllib2.pyc", line 409, in _open
16:23:47 File "urllib2.pyc", line 369, in _call_chain
16:23:47 File "urllib2.pyc", line 1161, in http_open
16:23:47 File "urllib2.pyc", line 1134, in do_open
16:23:47 File "httplib.pyc", line 986, in getresponse
16:23:47 File "httplib.pyc", line 391, in begin
16:23:47 File "httplib.pyc", line 355, in _read_status
16:23:47 BadStatusLine
16:23:47 Code: Select all
22:24:22 Error: Lock released to prevent a dead lock
22:24:27 Fehler in Befehl: "DVBViewer: Start DVBViewer"
22:24:27 Traceback (most recent call last) (1544):
22:24:27 File "C:\Program Files (x86)\EventGhost\eg\Classes\ActionBase.py", line 170, in CallWrapper
22:24:27 return self(*args)
22:24:27 File "C:\Program Files (x86)\EventGhost\plugins\DVBViewer\__init__.py", line 2921, in __call__
22:24:27 self.plugin.Connect( WAIT_CHECK_START_CONNECT, lock = True )
22:24:27 File "C:\Program Files (x86)\EventGhost\plugins\DVBViewer\__init__.py", line 2305, in Connect
22:24:27 self.executionStatusChangeLock.release()
22:24:27 File "C:\Program Files (x86)\EventGhost\plugins\DVBViewer\__init__.py", line 1710, in release
22:24:27 self.lock.release()
22:24:27 error: release unlocked lockCode: Select all
17:09:10 Error on adding a task scheduler entry
17:09:10 Fehler in Befehl: "DVBViewer: Update Windows task scheduler: False"
17:09:10 Traceback (most recent call last) (1544):
17:09:10 File "C:\Program Files (x86)\EventGhost\eg\Classes\ActionBase.py", line 170, in CallWrapper
17:09:10 return self(*args)
17:09:10 File "C:\Program Files (x86)\EventGhost\plugins\DVBViewer\__init__.py", line 3908, in __call__
17:09:10 eg.PrintError( Exception, exc )
17:09:10 File "C:\Program Files (x86)\EventGhost\eg\Classes\Log.py", line 156, in PrintError
17:09:10 self._Print(args, **kwargs)
17:09:10 File "C:\Program Files (x86)\EventGhost\eg\Classes\Log.py", line 142, in _Print
17:09:10 self.Write(sep.join(args) + end, icon, source)
17:09:10 TypeError: sequence item 0: expected string, type foundHiNo-Nonsense wrote: Is it possible to retrieve detailed information about the timer/recording when handling the StartRecord and EndRecord events that the DVBViewer plugin emits?