Perfect Thanks again Dima73,
I've tried installing the AutoTimer mod on my Solo2 running ViX image build 808, and I can see some errors being produced.
Dreamote does connected and can create AutoTimers, but it seems there's something wrong as the timers are not being created.
The first one occurs using the OpenWebIf pressing Shift and cicking Green which bring up the AutoTimers on my Solo2.
[OpenWebif] page '/ajax/config?section=logs' ok (cheetah template) [OpenWebif] page '/api/saveconfig?key=config.crash.daysloglimit&value=5' ok (json) main thread is non-idle! display spinner! [OpenWebif] page '/ajax/config?section=recording' ok (cheetah template) [OpenWebif] page '/api/saveconfig?key=config.seek.selfdefined_79&value=237' ok (json) main thread is non-idle! display spinner! [OpenWebif] page '/ajax/movies' ok (cheetah template) KEY: 399 GREEN KEY: 399 GREEN action -> InfobarExtensions openAutoTimerList Traceback (most recent call last): File "/usr/lib/enigma2/python/Components/ActionMap.py", line 46, in action File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 2315, in showAutoTimerList File "/usr/lib/enigma2/python/Plugins/Extensions/AutoTimer/AutoPoller.py", line 141, in stop self.thread.join() File "/usr/lib/python2.7/threading.py", line 653, in join RuntimeError: cannot join thread before it is started (PyObject_CallObject(<bound method HelpableActionMap.action of <Components.ActionMap.HelpableActionMa ]]>
This second one looks like it is being caused when you select ParseEPG and/or Preview in DreaMote
Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner File "/usr/lib/enigma2/python/Plugins/Extensions/AutoTimer/AutoTimerResource.py", line 47, in run ret = self.__fnc(req) File "/usr/lib/enigma2/python/Plugins/Extensions/AutoTimer/AutoTimerResource.py", line 71, in rende ret = autotimer.parseEPG(simulateOnly=True) File "/usr/lib/enigma2/python/Plugins/Extensions/AutoTimer/AutoTimer.py", line 599, in parseEPG tup = doBlockingCallFromMainThread(self.parseTimer, timer, epgcache, serviceHandler, recordHandle File "/usr/lib/enigma2/python/Plugins/Extensions/AutoTimer/AutoTimer.py", line 81, in blockingCallF result.raiseException() File "/usr/lib/python2.7/site-packages/twisted/python/failure.py", line 370, in raiseException TypeError: unsupported operand type(s) for -=: 'long' and 'str' [AutoTimer] No changes in configuration, won't parse [AutoTimer] No changes in configuration, won't parse
Is there anything you can do to help me resolve these?